← 返回 Skills 市场
zhaocaixia888

Crypto Market Quotes

作者 zhaocaixia888 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
39
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install crypto-market-quotes
功能描述
Query real-time cryptocurrency prices, market data, and trends across major exchanges (Binance, Coinbase, Kraken). Supports BTC, ETH, and major altcoins with...
使用说明 (SKILL.md)

Crypto Market Quotes — 加密货币实时行情

Real-time cryptocurrency prices and market data from public APIs. No API key required for basic queries. Supports multiple exchanges and data sources.

Supported Data Sources

Source Type API Key? Endpoint
Binance Spot Ticker No api.binance.com
CoinGecko Market Data No api.coingecko.com
Kraken Ticker No api.kraken.com

Quick Start

Single coin price (Binance)

curl -s "https://api.binance.com/api/v3/ticker/24hr?symbol=BTCUSDT"

Key response fields:

  • lastPrice — current price
  • priceChangePercent — 24h change %
  • volume — 24h volume (base asset)
  • quoteVolume — 24h volume (quote asset)
  • highPrice — 24h high
  • lowPrice — 24h low
  • count — number of trades

Multiple coins

curl -s "https://api.binance.com/api/v3/ticker/24hr?symbols=[\"BTCUSDT\",\"ETHUSDT\",\"SOLUSDT\"]"

Top coins by market cap (CoinGecko, no key needed)

curl -s "https://api.coingecko.com/api/v3/coins/markets?vs_currency=usd&order=market_cap_desc&per_page=20&page=1&sparkline=false"

Features: includes market_cap, total_volume, circulating_supply, ath (all-time high), ath_change_percentage, atl, image (icon URL)

Kraken ticker

curl -s "https://api.kraken.com/0/public/Ticker?pair=XBTUSD"

Supported Coins (Binance)

Coin Symbol Common Pair
Bitcoin BTC BTCUSDT
Ethereum ETH ETHUSDT
Solana SOL SOLUSDT
XRP XRP XRPUSDT
Cardano ADA ADAUSDT
Dogecoin DOGE DOGEUSDT
Avalanche AVAX AVAXUSDT
Chainlink LINK LINKUSDT
Polkadot DOT DOTUSDT
Sui SUI SUIUSDT

Error Handling

Binance rate limiting

# Binance allows 1200 requests per minute. On 429:
# Wait 60 seconds before retrying
sleep 60 && curl -s "https://api.binance.com/api/v3/ticker/24hr?symbol=BTCUSDT"

CoinGecko rate limiting

# Without API key: 30 calls/min, 50 calls/min with demo key
# On 429: wait and retry

Format Output

Single coin

₿ BTC/USDT 实时行情
价格: $XX,XXX.XX
24h涨跌: +X.XX% 🟢
24h高: $XX,XXX.XX
24h低: $XX,XXX.XX
24h成交量: XXX BTC ($XXX.XXM)
交易次数: XXX

Top coins table

📊 Top 10 加密货币
币种     价格        24h       市值        7日
BTC     $XX,XXX    +X.XX% 🟢  $X.XXT    +X.XX%
ETH     $X,XXX     -X.XX% 🔴  $X.XXB    -X.XX%
SOL     $XXX       +X.XX% 🟢  $XX.XB    +X.XX%
...

Market overview

📈 加密货币市场概况 (2026-05-22)

总市值: $X.XXT   24h成交量: $XXB
BTC支配率: XX.X%  恐惧贪婪指数: XX (贪婪)

🏆 涨幅榜
1. SOL  +8.5% 🟢   $XXX.XX
2. SUI  +5.2% 🟢   $X.XX
3. DOGE +3.1% 🟢   $0.XXX

📉 跌幅榜
1. XRP  -2.3% 🔴   $X.XX
2. ADA  -1.8% 🔴   $X.XX

Use Cases

  • Pre-trade price check across exchanges
  • Portfolio tracking (fetch multiple tickers)
  • Market sentiment analysis (gainers/losers)
  • Alert threshold monitoring

Notes

  • Binance public API does NOT require authentication for ticker endpoints — fastest and most reliable
  • CoinGecko API has rate limits (~30 calls/min without key)
  • Prices are in USD (USDT pairs) unless specified
  • For production monitoring, consider Binance WebSocket streams for real-time updates
安全使用建议
This skill appears safe to install for checking public crypto prices, but users should remember that it fetches live data from third-party APIs and should not treat formatted market output as financial advice or connect it to trading actions without separate review.
能力标签
cryptorequires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose is real-time cryptocurrency quotes and the artifact content matches that purpose with public Binance, CoinGecko, and Kraken API examples. The description mentions Coinbase, but no Coinbase-specific behavior is implemented or requested.
Instruction Scope
Runtime instructions are limited to user-directed curl requests for ticker and market data formatting; there are no hidden directives, trading actions, credential use, file access, or prompt-control behavior.
Install Mechanism
The package contains only SKILL.md, declares curl as the sole required binary, and has no executable scripts, package dependencies, installers, or background setup.
Credentials
Network access to public market-data APIs is expected and proportionate for the skill's purpose. No local file indexing, private data access, or account mutation is requested.
Persistence & Privilege
No persistence, scheduled execution, privilege escalation, credential storage, session reuse, or long-running worker behavior is present.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install crypto-market-quotes
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /crypto-market-quotes 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug crypto-market-quotes
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Crypto Market Quotes 是什么?

Query real-time cryptocurrency prices, market data, and trends across major exchanges (Binance, Coinbase, Kraken). Supports BTC, ETH, and major altcoins with... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 39 次。

如何安装 Crypto Market Quotes?

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

Crypto Market Quotes 是免费的吗?

是的,Crypto Market Quotes 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Crypto Market Quotes 支持哪些平台?

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

谁开发了 Crypto Market Quotes?

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

💬 留言讨论