okx-exchange
Installation
SKILL.md
OKX Exchange Skill
Quantitative trading agent for OKX exchange via the official V5 API.
API Docs: https://www.okx.com/docs-v5/en/
Setup (First Time)
# 1. Add credentials to .env
cat >> ~/.openclaw/workspace/.env << 'EOF'
OKX_API_KEY=your_key
OKX_SECRET_KEY=your_secret
OKX_PASSPHRASE=your_passphrase
OKX_SIMULATED=1
EOF