What problem does it solve?
This Skill removes the need to constantly watch charts by automatically notifying you when crypto price levels, indicator thresholds, or market signals are reached.
Core Features & Use Cases
- Price Alerts - Trigger notifications when a symbol crosses a target level, supporting both “above” (take-profit) and “below” (stop-loss/dip-buy) use cases (e.g., alert BTC/USDT above a resistance level).
- Indicator Alerts - Detect common technical conditions such as RSI overbought/oversold and MACD crossover shifts to help you react to trend/momentum changes (e.g., alert when RSI(14) reaches 70+).
- Volume & Event Alerts - Flag unusual activity using volume spike detection and provide a foundation for monitoring broader market events and workflows (e.g., alert when hourly volume exceeds a multiple of the average).
- Alert Persistence - Stores alert definitions locally in ~/.kit/alerts.json and supports listing and monitoring them over time.
Quick Start
Add a price alert for BTC/USDT above 50000 by running: python scripts/alert_monitor.py --add BTC/USDT above 50000.