blogwatcher

Automate tracking of blog updates from RSS/Atom feeds.

2|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/john-data-chen/hermes-agent-backup --skill blogwatcher-john-data-chen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blogwatcher
Source: https://github.com/john-data-chen/hermes-agent-backup/tree/main/skills/research/blogwatcher
Command: npx skills add https://github.com/john-data-chen/hermes-agent-backup --skill blogwatcher-john-data-chen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Blogs and feeds change constantly; this skill consolidates updates from RSS/Atom sources, saving you time.

Core Features & Use Cases

  • Automatic feed discovery from blog homepages
  • HTML scraping fallback when feeds are unavailable
  • OPML import to bulk subscribe
  • Read/unread state management across multiple blogs

Quick Start

Scan your subscribed blogs with blogwatcher-cli to start tracking new posts.

Frequently Asked Questions about blogwatcher

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

FAQPage Schema
How do I monitor multiple RSS feeds for new blog posts automatically?

To monitor RSS feeds automatically, you need a tool that consolidates feed updates and stores article state. This skill uses blogwatcher-cli to track new posts from RSS or Atom sources, managing read and unread items across all subscribed blogs for centralized tracking.

Can I import OPML files to bulk subscribe to blog feeds?

Yes, you can import OPML files to bulk subscribe to blog feeds. The skill processes OPML imports to add multiple RSS or Atom feed subscriptions at once, allowing you to quickly scale your blog monitoring setup without adding each URL manually.

What happens when a blog does not have an RSS or Atom feed?

When a blog lacks an RSS or Atom feed, the skill uses an HTML scraping fallback to track updates. It first attempts automatic feed discovery from the homepage, and if unavailable, scrapes the HTML content directly to capture and store new post state.

Do I need network access to track blogs with blogwatcher-cli?

Yes, network access is required to track blogs with blogwatcher-cli. The skill needs an active network connection to reach blog homepages, parse RSS or Atom feeds, run HTML scraping fallback, and fetch the latest article updates for read and unread management.

What is the best way to manage read and unread states across multiple blogs?

The best way to manage read and unread states across multiple blogs is using a dedicated feed tracker. This skill stores article state centrally via blogwatcher-cli, ensuring you can track which posts you have read across all subscribed RSS and Atom sources.

Why does my RSS feed monitoring fail to parse certain blog updates?

RSS feed monitoring fails to parse blog updates when feeds are unavailable or incompatible. The skill requires compatible feeds to parse and store article state, but mitigates this by attempting automatic feed discovery and falling back to HTML scraping when standard parsing fails.