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.md
source 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

  1. Define watchlist URLs and priority.
  2. Capture baseline snapshots.
  3. Run periodic checks.
  4. Diff and classify changes.
  5. Publish alerts with impact summary.

Output format

  1. Changed pages list
  2. Before/after key lines
  3. Impact score
  4. Suggested team actions

Setup

Read setup.md.

Examples

See examples.md.