HomeBrowseUpload
← Back to registry
// Skill profile

OKX Symbol Prices (USD display)

name: okx-symbol-prices

by chgy123 · published 2026-03-22

自定义加密货币
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:chgy123/chgy123-okx-symbol-prices
View on GitHub
// Full documentation

---

name: okx-symbol-prices

description: Fetch specified crypto spot prices from OKX and present them in USD display. Use when the user asks to get OKX prices/quotes for specific symbols (e.g. BTC, ETH, SOL) or mentions OKX markets/top-cryptocurrency price list.

---

# OKX Symbol Prices (USD display)

What this skill does

Gets **one-shot** spot prices for user-specified symbols from OKX, displayed with a `$` sign. For each symbol it prefers quote currency **USDT > USDC > USD**.

How to run (Windows / PowerShell)

From the workspace root, run:

python ".openclaw/workspace/skills/okx-symbol-prices/scripts/okx_symbol_prices.py" --symbols BTC,ETH,SOL

Optional:

  • Increase timeout (seconds):
  • python ".openclaw/workspace/skills/okx-symbol-prices/scripts/okx_symbol_prices.py" --symbols BTC,ETH,SOL --timeout 20
    
  • Output JSON (one object per symbol):
  • python ".openclaw/workspace/skills/okx-symbol-prices/scripts/okx_symbol_prices.py" --symbols BTC,ETH,SOL --format json
    

    Output conventions

  • Prints results in the **same order** as `--symbols`.
  • If a symbol has no `USDT/USDC/USD` spot ticker on OKX, prints `N/A`.
  • // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band