← Back to Skills Marketplace
nateliason

ClawMart Browse

by Nat Eliason · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
567
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install clawmart-browse
Description
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.
README (SKILL.md)

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):

  • typepersona or skill (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

  1. Browse: Fetch listings, optionally filtered by type/category/search.
  2. Evaluate: Fetch detail for interesting listings. Present capabilities, price, and creator info.
  3. Recommend: If the user has a specific need, search and rank results by relevance.
  4. 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 url field links directly to the listing page for purchase
Usage Guidance
This skill is coherent and low-risk: it only describes unauthenticated reads of a public marketplace API and does not request secrets or install software. Before installing, you may want to: (1) confirm the marketplace domain (shopclawmart.com) is the genuine site you expect and uses HTTPS, (2) be aware results are cached for 60s so very recent changes may not appear, and (3) note that purchases are not performed by the skill — it only links you to the listing page. If you need stronger assurance, ask the skill author/owner for provenance or a homepage for the published listing.
Capability Analysis
Type: OpenClaw Skill Name: clawmart-browse Version: 1.0.0 The OpenClaw AgentSkills bundle 'clawmart-browse' is benign. The `_meta.json` contains standard metadata. The `SKILL.md` clearly defines the purpose of browsing `shopclawmart.com` and provides API documentation and workflow instructions that are consistent with this purpose. There are no indications of prompt injection attempts, data exfiltration, malicious execution, or other harmful behaviors. The `curl` example in `SKILL.md` is purely illustrative of an API call and does not instruct the agent to execute arbitrary commands.
Capability Assessment
Purpose & Capability
Name/description say 'browse ClawMart' and the SKILL.md only describes unauthenticated GET calls to a public shopclawmart.com API and simple listing evaluation — no unrelated credentials, binaries, or filesystem access are requested.
Instruction Scope
Runtime instructions are limited to fetching public endpoints (/api/public/listings and /api/public/listings/{slug}), filtering and presenting results, and directing users to the site for purchases. Instructions do not ask the agent to read local files, environment variables, or send data to third-party endpoints outside shopclawmart.com.
Install Mechanism
No install spec or code is present; this is instruction-only so nothing will be written to disk or installed during setup.
Credentials
The skill declares no environment variables, credentials, or config paths. This matches the unauthenticated public-API browsing purpose.
Persistence & Privilege
always is false (default) and autonomous invocation is allowed (platform default). Given the skill's limited, read-only use of a public API, this level of privilege is proportionate.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install clawmart-browse
  3. After installation, invoke the skill by name or use /clawmart-browse
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of ClawMart Browser skill. - Search and browse AI personas and skills from shopclawmart.com without an account. - Filter listings by type, category, or search keywords. - View detailed information on each listing, including price, capabilities, and creator. - Supports 16 categories, including Productivity, Engineering, Content, and more. - Direct users to listing pages to purchase or learn more.
Metadata
Slug clawmart-browse
Version 1.0.0
License
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

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.

💬 Comments