← 返回 Skills 市场
Binance Crypto Price
作者
Zhe (Phil) Yang
· GitHub ↗
· v1.0.3
589
总下载
1
收藏
2
当前安装
4
版本数
在 OpenClaw 中安装
/install binance-crypto-price
功能描述
Query real-time cryptocurrency prices using the Binance API. Get latest prices for Bitcoin, Ethereum, and all BN listed cryptocurrencies. No API key required.
使用说明 (SKILL.md)
CryptoPrice - Cryptocurrency Price Query
Query real-time cryptocurrency prices using the official Binance API.
Quick Start
Query Popular Coin Prices
uv run ~/.openclaw/skills/cryptoprice/scripts/cryptoprice.py
Query Specific Coin
# Query Bitcoin
uv run ~/.openclaw/skills/cryptoprice/scripts/cryptoprice.py BTCUSDT
# Query Ethereum
uv run ~/.openclaw/skills/cryptoprice/scripts/cryptoprice.py ETHUSDT
# Shorthand (auto-completes USDT)
uv run ~/.openclaw/skills/cryptoprice/scripts/cryptoprice.py BTC
JSON Format Output
uv run ~/.openclaw/skills/cryptoprice/scripts/cryptoprice.py --json
uv run ~/.openclaw/skills/cryptoprice/scripts/cryptoprice.py BTC --json
List All Trading Pairs
uv run ~/.openclaw/skills/cryptoprice/scripts/cryptoprice.py --list
Supported Coins
Popular coins displayed by default:
- BTC - Bitcoin
- ETH - Ethereum
- BNB - Binance Coin
- SOL - Solana
- XRP - Ripple
- DOGE - Dogecoin
- ADA - Cardano
- AVAX - Avalanche
- DOT - Polkadot
- LINK - Chainlink
API Data Source
- Binance Spot API:
https://api.binance.com/api/v3/ticker/price - No API Key required
- Real-time data with low latency
安全使用建议
The skill appears coherent and only queries the public Binance API, but its source is unknown. Before installing or running: (1) review the included script (you can see it in scripts/cryptoprice.py) and confirm it matches expectations, (2) run it in a restricted environment or sandbox if you are cautious, (3) install the requests library from a trusted source (pip install requests), and (4) if you need stronger assurance, ask the publisher for a homepage or source repository and verify checksums or a signed release. Note: no API keys are required and the skill does not request or store secrets.
功能分析
Type: OpenClaw Skill
Name: binance-crypto-price
Version: 1.0.3
The cryptoprice skill is a legitimate tool for querying real-time cryptocurrency prices from the official Binance API (api.binance.com). The Python script (scripts/cryptoprice.py) uses the requests library to fetch data and contains no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description (Binance price queries) align with the included script and SKILL.md. The script only calls Binance public API endpoints and formats output for single or multiple symbols.
Instruction Scope
SKILL.md directs running the included script and the script only performs HTTP GETs to the Binance API and prints results; it does not read local files, access other services, or exfiltrate data.
Install Mechanism
There is no install spec (instruction-only), which is low risk. The shipped script declares a dependency on requests (commented and enforced at runtime). No remote downloads, archive extraction, or unusual install steps are present.
Credentials
No environment variables, credentials, or config paths are requested. The skill does not require keys or tokens to query Binance public endpoints.
Persistence & Privilege
Skill is not always-enabled and is user-invocable. It does not attempt to modify other skills or system-wide configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install binance-crypto-price - 安装完成后,直接呼叫该 Skill 的名称或使用
/binance-crypto-price触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
Updated description: covers all Binance listed cryptocurrencies
v1.0.2
Translated all documentation and output to English
v1.0.1
Updated to English: translated all documentation and output messages
v1.0.0
Initial release: Query cryptocurrency prices via Binance API
元数据
常见问题
Binance Crypto Price 是什么?
Query real-time cryptocurrency prices using the Binance API. Get latest prices for Bitcoin, Ethereum, and all BN listed cryptocurrencies. No API key required. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 589 次。
如何安装 Binance Crypto Price?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install binance-crypto-price」即可一键安装,无需额外配置。
Binance Crypto Price 是免费的吗?
是的,Binance Crypto Price 完全免费(开源免费),可自由下载、安装和使用。
Binance Crypto Price 支持哪些平台?
Binance Crypto Price 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Binance Crypto Price?
由 Zhe (Phil) Yang(@yangzhe1991)开发并维护,当前版本 v1.0.3。
推荐 Skills