OKX币价查询
okx-symbol-prices
by chgy123
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.
安装
claude skill add --url github.com/openclaw/skills/tree/main/skills/chgy123/okx-symbol-prices文档
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/USDspot ticker on OKX, printsN/A.
相关 Skills
Claude API
by anthropic
Build, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill should include prompt caching. TRIGGER when: code imports anthropic/@anthropic-ai/sdk; user asks to use the Claude API, Anthropic SDKs, or Managed Agents (/v1/agents, /v1/sessions, /v1/environments). DO NOT TRIGGER when: code imports `openai`/other AI SDK, general programming, or ML/data-science tasks.
并行代理
by axelhu
Use when facing 2 or more independent tasks that can be worked on without shared state - dispatches parallel subagents using sessions_spawn for concurrent investigation and execution, adapted for OpenClaw
思否热榜
by codekungfu
注册“SegmentFault”热门技能;当需要访问或自动化SegmentFault相关内容时调用。