agentsclimarketplace

Harvest monitor

Skill vibeeval/vibecosystem/skills/harvest-monitor

Web change monitoring - track changes on pages, detect updates, changelog diffsFrom its SKILL.md

Install
npx -y skills add vibeeval/vibecosystem --skill harvest-monitor

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

1.8 KB, 381 tokens by cl100k_base, as published. Nobody here has run it

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

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.