← Back to Skills Marketplace
yangzhe1991

Binance Crypto Price

by Zhe (Phil) Yang · GitHub ↗ · v1.0.3
cross-platform ✓ Security Clean
589
Downloads
1
Stars
2
Active Installs
4
Versions
Install in OpenClaw
/install binance-crypto-price
Description
Query real-time cryptocurrency prices using the Binance API. Get latest prices for Bitcoin, Ethereum, and all BN listed cryptocurrencies. No API key required.
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install binance-crypto-price
  3. After installation, invoke the skill by name or use /binance-crypto-price
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug binance-crypto-price
Version 1.0.3
License
All-time Installs 2
Active Installs 2
Total Versions 4
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 589 downloads so far.

How do I install Binance Crypto Price?

Run "/install binance-crypto-price" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Binance Crypto Price free?

Yes, Binance Crypto Price is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Binance Crypto Price support?

Binance Crypto Price is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Binance Crypto Price?

It is built and maintained by Zhe (Phil) Yang (@yangzhe1991); the current version is v1.0.3.

💬 Comments