Skills binance
Use binance-cli for Binance Spot, Futures (USD-S), and Convert. Requires auth.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/binance-skills-hub/binance-skills" ~/.claude/skills/clawdbot-skills-binance && rm -rf "$T"
manifest:
skills/binance-skills-hub/binance-skills/SKILL.mdsource content
Binance
Use
binance-cli for Binance Spot, Futures (USD-S), and Convert. Requires auth.
PREREQUISITE: Read
for auth, global flags, and security rules.auth.md
Helper Commands
| Command | Description |
|---|---|
| Algo Trading |
| Alpha |
| C2C |
| Convert |
| Copy Trading |
| Crypto Loan |
| Derivatives Trading (Options) |
| Derivatives Trading (Portfolio Margin) |
| Derivatives Trading (Portfolio Margin Pro) |
| Dual Investment |
| Fiat |
| Derivatives Trading (COIN-M Futures) |
| Derivatives Trading (USDS-M Futures) |
| Gift Card |
| Margin Trading |
| Mining |
| Pay |
| Rebate |
| Simple Earn |
| Spot Trading |
| Staking |
| Sub Account |
| VIP Loan |
| Wallet |
Notes
- ⚠️ Prod transactions — always ask user to type
before executing.CONFIRM - Append
to any command to use a non-active profile.--profile <name> - All authenticated endpoints accept optional
(max 60 000).--recvWindow <ms> - Timestamps (
,startTime
) are Unix ms.endTime - For endpoints not listed in the skill, use
. Any Parameters can be added to the request (e.g:binance-cli request (GET|POST|PUT...) <url> [--signed]
).--param1 value --param2 value