Binance Spot Trading Skill for Openclaw

An AI-powered skill for executing Binance Spot trades and retrieving real-time market data through authenticated API requests.

awessh
v0.1.0
Mar 7, 2026
0
1.1k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install spot

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install spot using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Binance Spot Trading Skill?

This skill enables AI agents to interact directly with the Binance Spot API, supporting both Mainnet and Testnet environments. By leveraging Openclaw Skills, developers can build agents capable of querying exchange info, checking server time, and performing complex trade executions like OCO, OTO, and OPO orders. It provides a bridge between natural language instructions and high-frequency trading infrastructure.

Built with security as a priority, the skill integrates strict credential masking and mandatory user confirmation for Mainnet transactions. This ensures that even while using Openclaw Skills to automate your financial workflows, you maintain full control over your assets and private keys.

Binance Spot Trading Skill Use Cases

  • Automated execution of buy and sell orders based on specific market triggers or strategies.
  • Real-time monitoring of cryptocurrency prices, order book depth, and rolling window statistics.
  • Detailed historical trade data analysis and Kline/candlestick retrieval for technical analysis.
  • Efficient management of multiple Binance accounts across Mainnet, Testnet, and Demo environments.

How Binance Spot Trading Skill Works

  1. The agent identifies the user intent to perform a market query or execute a trade on the Binance platform.
  2. It retrieves the required API credentials (API Key and Secret) from the local TOOLS.md configuration.
  3. A secure request is generated by building a query string and signing it with HMAC SHA256, RSA, or Ed25519 encryption.
  4. For any transaction occurring on the Mainnet, the agent triggers a safety protocol requiring the user to type CONFIRM.
  5. The request is dispatched to the appropriate Binance endpoint, and the resulting JSON data is parsed and formatted for the user.

Binance Spot Trading Skill Setup

To integrate this into your Openclaw Skills workflow, add your credentials to your TOOLS.md file as follows:

## Binance Accounts

### main
- API Key: your_api_key_here
- Secret: your_secret_key_here
- Testnet: false
- Description: Primary trading account

Ensure that you have generated your API keys from the Binance dashboard with the appropriate permissions enabled.

Binance Spot Trading Skill Data Schema & Taxonomy

The skill organizes trading and market data according to the following structures:

Category Key Metadata Fields Purpose
Market Info symbol, price, depth, klines Real-time pricing and volume analysis.
Orders orderId, clientOrderId, status, side Tracking and managing active or past trades.
Account balances, commission, permissions Monitoring asset distribution and account limits.
Security testnet-flag, signature, timestamp Ensuring request validity and environment routing.

Binance Spot Trading Skill Advanced Features

  • Smart Order Routing (SOR) support for optimized trade execution and liquidity access.
  • Advanced conditional order types including OCO (One-Cancels-the-Other), OTO (One-Triggers-Other), and OPO (One-Triggers-One-Cancels-Other).
  • Multi-environment switching between Mainnet, Testnet, and Demo API endpoints within a single session.
  • Built-in security masking that prevents the full exposure of API secrets in chat logs or displays.
  • Support for order amendments and cancel-replace modes to manage fast-moving market conditions.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*