blogwatcher

Monitor RSS/Atom feed updates and manage articles via command-line interface.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/cxnaive/hermes-agent-llbot --skill blogwatcher-cxnaive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blogwatcher
Source: https://github.com/cxnaive/hermes-agent-llbot/tree/main/skills/research/blogwatcher
Command: npx skills add https://github.com/cxnaive/hermes-agent-llbot --skill blogwatcher-cxnaive

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires blogwatcher-cli.

What problem does it solve?

This skill solves the challenge of keeping track of updates across numerous blogs and RSS/Atom feeds by centralizing monitoring and management into a single command-line interface.

Core Features & Use Cases

  • Automated Feed Tracking: Automatically discover and monitor RSS/Atom feeds from blog URLs.
  • Flexible Management: Import OPML files, manage read/unread states, and filter articles by category or blog.
  • Use Case: If you follow dozens of engineering blogs, use this skill to scan for new posts, filter them by category, and mark them as read once you have reviewed the content.

Quick Start

Use the blogwatcher skill to scan all your tracked blogs for new articles and list the unread ones.

Frequently Asked Questions about blogwatcher

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

FAQPage Schema
How do I monitor RSS feeds and track new blog posts automatically?

To monitor RSS feeds automatically, you need a CLI tool that tracks feed updates and stores article states. blogwatcher scans tracked blogs for new articles, manages read/unread states, and lists unread posts for review.

Can I import an OPML file to manage multiple RSS feeds at once?

Yes, you can import OPML files to manage multiple RSS feeds at once. blogwatcher supports OPML import to centralize feed monitoring, allowing you to filter articles by category or blog and track updates across numerous sources.

What is the best way to scrape blog content when an RSS feed is missing?

The best way to scrape blog content without an RSS feed is using an automated HTML scraping fallback. blogwatcher facilitates content discovery by automatically finding feeds from URLs and falling back to scraping when necessary.

Do I need a local SQLite database to track RSS feed updates?

Yes, a local SQLite database is required for persistent storage. blogwatcher uses this database to manage read and unread states, store structured article data, and maintain your tracked feed list locally.

How does command-line feed monitoring work for engineering research?

Command-line feed monitoring works by scanning configured blogs and filtering new posts directly in your terminal. blogwatcher automates discovery and structured article management, letting you review engineering blogs and mark posts as read.

Can I filter unread articles by category in an RSS reader?

Yes, you can filter unread articles by category in an RSS reader. blogwatcher provides flexible management that allows you to filter articles by specific category or blog, helping you focus on relevant research topics.