← Back to Skills Marketplace
Okx Dex Ws
by
ok-james-01
· GitHub ↗
· v2.6.0
· MIT-0
190
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install okx-dex-ws
Description
Use this skill when the user mentions 'onchainos ws', 'ws start', 'ws poll', 'ws stop', 'ws channels', 'ws session', 'ws channel-info', 'idle-timeout', 'idle...
Usage Guidance
This skill is instruction-only and appears to be about managing OKX DEX WebSocket sessions, which is reasonable — but there are a few mismatches you should resolve before installing or invoking it autonomously:
- The SKILL.md tells the agent to read relative files from other skills (preflight.md and several ws-protocol.md files). Verify those files exist locally and inspect them yourself: they could contain additional behavior or requests (including credential usage) not visible in this skill.
- The protocol requires HMAC-SHA256 login, yet the manifest lists no credentials or config paths. Ask the skill author (or inspect the referenced preflight/protocol files) to confirm how and where the auth keys are provided. Do not allow the agent access to wallet private keys or system secrets unless you explicitly trust the source and have isolated testing safeguards.
- Because this skill reads sibling skill files, ensure you trust the whole onchainos-skills collection it ties into. If you cannot verify the referenced files, prefer running the commands manually in a controlled environment or review the referenced files first.
If you plan to enable autonomous invocation, be more cautious: autonomous agents can follow the instructions to read local files and perform WS actions. If you want to proceed, check the referenced files and confirm the credential flow (where HMAC keys live) before granting any runtime access.
Capability Analysis
Type: OpenClaw Skill
Name: okx-dex-ws
Version: 2.6.0
The skill bundle provides documentation and instructions for an AI agent to manage OKX DEX WebSocket sessions using the 'onchainos' CLI. It covers session lifecycle management (start, poll, stop), channel discovery, and protocol specifications for market data streams. The content is well-aligned with its stated purpose, uses legitimate OKX endpoints (wss://wsdex.okx.com), and contains no evidence of malicious intent, data exfiltration, or harmful prompt injection.
Capability Tags
Capability Assessment
Purpose & Capability
Name, description and the SKILL.md content consistently describe WebSocket CLI usage and how to write custom WS clients for OKX DEX channels. The commands, channels, endpoint, and protocol details align with the stated purpose.
Instruction Scope
The runtime instructions explicitly tell the agent to read files outside this skill (e.g., ../okx-agentic-wallet/_shared/preflight.md and ../*/references/ws-protocol.md). The skill manifest declares no config paths or file requirements, so the instructions require access to sibling skill repositories/paths that are not declared — this is a scope mismatch and increases risk because the agent will be instructed to read local files not advertised by the skill.
Install Mechanism
This is an instruction-only skill with no install spec and no code files. That minimizes on-disk installation risk; nothing is downloaded or executed by the install process itself.
Credentials
SKILL.md documents that HMAC-SHA256 authentication is required before subscribing to the WS endpoint, but the skill declares no required environment variables, credentials, or config paths. That mismatch means the skill either expects credentials to be supplied dynamically (via the agent or other skills) or the manifest omitted necessary credential declarations. You should confirm where keys/secrets are stored and whether the agent will access wallet/private keys.
Persistence & Privilege
The skill is not forced-always, and has no install-time persistence or configuration changes. It does not request system-wide privileges in the manifest.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install okx-dex-ws - After installation, invoke the skill by name or use
/okx-dex-ws - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.6.0
- Added workflow hint for related commands: when using `ws start`, `ws poll`, or `ws stop`, users are now prompted to try the **Wallet Monitor (WebSocket)** workflow.
- Updated metadata version to 2.6.0.
- No changes to CLI usage, parameters, or feature set.
v2.4.0
Version 2.4.0
- Bumped version to 2.4.0 (no changes to functionality or documentation).
- No file changes detected in this release.
v2.2.10
okx-dex-ws 2.2.10
- Updated skill version metadata from 2.2.7 to 2.2.10 in SKILL.md.
- No other changes detected to files or functionality.
v2.2.7
- Expanded SKILL.md with detailed usage instructions for all 9 supported DEX WebSocket channels, CLI commands, parameters, and examples.
- Clarified when to inform users about missing protocol reference files and how to resolve this.
- Added guidance for both CLI and custom script workflows, including protocol file references for specific data types (market, token, signal, trenches).
- Updated channel descriptions, parameter formats, and provided improved quick-reference tables.
- Documented poll filters for wallet and smart money tracker channels.
- Included endpoint, authentication, and protocol details for all supported channels.
Metadata
Frequently Asked Questions
What is Okx Dex Ws?
Use this skill when the user mentions 'onchainos ws', 'ws start', 'ws poll', 'ws stop', 'ws channels', 'ws session', 'ws channel-info', 'idle-timeout', 'idle... It is an AI Agent Skill for Claude Code / OpenClaw, with 190 downloads so far.
How do I install Okx Dex Ws?
Run "/install okx-dex-ws" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Okx Dex Ws free?
Yes, Okx Dex Ws is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Okx Dex Ws support?
Okx Dex Ws is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Okx Dex Ws?
It is built and maintained by ok-james-01 (@ok-james-01); the current version is v2.6.0.
More Skills