my skill

v1.0.0

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

0· 160·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for chgy123/btc-price.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "my skill" (chgy123/btc-price) from ClawHub.
Skill page: https://clawhub.ai/chgy123/btc-price
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required binaries: python
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install btc-price

ClawHub CLI

Package manager switcher

npx clawhub@latest install btc-price
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & 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
latestvk97133t70a4e3jxe2q5z3jmcf9837ny4
160downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

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...