blogwatcher

Monitor blogs and RSS/Atom feeds for new articles and track read/unread status.

19|4|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/carterwayneskhizeine/hermes-agent-windows-R --skill blogwatcher-carterwayneskhizeine
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: blogwatcher
Source: https://github.com/carterwayneskhizeine/hermes-agent-windows-R/tree/main/skills/research/blogwatcher
Command: npx skills add https://github.com/carterwayneskhizeine/hermes-agent-windows-R --skill blogwatcher-carterwayneskhizeine

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of missing new blog posts and RSS/Atom updates by automatically discovering feeds, scanning them, and tracking which articles are read or unread.

Core Features & Use Cases

  • Automatic feed discovery and scanning: Scans tracked blogs, supports concurrent workers, and reports newly found articles.
  • Multiple ingestion paths: Adds sources via a feed URL, falls back to HTML scraping when RSS fails (with a selector), and imports subscriptions via OPML.
  • Read/unread article management: Lists unread articles, filters by blog or category, and marks individual articles or entire feeds as read.

Quick Start

Use the blogwatcher skill to add a blog and start tracking its RSS/Atom updates for new articles.

Frequently Asked Questions about blogwatcher

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

FAQPage Schema
How do I track new articles from RSS and Atom feeds automatically?▼

To track new articles from RSS and Atom feeds automatically, you can add a blog URL and the system will discover the feed, scan it using concurrent workers, and report newly published articles.

Can I import my existing RSS subscriptions using an OPML file?▼

Yes, you can import existing RSS subscriptions using an OPML file to bulk-add feeds, which then get scanned and tracked for new articles alongside manually added blogs.

What happens if a blog does not have an RSS or Atom feed available?▼

When a blog lacks an RSS or Atom feed, the system falls back to HTML scraping using a specified selector to find and track newly published articles on the page.

How do I manage read and unread articles across multiple tracked blogs?▼

You can manage read and unread articles by listing unread items, filtering them by blog or category, and marking individual articles or entire feeds as read.

Do I need a backend database to monitor blog feeds and save article states?▼

Yes, monitoring blog feeds and saving article states requires a running CLI backend with SQLite database persistence to maintain read/unread tracking across scans.

What is the best way to filter newly discovered articles by category during feed monitoring?▼

The best way to filter newly discovered articles by category during feed monitoring is to list unread items and apply category or blog filters via CLI flags or environment variables.