← Back to Skills Marketplace
236
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install okx-exchange-websocket-skill
Description
Subscribe to OKX public exchange WebSocket channels through UXC raw WebSocket mode for ticker, trade, book, and candle events with explicit subscribe frames.
Usage Guidance
This skill appears to do what it says: start OKX public WebSocket subscriptions using the 'uxc' tool and write NDJSON to a local sink. Before installing, verify you have a trusted 'uxc' binary (or the 'uxc' skill) available and that you are comfortable with the skill writing subscription files under $HOME/.uxc/subscriptions. Note the repository's metadata does not declare required binaries: the runtime expects 'uxc' and the included validation script expects 'rg' (ripgrep). If you plan to run the validate script, ensure 'rg' is installed. Also avoid using this skill with private OKX credentials — it is explicitly for public channels only.
Capability Analysis
Type: OpenClaw Skill
Name: okx-exchange-websocket-skill
Version: 1.0.0
The skill provides legitimate instructions and configurations for an AI agent to interact with the OKX public WebSocket API using the 'uxc' CLI tool. The commands in SKILL.md and usage-patterns.md are focused on market data (tickers, trades, order books) and use the official OKX endpoint (wss://ws.okx.com:8443/ws/v5/public). No indicators of malicious intent, data exfiltration, or unauthorized execution were found.
Capability Assessment
Purpose & Capability
The SKILL.md, usage examples, and validate script all show the skill's sole purpose is subscribing to OKX public WS channels via 'uxc subscribe'. That purpose matches the code and examples. However, the registry metadata lists no required binaries while the runtime prerequisites and validation script require 'uxc' to be on PATH and 'rg' (ripgrep) for validation. The dependency on the 'uxc' tool is reasonable for the skill's purpose but should be declared.
Instruction Scope
Instructions are narrowly scoped to public OKX WebSocket channels, using explicit subscribe frames and writing NDJSON to a local sink. The SKILL.md explicitly excludes private/login/trading flows and warns not to mix auth flows. It only references local sink paths and the OKX public endpoint; it does not instruct reading arbitrary local files or exfiltrating secrets.
Install Mechanism
There is no install spec (instruction-only), so nothing is downloaded or written by the skill itself. The included validate.sh is a local check script and does not fetch external code. This is a low-risk install footprint.
Credentials
The skill requests no environment variables or credentials, and public OKX channels do not require login. The only runtime requirements are network access to wss://ws.okx.com and a writable sink path; these are proportionate to the stated purpose.
Persistence & Privilege
The skill does not request persistent/autonomous privileges beyond the normal model-invocation default. always is false. It writes its subscription output to a local NDJSON sink (user home under .uxc), which is expected behavior for a streaming subscription skill.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install okx-exchange-websocket-skill - After installation, invoke the skill by name or use
/okx-exchange-websocket-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of okx-exchange-websocket-skill.
- Enables subscribing to OKX public exchange WebSocket channels using UXC raw WebSocket mode.
- Supports ticker, trade, book, and candle events with explicit subscribe frames.
- Reuses the `uxc` skill for runtime, sink, and event handling.
- Only covers public channels; excludes private login, trading, or REST API features.
Metadata
Frequently Asked Questions
What is OKX Exchange WebSocket Skill?
Subscribe to OKX public exchange WebSocket channels through UXC raw WebSocket mode for ticker, trade, book, and candle events with explicit subscribe frames. It is an AI Agent Skill for Claude Code / OpenClaw, with 236 downloads so far.
How do I install OKX Exchange WebSocket Skill?
Run "/install okx-exchange-websocket-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OKX Exchange WebSocket Skill free?
Yes, OKX Exchange WebSocket Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OKX Exchange WebSocket Skill support?
OKX Exchange WebSocket Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OKX Exchange WebSocket Skill?
It is built and maintained by jolestar (@jolestar); the current version is v1.0.0.
More Skills