← 返回 Skills 市场
158
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install btc-price
功能描述
从 OKX 公开行情接口一次性获取指定币种现货价格(美元展示),按输入顺序输出。适用于用户提到 OKX、币价查询、top-cryptocurrency、指定币种价格等场景。
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install btc-price - 安装完成后,直接呼叫该 Skill 的名称或使用
/btc-price触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
my skill 是什么?
从 OKX 公开行情接口一次性获取指定币种现货价格(美元展示),按输入顺序输出。适用于用户提到 OKX、币价查询、top-cryptocurrency、指定币种价格等场景。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 158 次。
如何安装 my skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install btc-price」即可一键安装,无需额外配置。
my skill 是免费的吗?
是的,my skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
my skill 支持哪些平台?
my skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 my skill?
由 chgy123(@chgy123)开发并维护,当前版本 v1.0.0。
推荐 Skills