Website Change Monitor & Alert System
SKILL.md
Website Change Monitor & Alert System
Monitor web pages for content changes. Take snapshots, diff comparisons, schedule periodic checks, and send alerts via email or webhook when changes are detected.
Commands
watch
Add a URL to the watch list.
bash scripts/script.sh watch "https://example.com/pricing"
bash scripts/script.sh watch "https://example.com/status" --selector ".status-text"
check
Check a URL for changes right now.
bash scripts/script.sh check "https://example.com/pricing"
bash scripts/script.sh check --all