Skills website-change-watcher
Monitor website/docs/pricing changes, diff meaningful updates, and summarize business impact with alert-ready reports.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/anugotta/website-change-watcher" ~/.claude/skills/openclaw-skills-website-change-watcher && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/anugotta/website-change-watcher" ~/.openclaw/skills/openclaw-skills-website-change-watcher && rm -rf "$T"
manifest:
skills/anugotta/website-change-watcher/SKILL.mdsource content
Website Change Watcher
Purpose
Detect meaningful changes on target websites and turn them into actionable intelligence.
Core capabilities
- monitor tracked URLs and sections
- generate structural/content diffs
- ignore noisy cosmetic changes
- classify change type (pricing, policy, product, docs, legal)
- summarize impact and recommended actions
Workflow
- Define watchlist URLs and priority.
- Capture baseline snapshots.
- Run periodic checks.
- Diff and classify changes.
- Publish alerts with impact summary.
Output format
- Changed pages list
- Before/after key lines
- Impact score
- Suggested team actions
Setup
Read setup.md.
Examples
See examples.md.