← 返回 Skills 市场
2551
总下载
0
收藏
2
当前安装
6
版本数
在 OpenClaw 中安装
/install skillzmarket
功能描述
Search and call monetized AI skills from Skillz Market with automatic USDC payments on Base. Use when the user wants to find paid AI services, call external skills with cryptocurrency payments, or integrate with the Skillz Market ecosystem.
安全使用建议
This skill appears to do what it claims (look up paid skills and sign x402 payments), but it requires your wallet private key which is very powerful. Before installing: (1) only use a dedicated wallet with limited funds for this skill; never reuse your main wallet key; (2) prefer setting SKILLZ_PRIVATE_KEY as an environment variable or use a wallet with minimal balance rather than storing the key in ~/.openclaw/openclaw.json; (3) verify the upstream source/repository and the @x402 packages on npm (or use a vetted implementation) — the registry metadata has no homepage; (4) be cautious with the 'direct' command since it will POST to arbitrary URLs and can trigger payments; consider disabling autonomous model invocation or only invoking the skill manually; (5) if you need stronger guarantees, use a remote signing service or hardware wallet instead of exposing a raw private key. If you cannot verify the publisher or are uncomfortable exposing a private key, do not install.
功能分析
Type: OpenClaw Skill
Name: skillzmarket
Version: 1.0.5
The skill is classified as suspicious due to its handling of a sensitive EVM private key (`SKILLZ_PRIVATE_KEY`) and the `direct` command in `skillz-cli.ts`. This command allows the agent to make cryptocurrency payments to any user-specified URL, which, while part of the stated purpose, presents a significant risk of unauthorized fund transfers if the agent is maliciously prompted. Although the `SKILL.md` and `README.md` clearly document this functionality and include security warnings, the inherent capability to direct payments to arbitrary endpoints makes it a high-risk feature without clear malicious intent from the skill developer itself.
能力标签
能力评估
Purpose & Capability
The name/description (marketplace + automated x402 USDC payments) aligns with the code and SKILL.md: the CLI looks up skills, fetches endpoints, and uses an x402 client to sign payments. Required binary (npx) and env var (SKILLZ_PRIVATE_KEY) are expected for this functionality.
Instruction Scope
Runtime instructions and the code only reference SKILLZ_PRIVATE_KEY and SKILLZ_API_URL. They explicitly instruct storing the private key in ~/.openclaw/openclaw.json or via an env var — this is coherent with payment signing but sensitive. The skill exposes a 'direct' command that will POST to arbitrary URLs, which is powerful and worth attention.
Install Mechanism
There is no install spec (instruction-only), which reduces installer risk. However package.json lists dependencies (@x402/*, viem, tsx). The runtime expects npx tsx to execute the TypeScript file; if dependencies are not installed locally, execution may fail or npx may attempt to fetch/run packages dynamically. This is not an explicit remote-download install, but you should confirm dependency provenance before running.
Credentials
The skill requires a full wallet private key (SKILLZ_PRIVATE_KEY) as its primary credential. That is proportionate to performing signed on-chain payments, but a private key grants full control of the wallet and is high-risk to store in plaintext. Combined with the 'direct' ability to call arbitrary endpoints and automatic payment signing, this increases the blast radius if the skill (or a called endpoint) is malicious or misused.
Persistence & Privilege
always is false, the skill does not request persistent platform privileges or modify other skills. It uses only its own config mapping and environment variable for credentials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skillzmarket - 安装完成后,直接呼叫该 Skill 的名称或使用
/skillzmarket触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.5
Version 1.0.5 of skillzmarket
- No file changes detected in this version.
- No updates to features, documentation, or configuration.
v1.0.4
- Updated configuration instructions to use apiKey in OpenClaw config instead of privateKey.
- Added a note explaining the mapping between OpenClaw's apiKey and the SKILLZ_PRIVATE_KEY environment variable.
- Provided an alternative setup method using environment variables.
v1.0.3
- Updated OpenClaw configuration instructions to use the "privateKey" property instead of "apiKey".
- No functional or command-line changes; documentation only.
v1.0.2
- Added SKILLZ_PRIVATE_KEY to the required environment variables in metadata.
- No other changes to functionality or documentation.
v1.0.1
- Added new scripts: skillz-call.sh and skillz-cli.ts, enabling command-line interaction with Skillz Market.
- Removed old scripts/skillz-cli.ts file to streamline the codebase.
- No changes to configuration or usage documentation.
v1.0.0
Initial release of skillzmarket – enables integration with monetized AI skills using automatic USDC payments on Base.
- Search, list, and get details for external AI skills from Skillz Market.
- Seamlessly call paid AI services with automatic x402 cryptocurrency payments.
- Supports direct calls to any x402-enabled endpoint.
- Requires SKILLZ_PRIVATE_KEY for secure payments and API access.
- Includes CLI commands and quick start instructions for integration.
元数据
常见问题
SkillzMarket 是什么?
Search and call monetized AI skills from Skillz Market with automatic USDC payments on Base. Use when the user wants to find paid AI services, call external skills with cryptocurrency payments, or integrate with the Skillz Market ecosystem. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2551 次。
如何安装 SkillzMarket?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skillzmarket」即可一键安装,无需额外配置。
SkillzMarket 是免费的吗?
是的,SkillzMarket 完全免费(开源免费),可自由下载、安装和使用。
SkillzMarket 支持哪些平台?
SkillzMarket 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 SkillzMarket?
由 Hiich(@hiich)开发并维护,当前版本 v1.0.5。
推荐 Skills