binance-pro-cn
SKILL.md
Binance Pro π‘
Professional skill for trading on Binance - the world's largest crypto exchange.
π Quick Start
Setup Credentials
Save to ~/.openclaw/credentials/binance.json:
{
"apiKey": "YOUR_API_KEY",
"secretKey": "YOUR_SECRET_KEY"
}
Environment Variables (alternative)
export BINANCE_API_KEY="your_api_key"