okx-dex-market
Installation
SKILL.md
Onchain OS DEX Data
Query read-only DEX token, market, signal, social, trenches, and WebSocket data through one routed skill.
Preflight
Preflight checks: At the start of each thread, complete the checks in ../okx-agentic-wallet/_shared/preflight.md. If missing, read _shared/preflight.md.
Intent Routing
Apply these routing gates before selecting a capability:
- Named-protocol gate: if a supported DApp is the subject of an operation or protocol-specific analytics request—including APY, TVL, volume, positions, history, or a timeframe—stop and invoke
okx-dapp-discovery. Polymarket and supported-asset up/down phrases for BTC/ETH/SOL/XRP/BNB/DOGE/HYPE also route there. Example: "BTC 5-minute up/down market" routes tookx-dapp-discovery, not kline or price. - Trenches write gate: buy/sell/snipe/ape verbs, including direct translations and Chinese slang, aimed at a pump.fun-style token are write operations and route to
okx-dapp-discovery. Analytical bundle/sniper detection requests remain in Trenches; apply the detailed Step 0 in trenches.md.
Select the capability first, then load its core reference. Load an additional reference only when its condition applies.