harvest-monitor

Solid

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

AI & Automation 495 stars 41 forks Updated 1 months ago MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
90
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
80
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 ```bash # 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 ```markdown # 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 ```json { "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 di...

Details

Author
vibeeval
Repository
vibeeval/vibecosystem
Created
2 months ago
Last Updated
1 months ago
Language
C#
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category