Skip to content
Development
Skill

/harvest-monitor

Web change monitoring - track changes on pages, detect updates, changelog diffs

From plugin
vibecosystem
534200 skills138 agents7 hooks
Install
$ npx -y skills add vibeeval/vibecosystem --skill harvest-monitor --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/harvest-monitor

Context preview

The summary Claude sees to decide when to auto-load this skill.

Web change monitoring - track changes on pages, detect updates, changelog diffs

SKILL.md

harvest-monitor.SKILL.md
name: harvest-monitor
description: Web change monitoring - track changes on pages, detect updates, changelog diffs
allowed-tools: [Bash, Read, Write, WebFetch, Grep]
keywords: [monitor, watch, changes, diff, changelog, update, track, compare]

Harvest Monitor

Track changes on web pages over time. Compare current content against cached versions to detect updates, new releases, breaking changes, and documentation modifications.

Usage

# Monitor a page for changes
/harvest-monitor https://docs.example.com/changelog

# Compare against last cached version
/harvest-monitor https://docs.example.com/api --diff

# Track multiple pages
/harvest-monitor --watchlist ~/.claude/cache/agents/harvest/watchlist.json

How It Works

1. Fetch current page content 2. Check cache for previous version 3. Compute diff (content-level, not HTML-level) 4. Categorize changes (added, removed, modified) 5. Report significant changes 6. Update cache with current version

Output

# Change Report: [URL]
> Checked: [timestamp]
> Previous: [cached timestamp]
> Status: CHANGED / NO CHANGE

## Changes Detected
### Added
- [New content]

### Modified
- [Changed content - before → after]

### Removed
- [Removed content]

## Impact Assessment
[What these changes mean for our project]

Watchlist Format

{
  "pages": [
    {
      "url": "https://docs.example.com/changelog",
      "frequency": "daily",
      "notify": ["migrator", "shipper"]
    }
  ]
}

Integration

  • **migrator**: Track dependency changelogs for breaking changes
  • **shipper**: Monitor deployment status pages
  • **tech-radar**: Track technology evolution

Rules

  • Cache previous versions locally
  • Content-level diff, not HTML diff
  • Ignore style/layout changes
  • Only report meaningful content changes
  • Max 1 check per hour per URL
Read more
Ships withvibecosystem

Your AI software team. Built on Claude Code. vibecosystem turns Claude Code into a full AI software team — 138 specialized agents that plan, build, review, test, and learn from every mistake. No configuration needed — just install and code.

Get the whole plugin

Other skills on vibecosystem.