What problem does it solve? Manually checking RSS feeds, GitHub repos, and JSON APIs for updates is repetitive and error-prone. This Skill polls external sources on an interval and reports only genuinely new items, using persistent watermark files so nothing is missed or duplicated. ## Core Features & Use Cases - RSS/Atom Watching: Monitor any RSS 2.0 or Atom feed and emit only new entries, deduplicated by guid or id. - GitHub Monitoring: Watch issues, pull requests, releases, or commits for any repository, with optional GITHUB_TOKEN authentication to avoid rate limits. - Generic JSON Polling: Poll arbitrary JSON endpoints with configurable ID fields and dotted paths to nested item lists. - Use Case: Schedule a cron job that checks Hacker News every 15 minutes; the agent summarizes new headlines and delivers them, staying silent when nothing changed. ## Quick Start Ask the agent to watch the Hacker News RSS feed every 15 minutes and notify you only when new stories appear.