If you're building a trading bot or automation that needs to execute on OKX, this handles the order lifecycle across spot, perps, futures, options, and their newer event contracts (binary outcome prediction markets). It wraps the OKX trade CLI with proper credential handling for both OAuth and API key flows, demo/live mode switching, and the tricky bits like contract face value lookup before sizing derivative orders. The documentation is thorough about not guessing USDT amounts (notional vs margin cost) and routing correctly between the four OKX skills. Worth noting it won't fetch prices or check your balance, those live in separate skills, so you'll typically chain this with okx-cex-market or okx-cex-portfolio for real workflows.
npx -y skills add okx/agent-skills --skill okx-cex-trade --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
moizibnyousaf/ai-agent-skills
github/awesome-copilot