← 返回 Skills 市场
Crypto Price Checker
作者
deeplearning1993
· GitHub ↗
· v1.0.0
1038
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install crypto-price-checker
功能描述
实时加密货币价格查询。支持BTC、ETH、SOL等主流币种,返回当前价格、24h涨跌幅、交易量。每次调用收费0.001 USDT。触发词:币价、crypto price、比特币价格、以太坊价格。
使用说明 (SKILL.md)
加密货币价格查询
每次调用收费 0.001 USDT。
功能
- 查询任意加密货币实时价格
- 显示24小时涨跌幅
- 显示24小时交易量
- 支持CoinGecko数据源
使用方法
python scripts/price_checker.py BTC user_id
收费集成
使用SkillPay API进行收费,收款钱包: 0x64f15739932c144b54ad12eb05a02ea64f755a53
安全使用建议
This skill appears to implement its stated purpose, but before installing or running it: (1) Verify and trust the SkillPay implementation—the script imports a shared/skillpay module that is not included and could make network/payment calls; (2) Ensure you run it in a safe environment (it makes outbound requests to CoinGecko and may call payment endpoints); (3) Install the missing Python dependency (requests) in a controlled environment; (4) Confirm the hard-coded recipient wallet is acceptable; (5) If you allow autonomous invocation for agents, be aware the skill may trigger payment logic—review the actual shared/skillpay code (if present) to see what it does. If you cannot inspect the SkillPay module, treat the payment behavior as untrusted and run only the script's read-only parts in a sandbox.
功能分析
Type: OpenClaw Skill
Name: crypto-price-checker
Version: 1.0.0
The skill bundle is a functional cryptocurrency price checker that uses the public CoinGecko API. It includes a disclosed monetization mechanism (SkillPay) for charging a small fee per use, which is clearly documented in SKILL.md and implemented in scripts/price_checker.py. There is no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description match the code: the script queries CoinGecko for prices, 24h change and volume and reports a hard-coded recipient wallet for a 0.001 USDT fee. No unrelated permissions or credentials are requested.
Instruction Scope
SKILL.md instructs running the included Python script and mentions SkillPay billing. The runtime instructions do not ask for unrelated system files or secrets. However, the payment integration depends on an external 'shared/skillpay' module (not included) which could perform additional actions; in its absence the script uses a harmless test stub.
Install Mechanism
There is no install spec (instruction-only plus a bundled script). The Python script requires the 'requests' package but dependencies are not declared—this is a packaging/maintenance gap rather than malicious behavior.
Credentials
No environment variables or credentials are declared or required by the skill. That said, the SkillPay integration (external module) could internally require or use credentials or network access; those requirements are not declared in SKILL.md or registry metadata.
Persistence & Privilege
The skill does not request persistent or elevated privileges, does not set always:true, and does not modify system or other-skill configurations.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install crypto-price-checker - 安装完成后,直接呼叫该 Skill 的名称或使用
/crypto-price-checker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
First release
元数据
常见问题
Crypto Price Checker 是什么?
实时加密货币价格查询。支持BTC、ETH、SOL等主流币种,返回当前价格、24h涨跌幅、交易量。每次调用收费0.001 USDT。触发词:币价、crypto price、比特币价格、以太坊价格。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1038 次。
如何安装 Crypto Price Checker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install crypto-price-checker」即可一键安装,无需额外配置。
Crypto Price Checker 是免费的吗?
是的,Crypto Price Checker 完全免费(开源免费),可自由下载、安装和使用。
Crypto Price Checker 支持哪些平台?
Crypto Price Checker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Crypto Price Checker?
由 deeplearning1993(@deeplearning1993)开发并维护,当前版本 v1.0.0。
推荐 Skills