ClawMart Browser
Browse the ClawMart marketplace for AI personas and skills. No API key or account needed.
When to Use
- - User shares a shopclawmart.com URL
- User asks about available personas or skills
- User wants to find a persona/skill for a specific use case
- User wants details on a specific listing
Public API
Base URL: INLINECODE0
No authentication required.
Browse Listings
CODEBLOCK0
Query params (all optional):
- -
type — persona or skill (omit for both) - INLINECODE4 — filter by category (e.g.
Productivity, Engineering, Content) - INLINECODE8 — search by name, tagline, or description
Returns: INLINECODE9
Each listing: INLINECODE10
Get Listing Detail
CODEBLOCK1
Returns: { ok, listing } with full detail including about, rating, reviewCount, capabilities, creator info, requiredTools, compatibleWith.
Workflow
- 1. Browse: Fetch listings, optionally filtered by type/category/search.
- Evaluate: Fetch detail for interesting listings. Present capabilities, price, and creator info.
- Recommend: If the user has a specific need, search and rank results by relevance.
- Purchase: Direct user to the listing URL to buy. Purchase requires a ClawMart account.
Example
User: "What productivity skills are on ClawMart?"
CODEBLOCK2
Categories
Ops, Growth, Support, Research, Design, Finance, Engineering, Product, Productivity, Marketing, Sales, Content, Executive, Personal, Legal, HR, Other
Notes
- - Responses are cached for 60s
- Prices are in USD
- Free listings have price: 0
- The
url field links directly to the listing page for purchase
ClawMart 浏览器
浏览 ClawMart 市场,寻找 AI 角色和技能。无需 API 密钥或账户。
使用场景
- - 用户分享 shopclawmart.com 的链接
- 用户询问可用的角色或技能
- 用户想为特定用例寻找角色/技能
- 用户想了解某个具体列表的详细信息
公共 API
基础 URL: https://www.shopclawmart.com/api/public/
无需身份验证。
浏览列表
GET /api/public/listings
查询参数(均为可选):
- - type — persona 或 skill(省略则返回两者)
- category — 按类别筛选(例如 Productivity、Engineering、Content)
- q — 按名称、标语或描述搜索
返回:{ ok, count, listings[] }
每个列表:{ slug, name, type, tagline, price, category, emoji, creator, capabilities[], url }
获取列表详情
GET /api/public/listings/{slug}
返回:{ ok, listing },包含完整详情,如 about、rating、reviewCount、capabilities、creator 信息、requiredTools、compatibleWith。
工作流程
- 1. 浏览:获取列表,可按类型/类别/搜索进行筛选。
- 评估:获取感兴趣列表的详情。展示功能、价格和创建者信息。
- 推荐:如果用户有特定需求,按相关性搜索并排序结果。
- 购买:引导用户前往列表 URL 进行购买。购买需要 ClawMart 账户。
示例
用户:ClawMart 上有哪些生产力技能?
bash
curl https://www.shopclawmart.com/api/public/listings?type=skill&category=Productivity
类别
运营、增长、支持、研究、设计、财务、工程、产品、生产力、市场营销、销售、内容、高管、个人、法律、人力资源、其他
备注
- - 响应缓存 60 秒
- 价格以美元计价
- 免费列表的价格为 0
- url 字段直接链接到购买页面