← Back to Skills Marketplace
Crypto Price By Lpdawn.Bak
by
robertstarry-gif
· GitHub ↗
· v1.0.0
· MIT-0
77
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install crypto-price-by-lpdawn-bak
Description
获取比特币、以太坊等主流加密货币的实时美元价格。
README (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。”
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install crypto-price-by-lpdawn-bak - After installation, invoke the skill by name or use
/crypto-price-by-lpdawn-bak - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Crypto Price By Lpdawn.Bak?
获取比特币、以太坊等主流加密货币的实时美元价格。 It is an AI Agent Skill for Claude Code / OpenClaw, with 77 downloads so far.
How do I install Crypto Price By Lpdawn.Bak?
Run "/install crypto-price-by-lpdawn-bak" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Crypto Price By Lpdawn.Bak free?
Yes, Crypto Price By Lpdawn.Bak is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Crypto Price By Lpdawn.Bak support?
Crypto Price By Lpdawn.Bak is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Crypto Price By Lpdawn.Bak?
It is built and maintained by robertstarry-gif (@robertstarry-gif); the current version is v1.0.0.
More Skills