watchers

Monitor RSS feeds, JSON APIs, and GitHub repositories for new items.

1|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/brittaniebuffiecsu/zerogravityclaw --skill watchers-brittaniebuffiecsu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: watchers
Source: https://github.com/brittaniebuffiecsu/zerogravityclaw/tree/main/src/hermes-core/optional-skills/devops/watchers
Command: npx skills add https://github.com/brittaniebuffiecsu/zerogravityclaw --skill watchers-brittaniebuffiecsu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps users automate the monitoring and polling of external sources such as RSS feeds, JSON APIs, and GitHub repositories for new items, saving time and effort in manual checks.

Core Features & Use Cases

  • RSS Feed Monitoring: Watch RSS or Atom feeds and be notified of new entries.
  • GitHub Repo Watching: Monitor GitHub issues, pulls, releases, or commits for a specific repository.
  • JSON API Polling: Fetch and notify on new items from any JSON endpoint.
  • Use Case: For a project manager who wants to stay updated on the latest issues and pull requests in their GitHub repository, this Skill can be set up to send notifications about new items.

Quick Start

Run the 'watch_rss.py' script with the --name argument set to your feed name and the --url argument set to the feed URL.

Frequently Asked Questions about watchers

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate monitoring an RSS feed for new entries?

To automate monitoring an RSS feed for new entries, run the 'watch_rss.py' script with the --name and --url arguments. The script polls the feed, handles deduplication to avoid duplicate notifications, and alerts you to new items.

Can I monitor GitHub repositories for new issues and pull requests?

Yes, you can monitor GitHub repositories for new issues, pulls, releases, or commits. The Skill automates polling these repositories, fetching new items, and sending notifications so you stay updated on project changes.

What is the best way to poll a JSON API endpoint for new data?

The best way to poll a JSON API endpoint for new data is using this Skill's automated polling feature. It fetches items from any JSON endpoint, handles deduplication, and notifies you of new data without requiring manual checks.

Do I need Python to run automated external source monitoring?

Yes, you need Python installed to run automated external source monitoring. The Skill relies on Python scripts to execute polling tasks across RSS feeds, JSON APIs, and GitHub repositories and to process deduplication.

Why am I getting duplicate notifications when monitoring external data sources?

Duplicate notifications when monitoring external data sources occur when deduplication is not properly configured. This Skill handles deduplication automatically to prevent repeated alerts for items already fetched from RSS feeds or JSON APIs.

Related Skills