← Back to Skills Marketplace
208
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install okx-symbol-prices
Description
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,...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install okx-symbol-prices - After installation, invoke the skill by name or use
/okx-symbol-prices - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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,... It is an AI Agent Skill for Claude Code / OpenClaw, with 208 downloads so far.
How do I install okx_symbol_prices?
Run "/install okx-symbol-prices" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is okx_symbol_prices free?
Yes, okx_symbol_prices is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does okx_symbol_prices support?
okx_symbol_prices is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created okx_symbol_prices?
It is built and maintained by chgy123 (@chgy123); the current version is v1.0.0.
More Skills