A technical analysis bot for Binance that generates real-time buy and sell signals based on MACD crossovers and histogram momentum.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install binance-macd-bot
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-macd-bot 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 MACD Bot is a specialized tool designed for traders who want to automate their technical analysis on the Binance exchange. By leveraging the Moving Average Convergence Divergence (MACD) indicator, this skill provides a systematic way to identify trend reversals and momentum shifts. As part of the ecosystem of Openclaw Skills, it allows developers to integrate professional-grade financial indicators into their trading agents or automated workflows with minimal configuration.
The bot calculates the relationship between two moving averages of a security’s price, offering insights into whether a trend is strengthening or weakening. It simplifies the process of monitoring multiple pairs, ensuring that traders never miss a Golden Cross or Death Cross event. By using Openclaw Skills for your trading logic, you can build robust, data-driven strategies that react to market changes in real-time.
To deploy this skill, you must configure your environment with a valid SkillPay API key. Each execution of the bot costs 0.001 USDT.
# Configure your API key
export SKILLPAY_API_KEY="your_skillpay_key_here"
Once configured, you can call the skill using the binance-macd-bot identifier within your Openclaw Skills powered application.
The skill produces a structured output to ensure easy integration into larger trading systems. Below is the metadata schema for the results:
| Property | Description | Type |
|---|---|---|
| pair | The cryptocurrency pair analyzed | String |
| macd | The calculated MACD line value | Number |
| signal | The calculated signal line value | Number |
| histogram | The calculated histogram (MACD - Signal) | Number |
| signal_type | The detected event (e.g., GOLDEN_CROSS, DEATH_CROSS) | String |
| recommendation | The suggested trading action (BUY, SELL, or HOLD) | String |
Loading
An automated trading skill that executes low-buy and high-sell strategies within a defined price range on Binance.

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.

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

A powerful technical analysis tool that calculates RSI values and generates actionable buy/sell signals for any trading pair on Binance.








































