my skill
v1.0.0从 OKX 公开行情接口一次性获取指定币种现货价格(美元展示),按输入顺序输出。适用于用户提到 OKX、币价查询、top-cryptocurrency、指定币种价格等场景。
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (OKX spot prices) match the bundled Python script and SKILL.md. Required binary is python and the script calls OKX public API endpoints — proportional to the stated goal.
Instruction Scope
SKILL.md instructs running the included script with symbol list, timeout, and output format. The instructions and script only perform HTTP GETs to OKX and produce text/JSON output; they do not read arbitrary files or access unrelated system state.
Install Mechanism
No install spec (instruction-only with a code file). A simple requirements.txt lists requests; nothing is downloaded from untrusted URLs or installed automatically by the skill.
Credentials
The skill declares no required environment variables or credentials and the code does not read secrets or external config; it only performs unauthenticated requests to OKX public API, which is appropriate.
Persistence & Privilege
always is false and the skill does not attempt to persist itself, modify other skills, or change system-wide settings.
Assessment
This skill appears to only fetch public OKX spot tickers and format results. If you install it: ensure you have Python and the requests package available; understand it will make outbound HTTPS requests to https://www.okx.com; no secrets are required. Review the included script if you want to verify there are no additional network endpoints or logging behaviors before running in a sensitive environment.Like a lobster shell, security has layers — review code before you run it.
Runtime requirements
💱 Clawdis
Binspython
latest
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
Comments
Loading comments...
