← 返回 Skills 市场
Crypto Price By Lpdawn.Bak
作者
robertstarry-gif
· GitHub ↗
· v1.0.0
· MIT-0
77
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install crypto-price-by-lpdawn-bak
功能描述
获取比特币、以太坊等主流加密货币的实时美元价格。
使用说明 (SKILL.md)
Crypto Price Skill
1. Description
当用户询问加密货币的实时价格时,使用此技能。它通过 ccxt 库从 Binance 交易所获取最新价格,支持 BTC、ETH 等常见币种。
2. When to use
- 用户说:“比特币现在多少钱?”
- 用户说:“查一下 ETH 的价格”
- 用户说:“狗狗币 (DOGE) 实时行情”
- 用户说:“BTC 涨了多少?”
- 用户说:“SOL 现在的价格”
- 用户说:“莱特币 LTC 价格”
- 用户说:“用 crypto-price-by-lpdawn 查比特币”
- 用户说:“当前 BTC/USDT 价格”
- 用户说:“ETH 美元价格是多少?”
3. How to use
- 从用户提问中提取要查询的加密货币符号(如
BTC、ETH、DOGE)。如果用户未指定,默认查询BTC。 - 调用
agent.py脚本,将币种符号作为参数传入。 - 脚本返回格式化的价格信息,直接回复给用户。
4. Edge cases
- 如果用户提到的币种无法查询,脚本返回错误,AI 回复:“抱歉,无法查询到该币种的信息,请确认符号是否正确。”
- 如果交易所 API 不可用,AI 回复:“暂时无法连接到交易所,请稍后重试。”
- 如果用户没有给出币种,AI 询问:“您想查询哪个币种的价格?例如 BTC 或 ETH。”
安全使用建议
This skill appears coherent: it fetches public Binance prices via ccxt and needs no credentials. Before installing, ensure the runtime has the Python ccxt package available (the skill has no install step), confirm you trust the included agent.py source, and be aware the skill requires network access to query the exchange. The code's shebang points to a specific virtualenv path (harmless but environment-specific) and metadata owner IDs differ slightly — these are likely packaging artifacts but you can ask the publisher for clarification if provenance is important.
功能分析
Type: OpenClaw Skill
Name: crypto-price-by-lpdawn-bak
Version: 1.0.0
The skill is a straightforward tool for fetching real-time cryptocurrency prices from Binance using the standard 'ccxt' library. The code in agent.py and the instructions in SKILL.md are well-aligned with the stated purpose, and there are no indicators of malicious behavior, data exfiltration, or prompt injection.
能力标签
能力评估
Purpose & Capability
Name/description state realtime crypto prices. agent.py uses ccxt to call Binance tickers for SYMBOL/USDT and formats price and 24h change — this directly implements the declared functionality and does not request unrelated access.
Instruction Scope
SKILL.md tells the agent to extract a symbol from user input and call agent.py with that symbol. The instructions do not ask the agent to read unrelated files, exfiltrate data, or contact endpoints beyond the exchange API. Network access is required and declared.
Install Mechanism
No install spec is provided (instruction-only). The runtime depends on the Python ccxt package, but the skill does not declare or install that dependency — the host must already provide ccxt. This is a functional gap but not a security mismatch.
Credentials
The skill requires no environment variables, secrets, or config paths. ccxt can use public market endpoints without credentials for these calls, so no sensitive access is requested or implied.
Persistence & Privilege
always is false and the skill does not request persistent/privileged installation or modify other skills or system configs. Autonomous invocation is allowed (platform default) but not combined with other concerning flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install crypto-price-by-lpdawn-bak - 安装完成后,直接呼叫该 Skill 的名称或使用
/crypto-price-by-lpdawn-bak触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Crypto Price Skill v1.0.0
- First release: Provides real-time USD prices for major cryptocurrencies like BTC and ETH.
- Fetches prices via the ccxt library from Binance exchange.
- Supports common coins including BTC, ETH, DOGE, SOL, and LTC.
- Handles missing or unrecognized coins and unavailable API responses with clear user messages.
- Defaults to querying BTC if no coin is specified.
元数据
常见问题
Crypto Price By Lpdawn.Bak 是什么?
获取比特币、以太坊等主流加密货币的实时美元价格。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 77 次。
如何安装 Crypto Price By Lpdawn.Bak?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install crypto-price-by-lpdawn-bak」即可一键安装,无需额外配置。
Crypto Price By Lpdawn.Bak 是免费的吗?
是的,Crypto Price By Lpdawn.Bak 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Crypto Price By Lpdawn.Bak 支持哪些平台?
Crypto Price By Lpdawn.Bak 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Crypto Price By Lpdawn.Bak?
由 robertstarry-gif(@robertstarry-gif)开发并维护,当前版本 v1.0.0。
推荐 Skills