1
Install the skill
SKILL.md into your agent’s skill directory:2
Set up authentication
Option A: API key (simplest)Get a free key at rekko.ai/dashboard:Option B: x402 autopay (for autonomous agents)Fund an EVM wallet with USDC on Base mainnet, then set:
3
Install Python dependencies
4
Make your first call
5
Get a strategy signal
6
Chain to an execution skill
If the signal says
BUY_YES with confidence > 0.5, pass it to PolyClaw or Kalshi Trader:Next steps
- Read the SKILL.md for the complete endpoint reference and all 6 workflow patterns
- Explore the Python client reference for the full
RekkoClientAPI - Check signal accuracy before relying on high-confidence calls