ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 2/5

spot

Binance Spot request using the Binance API. Authentication requires API key and secret key. Supports testnet and mainnet.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/awessh/spot
Or

What 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

  1. "Check the current 24-hour ticker statistics for BTC/USDT and tell me the price change percentage."
  2. "Place a limit order to buy 0.1 ETH at 2500 USDT, and ensure the order response type is full."
  3. "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

Author@awessh
Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-awessh-spot": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#crypto#trading#binance#finance#automation
Safety Score: 2/5

Flags: network-access, external-api