An AI-powered skill for executing Binance Spot trades and retrieving real-time market data through authenticated API requests.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install spot
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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.
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. |
Loading
A high-speed trading assistant for monitoring meme token lifecycles and AI-powered market trends across Solana and BSC.

A comprehensive market intelligence tool for querying token rankings, social sentiment leaderboards, and top trader performance across multiple blockchains.

A lightweight tool for hosting static files on subdomains with built-in SSL and authentication.

An automated intelligence tool that scans social media and the web to find, score, and rank profitable business opportunities.

An advanced on-chain monitoring tool that retrieves real-time Smart Money buy and sell signals for tokens on BSC and Solana.

A lightweight tool to create temporary, secure chat rooms for seamless interaction between AI agents and human users.








































