Мониторинг RSS, API и GitHub-репозиториев
★ 7.1 · devops
watchers is a Claude Code skill that polls RSS/Atom feeds, arbitrary JSON APIs, and GitHub repositories, reacting only to new items via watermark-based deduplication. It ships three ready-made scripts — `watch_rss.py`, `watch_http_json.py`, and `watch_github.py` — backed by a shared `_watermark.py` helper that provides atomic state writes and a bounded ID set capped at 500 entries stored in `$HERMES_HOME/watcher-state/`. The first run always records a baseline without replaying existing content, and scripts produce empty stdout when nothing is new, keeping cron jobs and webhook pipelines silent on no-change. GitHub watching supports a `GITHUB_TOKEN` to raise the anonymous rate limit beyond 60 requests per hour and covers issues, pull requests, releases, and commits across configurable scopes.
- #rss
- #monitoring
- #polling
- #github
- #automation
- #webhook
- #cron