# Website Change Monitor

> Watch important pages and notify when content changes.

- Skill: `frumu-ai/website-change-monitor` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add frumu-ai/website-change-monitor`
- Raw SKILL.md: https://api.skillmd.com/api/skills/frumu-ai/website-change-monitor/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: frumu-ai (https://skillmd.com/u/frumu-ai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/frumu-ai/website-change-monitor

---


# Skill: Website Change Monitor

## Purpose

Detect significant content updates on tracked web pages.

## Inputs

- urls
- change sensitivity

## Agents

- fetcher
- diff-agent

## Tools

- webfetch
- email_send

## Workflow

1. Fetch page snapshot
2. Diff against previous snapshot
3. Score significance
4. Notify if threshold exceeded

## Outputs

- change alerts

## Schedule compatibility

- cron
- interval

