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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install clawmart-browse - After installation, invoke the skill by name or use
/clawmart-browse - Provide required inputs per the skill's parameter spec and get structured output
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 567 downloads so far.
How do I install ClawMart Browse?
Run "/install clawmart-browse" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ClawMart Browse free?
Yes, ClawMart Browse is completely free (open-source). You can download, install and use it at no cost.
Which platforms does ClawMart Browse support?
ClawMart Browse is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ClawMart Browse?
It is built and maintained by Nat Eliason (@nateliason); the current version is v1.0.0.