Use when monitoring websites for content changes, comparing page snapshots with diff, scheduling periodic checks, or sending alerts via email and webhook notifications.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add bytesagain/ai-skills --skill site-change-alert --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Site Change Alert?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bytesagain-site-change-alert)More formats (shields.io, HTML) on the badges page.
---
name: "Website Change Monitor & Alert System"
description: "Use when monitoring websites for content changes, comparing page snapshots with diff, scheduling periodic checks, or sending alerts via email and webhook notifications."
version: "2.0.1"
author: "BytesAgain"
homepage: https://bytesagain.com
source: https://github.com/bytesagain/ai-skills
tags: ["website", "monitor", "change-detection", "alert", "diff", "notification", "scraping"]
---
# 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
bash scripts/script.sh watch "[Technical Reference]"
bash scripts/script.sh watch "[Technical Reference]" --selector ".status-text"
```
### check
Check a URL for changes right now.
```bash
bash scripts/script.sh check "[Technical Reference]"
bash scripts/script.sh check --all
```
### diff
Show diff between last two snapshots of a URL.
```bash
bash scripts/script.sh diff "[Technical Reference]"
```
### schedule
Set up periodic checking (cron-based).
```bash
bash scripts/script.sh schedule "[Technical Reference]" 30
```
### notify
Configure notification channels (email, webhook, stdout).
```bash
bash scripts/script.sh notify webhook "[Technical Reference]"
bash scripts/script.sh notify email "admin@example.com"
```
### help
Show all commands.
```bash
bash scripts/script.sh help
```
## Output
- Change detection results with diff
- Snapshot history
- Notification delivery confirmation
## Feedback
https://bytesagain.com/feedback/
Powered by BytesAgain | bytesagain.com
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!