← 返回 Skills 市场
lpdawn

Crypto Price By Lpdawn

作者 LPDawn · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1264
总下载
1
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install crypto-price-by-lpdawn
功能描述
获取比特币、以太坊等主流加密货币的实时美元价格。
使用说明 (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

  1. 从用户提问中提取要查询的加密货币符号(如 BTCETHDOGE)。如果用户未指定,默认查询 BTC
  2. 调用 agent.py 脚本,将币种符号作为参数传入。
  3. 脚本返回格式化的价格信息,直接回复给用户。

4. Edge cases

  • 如果用户提到的币种无法查询,脚本返回错误,AI 回复:“抱歉,无法查询到该币种的信息,请确认符号是否正确。”
  • 如果交易所 API 不可用,AI 回复:“暂时无法连接到交易所,请稍后重试。”
  • 如果用户没有给出币种,AI 询问:“您想查询哪个币种的价格?例如 BTC 或 ETH。”
安全使用建议
This skill appears coherent and does what it says: it calls Binance via ccxt to return public ticker prices and does not request credentials. Before installing, ensure the agent environment has a compatible Python interpreter and the ccxt package (pip install ccxt) — the SKILL.md/manifest do not list this. Note the script's shebang points to a specific venv path which may not exist on your host; running in an isolated environment or verifying the code is recommended. Also confirm you are comfortable granting network access since the skill makes outbound API calls to Binance.
功能分析
Type: OpenClaw Skill Name: crypto-price-by-lpdawn Version: 1.0.0 The skill is designed to fetch cryptocurrency prices using the `ccxt` library, which aligns with its stated purpose. The `SKILL.md` clearly declares network access permissions and provides straightforward instructions to the AI agent without any malicious prompt injection attempts. The `agent.py` script takes a user-provided crypto symbol as an argument and passes it to `ccxt.binance().fetch_ticker()`. While user input is not explicitly sanitized, its usage within the `ccxt` library's API call is generally safe from shell injection or arbitrary code execution on the host system. There is no evidence of intentional harmful behavior such as data exfiltration, backdoors, or malicious command execution.
能力评估
Purpose & Capability
The skill claims to fetch realtime crypto prices from Binance via the ccxt library and the included agent.py does exactly that (fetch_ticker against SYMBOL/USDT). However, the registry metadata and SKILL.md do not declare the Python runtime or the ccxt dependency, so the manifest is incomplete even though the behavior is consistent with the stated purpose.
Instruction Scope
SKILL.md limits actions to extracting a symbol and running agent.py; the script only performs a public API call to Binance and returns a formatted price. It does not read local files, environment variables, or send data to unexpected endpoints.
Install Mechanism
There is no install spec (instruction-only), which minimizes install-time risk. The included agent.py expects the ccxt Python package and a Python interpreter (shebang points to a specific venv path). Lack of an explicit dependency/install step may cause runtime failures but is not itself malicious.
Credentials
The skill requests network access but no environment variables, credentials, or config paths. Using public ticker endpoints does not require API keys, so the requested permissions are proportionate.
Persistence & Privilege
The skill is not always-enabled and uses normal autonomous invocation defaults. It doesn't request persistent system-wide changes or access to other skills' configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install crypto-price-by-lpdawn
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /crypto-price-by-lpdawn 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of crypto-price-by-lpdawn skill. - Provides real-time USD prices for major cryptocurrencies like BTC and ETH via Binance using ccxt. - Supports user queries about current prices, price changes, and multiple coin symbols. - Handles common issues such as unknown symbols or exchange unavailability with helpful error messages. - Defaults to BTC if no coin is specified and prompts users to clarify if needed.
元数据
Slug crypto-price-by-lpdawn
版本 1.0.0
许可证
累计安装 3
当前安装数 2
历史版本数 1
常见问题

Crypto Price By Lpdawn 是什么?

获取比特币、以太坊等主流加密货币的实时美元价格。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1264 次。

如何安装 Crypto Price By Lpdawn?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install crypto-price-by-lpdawn」即可一键安装,无需额外配置。

Crypto Price By Lpdawn 是免费的吗?

是的,Crypto Price By Lpdawn 完全免费(开源免费),可自由下载、安装和使用。

Crypto Price By Lpdawn 支持哪些平台?

Crypto Price By Lpdawn 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Crypto Price By Lpdawn?

由 LPDawn(@lpdawn)开发并维护,当前版本 v1.0.0。

💬 留言讨论