# Alert System

> Alert System

- Skill: `javimosch/alert-system` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/alert-system`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/alert-system/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/alert-system

---

# 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

