← Back to Skills Marketplace
chgy123

my skill

by chgy123 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
158
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install btc-price
Description
从 OKX 公开行情接口一次性获取指定币种现货价格(美元展示),按输入顺序输出。适用于用户提到 OKX、币价查询、top-cryptocurrency、指定币种价格等场景。
README (SKILL.md)

\r \r

okx-crypto-price\r

\r 一次性获取 OKX 指定币种现货价格($ 展示),并按你输入的币种顺序输出。每个币种优先选择 USDT > USDC > USD 计价对。\r \r

用法(Windows / PowerShell)\r

\r

python ".openclaw/workspace/skills/btc-price/scripts/okx_symbol_prices.py" --symbols BTC,ETH,SOL\r
```\r
\r
可选参数:\r
\r
- 超时(秒):\r
\r
```bash\r
python ".openclaw/workspace/skills/btc-price/scripts/okx_symbol_prices.py" --symbols BTC,ETH,SOL --timeout 20\r
```\r
\r
- JSON 输出(方便程序读取):\r
\r
```bash\r
python ".openclaw/workspace/skills/btc-price/scripts/okx_symbol_prices.py" --symbols BTC,ETH,SOL --format json\r
```\r
\r
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: btc-price Version: 1.0.0 The skill bundle is a straightforward tool for fetching cryptocurrency spot prices from the official OKX API. The Python script (okx_symbol_prices.py) uses the requests library to query public endpoints and provides output in text or JSON format as described in SKILL.md, with no evidence of malicious behavior or data exfiltration.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install btc-price
  3. After installation, invoke the skill by name or use /btc-price
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of okx-crypto-price (formerly btc-price). - Fetches spot prices for specified cryptocurrencies from the OKX public API in USD. - Supports output in input order, with priority: USDT > USDC > USD trading pairs. - Includes command-line usage for batch queries and options for timeout and JSON output.
Metadata
Slug btc-price
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is my skill?

从 OKX 公开行情接口一次性获取指定币种现货价格(美元展示),按输入顺序输出。适用于用户提到 OKX、币价查询、top-cryptocurrency、指定币种价格等场景。 It is an AI Agent Skill for Claude Code / OpenClaw, with 158 downloads so far.

How do I install my skill?

Run "/install btc-price" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is my skill free?

Yes, my skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does my skill support?

my skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created my skill?

It is built and maintained by chgy123 (@chgy123); the current version is v1.0.0.

💬 Comments