A high-performance skill for managing real-time Decentralized Exchange (DEX) WebSocket sessions and data streams via CLI or custom scripts.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install okx-dex-ws
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install okx-dex-ws using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The OKX DEX WebSocket skill is a robust tool within the Openclaw Skills ecosystem designed for developers and AI agents requiring low-latency blockchain data. It provides a unified interface to access live DEX data across multiple chains, allowing users to subscribe to 9 distinct channels including price feeds, candlestick data, and smart money tracking. By bridging the gap between raw blockchain streams and actionable workflows, this skill empowers users to build sophisticated monitoring tools and automated trading systems.
To get started with this skill from the Openclaw Skills library, use the following CLI commands:
# List all 9 supported WebSocket channels
onchainos ws channels
# Get detailed information and examples for a specific channel
onchainos ws channel-info --channel price
# Start a background session for smart money tracking
onchainos ws start --channel kol_smartmoney-tracker-activity
# Poll for new events using the session ID
onchainos ws poll --id <SESSION_ID>
The skill organizes data based on channel-specific parameters and session identifiers. Below are the primary data configurations:
| Parameter | Description | Format Example |
|---|---|---|
| --token-pair | Mapping of chain index to contract address | 1:0xdac17f95... |
| --chain-index | Comma-separated list of target blockchains | 1,501,56 |
| --wallet-addresses | List of specific wallets for tracking | 0xAAA,0xBBB |
| --idle-timeout | Duration before a session automatically stops | 30m, 1h, 0 (disabled) |
| --min-pnl | Filter for tracker channels based on profit | Numeric value |
Loading
A store-and-forward messaging system for AI agents that ensures guaranteed message delivery even when peers are offline.

A high-precision temporal toolkit that uses native shell commands to perform complex date and time calculations without external dependencies.

A decentralized peer review system providing independent verification and multi-party approval for AI agent task results.

Bridges the Pilot Protocol with cloud storage services like AWS S3 and GCS, allowing AI agents to manage files through secure gateway agents.

A specialized skill for signing x402 payment authorizations to access third-party payment-gated resources.

A diagnostic tool for troubleshooting OpenClaw node connection and pairing failures across mobile and desktop companion apps.








































