BinanceAlert
name: binance-alert
by cnwpdb · published 2026-03-22
$ claw add gh:cnwpdb/cnwpdb-binance-alert---
name: binance-alert
description: Binance smart alert system. Monitors price/change alerts, new listings, Alpha airdrop opportunities, and HODLer announcements via Telegram. No Binance API Key required.
homepage: https://github.com/cnwpdb/binance-alert-skill
metadata: {"clawdbot":{"requires":{"bins":["python3"],"env":["TG_BOT_TOKEN","TG_CHAT_ID"]}}}
---
# 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 <SYMBOL> <target_price> [above|below]Example: alert when BTC breaks $100,000
python3 {baseDir}/scripts/binance_alert.py price BTCUSDT 100000 aboveChange Alert (24h %)
python3 {baseDir}/scripts/binance_alert.py change <SYMBOL> <threshold_pct>Example: alert when ETH moves more than 8% in 24h
python3 {baseDir}/scripts/binance_alert.py change ETHUSDT 8New Listing Monitor
python3 {baseDir}/scripts/binance_alert.py listingAlpha Airdrop Scanner
python3 {baseDir}/scripts/binance_alert.py alphaScans Binance Web3 Alpha tokens, scores by KYC holders, alpha points multiplier, and market cap.
Announcement Monitor (HODLer Airdrops)
python3 {baseDir}/scripts/binance_alert.py announcementRun All Checks (for cron/timer)
python3 {baseDir}/scripts/binance_alert.py runStatus
python3 {baseDir}/scripts/binance_alert.py statusNotes
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...