Smart monitoring with customizable triggers — price alerts (stocks,
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill alert-system --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Alert System?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-alert-system)More formats (shields.io, HTML) on the badges page.
---
name: Alert System
description: Smart monitoring with customizable triggers — price alerts (stocks,
crypto, products), event monitoring, custom condition alerts with Telegram
notification.
---
# Alert System
Smart monitoring with customizable triggers — price alerts (stocks, crypto, products), event monitoring, custom condition alerts with Telegram notification.
## Usage
```python
from alert_system.alerts import AlertSystem
system = AlertSystem("<username>")
system.add_alert("price", "BTC", "above", 100000)
triggered = system.check_all()
```
## Features
- Price alerts (stocks via yfinance, crypto)
- Website/event change monitoring
- Custom condition triggers
- Cron-integrated checking
- Telegram notifications on trigger
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!