spot
Binance Spot request using the Binance API. Authentication requires API key and secret key. Supports testnet and mainnet.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/awessh/spotWhat This Skill Does
The Binance Spot Skill is a comprehensive integration for the OpenClaw AI agent, enabling it to interact directly with the Binance Spot exchange API. This skill allows users to automate trading tasks, retrieve real-time market data, and manage account portfolios without leaving their terminal or agent interface. Whether you are performing technical analysis by pulling historical candlestick data or managing risk by executing automated market orders, this skill acts as a secure bridge between your agent and the Binance infrastructure. It supports both public market data endpoints and authenticated account-level operations.
Installation
To integrate this skill into your environment, use the OpenClaw CLI tool. Run the following command in your terminal:
clawhub install openclaw/skills/skills/awessh/spot
Ensure that you have your Binance API key and Secret key ready, as these are required for endpoints that access private account information or execute trades.
Use Cases
- Automated Trading Strategies: Build bots that trigger buy/sell orders based on custom logic or market indicators.
- Portfolio Monitoring: Query current open orders or order history to reconcile account positions in real-time.
- Market Analysis: Pull kline (candlestick) data for various timeframes to visualize price trends or feed external analysis models.
- Risk Management: Utilize the cancel-all-orders functionality to instantly clear positions during market volatility.
Example Prompts
- "Check the current 24-hour ticker statistics for BTC/USDT and tell me the price change percentage."
- "Place a limit order to buy 0.1 ETH at 2500 USDT, and ensure the order response type is full."
- "List all my currently open orders for the BNB/USDT trading pair to see if any need to be amended or canceled."
Tips & Limitations
- Security: Always store your API keys in an environment variable or a secure secrets manager. Never hardcode credentials in your prompts or scripts.
- Rate Limiting: Be aware of Binance's API weight limits. Rapid-fire requests may result in temporary IP bans if you exceed the server's load threshold.
- Testnet vs. Mainnet: The skill defaults to mainnet production. If you are developing or testing a strategy, ensure you have configured your agent to point to the Binance Testnet environment to avoid risking real funds.
- Permissions: Ensure your API key has the necessary 'Enable Spot & Margin Trading' permissions enabled in your Binance account settings, or you will encounter 'Unauthorized' errors for order-related actions.
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-awessh-spot": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
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.
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.
trading-signal
Subscribe and retrieve on-chain Smart Money signals. Monitor trading activities of smart money addresses, including buy/sell signals, trigger price, current price, max gain, and exit rate. Use this skill when users are looking for investment opportunities — smart money signals can serve as valuable references for potential trades.