Binance Alert
Skill by cnwpdb
Why use this skill?
Monitor Binance price alerts, new listings, and Alpha airdrops in real-time via Telegram. No API keys required for this automated crypto tracking agent.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/cnwpdb/binance-alertWhat This Skill Does
The Binance Alert skill, developed by cnwpdb, serves as a sophisticated monitoring agent designed to keep crypto traders and investors informed about real-time market movements without the need for a Binance API key. By leveraging Telegram as a notification bridge, this agent tracks specific asset price fluctuations, 24-hour percentage changes, and provides advanced surveillance on new token listings. Additionally, it features an Alpha Airdrop scanner that evaluates Web3 tokens based on complex metrics like KYC holder status and market cap, alongside a dedicated monitor for HODLer announcements. This makes it an essential tool for users who want to stay ahead of market trends while automating their monitoring workflows.
Installation
To install this skill, run the following command in your terminal: clawhub install openclaw/skills/skills/cnwpdb/binance-alert. After installation, ensure you have your TG_BOT_TOKEN and TG_CHAT_ID ready. The agent will automatically look for these in /data/freqtrade/user_data/.secrets.env. If you are using this within a custom environment, ensure these variables are exported as system environment variables so the script can access them to send messages to your Telegram bot.
Use Cases
- Automated Trading Alerts: Receive instant notifications when a specific asset, such as BTC or ETH, hits a predefined price target, allowing you to execute trades on your chosen platform.
- Market Volatility Tracking: Set thresholds for 24-hour percentage changes to identify high-volatility assets that may present short-term trading opportunities.
- Airdrop Hunting: Monitor Web3 Alpha opportunities automatically, filtering by high-value metrics such as Alpha points multipliers and verified KYC holders.
- Announcement Monitoring: Keep track of official HODLer airdrops directly from the source, ensuring you never miss an official announcement by Binance.
Example Prompts
- "Monitor BTCUSDT and alert me on Telegram if the price goes above 105000."
- "Run the Binance Alert scanner for any new token listings and check for Alpha airdrop opportunities."
- "Alert me if ETHUSDT experiences a 24-hour price change of more than 5%."
Tips & Limitations
- Automation Strategy: It is highly recommended to schedule the
runcommand via a systemd timer every 5 minutes for optimal performance and consistency. - Persistence: The skill manages state in a JSON file, which prevents duplicate alerts. If the agent stops reporting, check if the state file in
/data/freqtrade/user_data/binance_alert_state.jsonis writeable. - Safety: Since this script does not require an API key, it is read-only and inherently safer than trading bots that hold withdrawal permissions. However, ensure your environment files are protected.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-cnwpdb-binance-alert": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, file-write, external-api