binance
Use binance-cli for Binance Spot, Futures (USD-S), and Convert. Requires auth.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/binance-skills-hub/binance-skillsBinance
Use binance-cli for Binance Spot, Futures (USD-S), and Convert. Requires auth.
PREREQUISITE: Read
auth.mdfor auth, global flags, and security rules.
Helper Commands
| Command | Description |
|---|---|
algo | Algo Trading |
alpha | Alpha |
c2c | C2C |
convert | Convert |
copy-trading | Copy Trading |
crypto-loan | Crypto Loan |
derivatives-options | Derivatives Trading (Options) |
derivatives-portfolio-margin | Derivatives Trading (Portfolio Margin) |
derivatives-portfolio-margin-pro | Derivatives Trading (Portfolio Margin Pro) |
dual-investment | Dual Investment |
fiat | Fiat |
futures-coin | Derivatives Trading (COIN-M Futures) |
futures-usds | Derivatives Trading (USDS-M Futures) |
gift-card | Gift Card |
margin-trading | Margin Trading |
mining | Mining |
pay | Pay |
rebate | Rebate |
simple-earn | Simple Earn |
spot | Spot Trading |
staking | Staking |
sub-account | Sub Account |
vip-loan | VIP Loan |
wallet | Wallet |
Notes
- ⚠️ Prod transactions — always ask user to type
CONFIRMbefore executing. - Append
--profile <name>to any command to use a non-active profile. - All authenticated endpoints accept optional
--recvWindow <ms>(max 60 000). - Timestamps (
startTime,endTime) are Unix ms. - For endpoints not listed in the skill, use
binance-cli request (GET|POST|PUT...) <url> [--signed]. Any Parameters can be added to the request (e.g:--param1 value --param2 value).
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-binance-skills-hub-binance-skills": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
query-token-info
Query token details by keyword, contract address, or chain. Search tokens, get metadata and social links, retrieve real-time market data (price, price trend, volume, holders, liquidity), and fetch K-Line candlestick charts. Use this skill when users search tokens, check token prices, view market data, or request kline/candlestick charts.
crypto-market-rank
Crypto market rankings and leaderboards. Query trending tokens, top searched tokens, Binance Alpha tokens, tokenized stocks, social hype sentiment ranks, smart money inflow token rankings, top meme token rankings from Pulse launchpad, and top trader PnL leaderboards. Use this skill when users ask about token rankings, market trends, social buzz, meme rankings, breakout meme tokens, or top traders.
meme-rush
Meme token fast-trading assistant with two core capabilities: 1. Meme Rush - Real-time meme token lists from launchpads (Pump.fun, Four.meme, etc.) across new, finalizing, and migrated stages 2. Topic Rush - AI-powered market hot topics with associated tokens ranked by net inflow Use this skill when users ask about new meme tokens, meme launches, bonding curve, migration status, pump.fun tokens, four.meme tokens, fast meme trading, market hot topics, or trending narratives.
query-address-info
Query any on-chain wallet address token balances and positions. Retrieves all token holdings for a specified wallet address on a given chain, including token name, symbol, price, 24h price change, and holding quantity. Use this skill when users ask about wallet balance, token holds, portfolio, or asset positions for any blockchain address.
derivatives-trading-portfolio-margin-pro
Binance Derivatives-trading-portfolio-margin-pro request using the Binance API. Authentication requires API key and secret key.