/install binance-alert
BinanceAlert
Monitors Binance market events and pushes real-time alerts via Telegram.
Required Environment Variables
| Variable | Description |
|---|---|
TG_BOT_TOKEN |
Telegram Bot Token (from @BotFather) |
TG_CHAT_ID |
Telegram target Chat ID |
The script reads these from /data/freqtrade/user_data/.secrets.env automatically, or from system environment variables directly.
Price Alert
python3 {baseDir}/scripts/binance_alert.py price \x3CSYMBOL> \x3Ctarget_price> [above|below]
Example: alert when BTC breaks $100,000
python3 {baseDir}/scripts/binance_alert.py price BTCUSDT 100000 above
Change Alert (24h %)
python3 {baseDir}/scripts/binance_alert.py change \x3CSYMBOL> \x3Cthreshold_pct>
Example: alert when ETH moves more than 8% in 24h
python3 {baseDir}/scripts/binance_alert.py change ETHUSDT 8
New Listing Monitor
python3 {baseDir}/scripts/binance_alert.py listing
Alpha Airdrop Scanner
python3 {baseDir}/scripts/binance_alert.py alpha
Scans Binance Web3 Alpha tokens, scores by KYC holders, alpha points multiplier, and market cap.
Announcement Monitor (HODLer Airdrops)
python3 {baseDir}/scripts/binance_alert.py announcement
Run All Checks (for cron/timer)
python3 {baseDir}/scripts/binance_alert.py run
Status
python3 {baseDir}/scripts/binance_alert.py status
Notes
- Requires
TG_BOT_TOKENandTG_CHAT_ID(read from.secrets.envor system env) - State persisted to
/data/freqtrade/user_data/binance_alert_state.json - Price/change alerts auto-mark as triggered after firing, no duplicate pushes
- New listing monitor initializes baseline on first run, no push
- Recommended: run via systemd timer every 5 minutes using the
runcommand
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install binance-alert - After installation, invoke the skill by name or use
/binance-alert - Provide required inputs per the skill's parameter spec and get structured output
What is BinanceAlert?
Binance smart alert system. Monitors price/change alerts, new listings, Alpha airdrop opportunities, and HODLer announcements via Telegram. No Binance API Ke... It is an AI Agent Skill for Claude Code / OpenClaw, with 206 downloads so far.
How do I install BinanceAlert?
Run "/install binance-alert" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is BinanceAlert free?
Yes, BinanceAlert is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does BinanceAlert support?
BinanceAlert is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created BinanceAlert?
It is built and maintained by cnwpdb (@cnwpdb); the current version is v1.0.1.