algo
Binance Algo request using the Binance API. Authentication requires API key and secret key.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/binance-skills-hub/binance-algoWhat This Skill Does
The Binance Algo skill for OpenClaw provides a robust interface for interacting with Binance's sophisticated algorithmic trading engines, including both Futures and Spot markets. By integrating directly with Binance's SAPI endpoints, this skill allows users to execute complex trading strategies like Time-Weighted Average Price (TWAP) and Volume Participation (VP) without manual intervention. It facilitates the management of the entire order lifecycle, from placing new algorithmic orders to canceling existing ones and querying historical execution data. Designed for traders who need programmatic control over large position entries or exits, this skill ensures that orders are handled via official authenticated channels, providing the precision and data-backed oversight necessary for institutional-grade trading workflows.
Installation
To install this skill, use the following command in your OpenClaw terminal:
clawhub install openclaw/skills/skills/binance-skills-hub/binance-algo
Ensure your OpenClaw environment is configured with the necessary Binance API Key and Secret Key, as these are mandatory for all trading and user data endpoints. The skill handles the authentication handshake securely using these credentials.
Use Cases
This skill is ideal for quantitative traders and automated strategy developers. Common use cases include:
- Large Order Execution: Minimize market impact by using TWAP to distribute large buys or sells over a specified duration.
- Market Neutrality: Utilize Volume Participation (VP) orders to execute trades based on real-time market volume, ensuring your activity aligns with current liquidity levels.
- Automated Reporting: Periodically fetch historical order data to reconcile trades or export performance logs to your local database.
- Risk Management: Programmatically cancel open algorithmic orders if market volatility exceeds pre-defined thresholds.
Example Prompts
- "OpenClaw, place a TWAP order on BTCUSDT for 5 units over a duration of 3600 seconds."
- "Show me all currently open algorithmic futures orders on my account."
- "Fetch the history of my spot algorithmic orders for the last 24 hours and summarize the filled quantity."
Tips & Limitations
- Rate Limiting: Always be mindful of Binance's API rate limits. Frequent polling of historical data can lead to temporary IP bans.
- Validation: Always verify the
symbolandsideparameters before execution to avoid unintended trades. The API requires specific formats for these strings. - Security: Ensure your API keys are stored in a secure environment variable or a local secret vault; never hardcode them into scripts or prompts.
- Scope: This skill is focused specifically on the Algo API; it does not manage standard limit or market orders, which are handled by separate skills.
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-algo": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api
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.
binance
Use binance-cli for Binance Spot, Futures (USD-S), and Convert. Requires auth.
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.
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.