← 返回 Skills 市场
chgy123

okx_symbol_prices

作者 chgy123 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
208
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install okx-symbol-prices
功能描述
Fetch specified crypto spot prices from OKX and present them in USD display. Use when the user asks to get OKX prices/quotes for specific symbols (e.g. BTC,...
安全使用建议
This skill is small and straightforward: it queries public OKX ticker endpoints and prints/formats prices. Before installing, confirm you are comfortable allowing the agent to make outbound HTTPS requests to okx.com and that the execution environment has the Python requests package available (requirements.txt lists requests>=2.31.0). No API keys or secrets are required. If you want to restrict network access or automatic invocation, adjust agent permissions accordingly.
功能分析
Type: OpenClaw Skill Name: okx-symbol-prices Version: 1.0.0 The skill is a legitimate tool for fetching cryptocurrency spot prices from the OKX exchange API. The Python script (okx_symbol_prices.py) uses the standard requests library to query public market data and contains no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description match the code and instructions. The Python script calls OKX public market ticker endpoints and converts results to USD display; no unrelated services, credentials, or binaries are requested.
Instruction Scope
SKILL.md tells the agent to run the included script with --symbols and optional flags. The runtime instructions only reference the script path and CLI args; they do not instruct reading unrelated files, environment variables, or sending data to endpoints other than OKX.
Install Mechanism
No install spec is provided; the repo includes a small requirements.txt (requests). There are no downloads from arbitrary URLs or archive extraction. Dependency installation (pip requests) is the only expected setup step.
Credentials
The skill requires no environment variables, no credentials, and no config paths. It only makes outbound HTTPS calls to OKX public APIs (no API key required).
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges. Autonomous invocation (default) is normal for skills; nothing indicates it modifies agent/system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install okx-symbol-prices
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /okx-symbol-prices 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of okx-symbol-prices skill. - Fetches current spot prices for specified cryptocurrencies from OKX, prioritizing USDT > USDC > USD pairs. - Displays results in USD format with a $ sign. - Supports specifying multiple symbols; outputs results in query order. - Provides both plain text and optional JSON output formats. - Reports N/A if a requested symbol lacks a supported USD-based ticker on OKX.
元数据
Slug okx-symbol-prices
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

okx_symbol_prices 是什么?

Fetch specified crypto spot prices from OKX and present them in USD display. Use when the user asks to get OKX prices/quotes for specific symbols (e.g. BTC,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 208 次。

如何安装 okx_symbol_prices?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install okx-symbol-prices」即可一键安装,无需额外配置。

okx_symbol_prices 是免费的吗?

是的,okx_symbol_prices 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

okx_symbol_prices 支持哪些平台?

okx_symbol_prices 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 okx_symbol_prices?

由 chgy123(@chgy123)开发并维护,当前版本 v1.0.0。

💬 留言讨论