ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

okx-crypto-price

从 OKX 公开行情接口一次性获取指定币种现货价格(美元展示),按输入顺序输出。适用于用户提到 OKX、币价查询、top-cryptocurrency、指定币种价格等场景。

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/chgy123/btc-price
Or

okx-crypto-price

一次性获取 OKX 指定币种现货价格($ 展示),并按你输入的币种顺序输出。每个币种优先选择 USDT > USDC > USD 计价对。

用法(Windows / PowerShell)

python ".openclaw/workspace/skills/btc-price/scripts/okx_symbol_prices.py" --symbols BTC,ETH,SOL

可选参数:

  • 超时(秒):
python ".openclaw/workspace/skills/btc-price/scripts/okx_symbol_prices.py" --symbols BTC,ETH,SOL --timeout 20
  • JSON 输出(方便程序读取):
python ".openclaw/workspace/skills/btc-price/scripts/okx_symbol_prices.py" --symbols BTC,ETH,SOL --format json

Metadata

Author@chgy123
Stars3840
Views1
Updated2026-04-06
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-chgy123-btc-price": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.