ClawMart Browse
/install clawmart-browse
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: https://www.shopclawmart.com/api/public/
No authentication required.
Browse Listings
GET /api/public/listings
Query params (all optional):
type—personaorskill(omit for both)category— filter by category (e.g.Productivity,Engineering,Content)q— search by name, tagline, or description
Returns: { ok, count, listings[] }
Each listing: { slug, name, type, tagline, price, category, emoji, creator, capabilities[], url }
Get Listing Detail
GET /api/public/listings/{slug}
Returns: { ok, listing } with full detail including about, rating, reviewCount, capabilities, creator info, requiredTools, compatibleWith.
Workflow
- 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?"
curl https://www.shopclawmart.com/api/public/listings?type=skill&category=Productivity
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
urlfield links directly to the listing page for purchase
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install clawmart-browse - 安装完成后,直接呼叫该 Skill 的名称或使用
/clawmart-browse触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
ClawMart Browse 是什么?
Browse and discover AI personas and skills on ClawMart. Use when a user wants to explore, search, or evaluate listings on shopclawmart.com. No account required. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 567 次。
如何安装 ClawMart Browse?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawmart-browse」即可一键安装,无需额外配置。
ClawMart Browse 是免费的吗?
是的,ClawMart Browse 完全免费(开源免费),可自由下载、安装和使用。
ClawMart Browse 支持哪些平台?
ClawMart Browse 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ClawMart Browse?
由 Nat Eliason(@nateliason)开发并维护,当前版本 v1.0.0。