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.
通过x402自动加密货币支付,搜索并调用货币化AI技能。
列出所有可用技能:
bash
npx tsx {baseDir}/skillz-cli.ts list
搜索技能:
bash
npx tsx {baseDir}/skillz-cli.ts search echo
获取技能详情:
bash
npx tsx {baseDir}/skillz-cli.ts info echo-service
调用技能(需要SKILLZPRIVATEKEY):
bash
npx tsx {baseDir}/skillz-cli.ts call echo-service {message:hello}
x402支付需要您的钱包私钥。请在OpenClaw配置中设置(~/.openclaw/openclaw.json):
json
{
skills: {
entries: {
skillzmarket: {
apiKey: 0xYOURPRIVATEKEY
}
}
}
}
注意:OpenClaw使用apiKey作为技能凭证的标准配置字段。该字段映射到技能内部使用的SKILLZPRIVATEKEY环境变量。
或者,直接设置环境变量:
bash
export SKILLZPRIVATEKEY=0x...
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 skillzmarket-1776375900 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 skillzmarket-1776375900 技能
skillhub install skillzmarket-1776375900
文件大小: 4.84 KB | 发布时间: 2026-4-17 14:57