Connects you to OKX's real-time DEX data streams, covering nine WebSocket channels from price ticks and candles to smart money tracking and meme token launches. You can either run it through the CLI (onchainos ws) for session-based monitoring with incremental polling, or write a custom client in Python or Node when you need full control. The CLI approach is genuinely useful for agents since you start a background session, poll events when needed, and set idle timeouts to clean up automatically. If you're building bots that react to on-chain signals or tracking specific wallets across chains, this beats polling REST endpoints. The protocol docs are split across four related skills, so you'll want those installed too.
npx skills add https://github.com/okx/onchainos-skills --skill okx-dex-ws