Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Runs 5 AI trading agents in parallel on OKX Demo (real-time prices, no real money). Each agent uses a different strategy (Supply & Demand, RSI variants). Daily at 07:00, the bottom performers get replaced by better strategies from a backtest pool. Every order has an exchange-level stop-loss that survives bot crashes.
When to use it
- Paper trading multiple strategies simultaneously on OKX
- Comparing RSI mean reversion vs. supply/demand strategies head-to-head
- Running daily evolutionary selection to replace losing agents
- Backtesting strategy/asset combinations overnight for the evolution pool
- Monitoring a live leaderboard of competing agents
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: "Start the trading competition on OKX Demo"
- 1Loads 5 agent configs from agents_config.json
- 2Starts the 5-minute competition loop with OKX Demo API
- 3Each agent analyzes candles, calculates indicators, and places orders with exchange-level SL
- 4Writes results to leaderboard_okx.json after each cycle
Competition running with 5 agents trading on OKX Demo, leaderboard updating every 5 minutes
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.