← 返回 Skills 市场
nateliason

ClawMart Browse

作者 Nat Eliason · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
567
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install clawmart-browse
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /clawmart-browse 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug clawmart-browse
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

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。

💬 留言讨论