Install
openclaw skills install site-change-alertUse when monitoring websites for content changes, comparing page snapshots with diff, scheduling periodic checks, or sending alerts via email and webhook notifications.
openclaw skills install site-change-alertMonitor web pages for content changes. Take snapshots, diff comparisons, schedule periodic checks, and send alerts via email or webhook when changes are detected.
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 a URL for changes right now.
bash scripts/script.sh check "https://example.com/pricing"
bash scripts/script.sh check --all
Show diff between last two snapshots of a URL.
bash scripts/script.sh diff "https://example.com/pricing"
Set up periodic checking (cron-based).
bash scripts/script.sh schedule "https://example.com" 30
Configure notification channels (email, webhook, stdout).
bash scripts/script.sh notify webhook "https://hooks.slack.com/..."
bash scripts/script.sh notify email "admin@example.com"
Show all commands.
bash scripts/script.sh help
https://bytesagain.com/feedback/ Powered by BytesAgain | bytesagain.com