okx

Compose OKX DEX aggregation with Helius infrastructure for Solana trading and token intelligence applications.

1|Updated Aug 5, 2026
One-click install
npx skills add https://github.com/Solizardking/Solana-Robotics-Kit --skill okx-solizardking
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: okx
Source: https://github.com/Solizardking/Solana-Robotics-Kit/tree/main/eliza/plugins/clawd-code/clawd-plugin/skills/okx
Command: npx skills add https://github.com/Solizardking/Solana-Robotics-Kit --skill okx-solizardking

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Building Solana trading and token intelligence apps requires combining two separate ecosystems — OKX's DEX aggregation and market data with Helius's Solana infrastructure — and developers often misuse them, such as submitting swap transactions to raw RPC instead of Helius Sender or skipping safety checks. ## Core Features & Use Cases - Swap Execution Routing: Get quotes and routing from OKX, then submit signed transactions via Helius Sender with priority fee optimization for reliable block inclusion. - Token Discovery & Risk Analysis: Combine OKX trending tokens, smart money signals, and meme token scanning with Helius DAS metadata and wallet intelligence for on-chain verification. - Trading Bots & Dashboards: Build latency-critical bots using LaserStream signals plus OKX execution, or portfolio dashboards merging Helius wallet data with OKX market data and PnL. - Use Case: A user asks to build a meme token scanner — the skill orchestrates OKX trenches for launchpad scanning, dev reputation and bundle detection, then verifies findings on-chain with Helius DAS and dev wallet funding investigation. ## Quick Start Ask the assistant to build a Solana token swap flow that gets a quote from OKX and submits the signed transaction through Helius Sender.

Frequently Asked Questions about okx

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute a Solana token swap using OKX and Helius?▼

Get a quote with the onchainos swap quote command, run honeypot and price impact checks, then execute onchainos swap swap to get transaction data. Sign it locally and submit via the Helius Sender endpoint with skipPreflight set to true.

When should I use Helius Sender instead of a standard RPC for swaps?▼

Always submit OKX swap transactions through Helius Sender rather than raw sendTransaction to a standard RPC. Sender dual-routes to validators and Jito for better block inclusion, and requires skipPreflight: true and maxRetries: 0.

What is the difference between LaserStream and OKX market data?▼

LaserStream provides shred-level raw on-chain data with the lowest latency for bots and HFT, requiring a Professional plan. OKX market data provides prices, OHLC charts, and PnL via API polling, suited for analysis and dashboards.

Does the onchainos CLI require an OKX API key?▼

The onchainos CLI works without an API key but is rate-limited. For production use, set OKX_API_KEY, OKX_SECRET_KEY, and OKX_PASSPHRASE environment variables obtained from the OKX Developer Portal.

Why did my swap transaction fail when submitted through Helius Sender?▼

Common causes include missing skipPreflight: true, duplicate priority fee instructions when the OKX transaction already includes them, or price impact above safe thresholds. Never silently retry — report the error to the user.

Can I auto-execute trades from OKX smart money signals?▼

No. The skill explicitly prohibits auto-executing trades from smart money signals. You must present the analysis, including sold ratio and risk checks, and let the user confirm before any execution.