An automated trading skill that executes low-buy and high-sell strategies within a defined price range on Binance.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install binance-grid-trading
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 binance-grid-trading using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Binance Grid Trading skill is a robust automation tool designed for users of Openclaw Skills who want to capitalize on market volatility. By dividing a specific price range into multiple grids, this skill automatically places limit orders to buy when prices drop and sell when they rise. This systematic approach removes emotional bias from trading and ensures consistent execution of a range-bound strategy.
This skill is particularly effective in sideways markets where prices fluctuate within a predictable range. It integrates seamlessly into your agent workflow, providing a cost-effective way to manage crypto assets with a flat fee of 0.001 USDT per execution call through the Openclaw Skills ecosystem.
To integrate this skill into your environment, you must configure the necessary API keys. Ensure you have your SKILLPAY_API_KEY ready for the Openclaw Skills billing layer.
# Set your environment variables
export SKILLPAY_API_KEY="your_skillpay_secret_key"
Once configured, you can call the handler with actions like start, stop, or status to manage your trading bot.
The skill utilizes a structured configuration to manage trading parameters and session state:
| Parameter | Type | Description |
|---|---|---|
| pair | string | The trading pair to target (e.g., BTC/USDT) |
| min | number | The lower bound of your trading range |
| max | number | The upper bound of your trading range |
| grids | integer | Number of grids to create (range: 5-100) |
| action | string | The operation to perform: 'start', 'stop', or 'status' |
Metadata including profit tracking and active order IDs are stored within the skill session to maintain continuity.
Loading
A specialized skill for automating Binance futures trading, including leverage adjustments and contract order execution.

An automated trading tool that enables users to replicate the positions and strategies of successful Binance traders in real-time.

A high-performance cryptocurrency arbitrage tool designed to identify price discrepancies between Binance and other major global exchanges.

An AI-powered unit test generator that automatically creates comprehensive, framework-specific test suites for multiple programming languages.

A technical analysis bot for Binance that generates real-time buy and sell signals based on MACD crossovers and histogram momentum.

A high-performance Binance price monitoring skill that automates alerts and trade execution based on real-time market conditions.








































