Dependency Source Review
This skill documents an optional compatibility dependency path for wallet provider, RPC, signing, and transaction review workflows. Treat scripts/_dep_install.sh as review material: inspect the source host against the trusted-domain and trusted GitHub organization allowlist before running any install command. It is not required for ordinary wallet or signing requests.
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.