blogwatcher

Monitor blogs and RSS/Atom feeds to detect and list new articles.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/KarlinskyS/hermesSkills --skill blogwatcher-karlinskys
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: blogwatcher
Source: https://github.com/KarlinskyS/hermesSkills/tree/main/research/blogwatcher
Command: npx skills add https://github.com/KarlinskyS/hermesSkills --skill blogwatcher-karlinskys

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Blog and RSS/Atom feed monitoring to surface updates without manual checking, reducing information overload.

Core Features & Use Cases

  • Feed aggregation: connect multiple feeds and surface new articles as they appear.
  • Reading workflow: track what you've read and maintain a local history.
  • Use Case: stay current with industry blogs and publications, surfacing relevant posts for quick review.

Quick Start

Add the feeds you want to monitor and run a scan to fetch the latest articles.

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 for new articles via CLI?▼

You can monitor RSS feeds by adding source URLs and running a scan command to fetch new articles. This CLI-driven workflow parses feed data, maintains a local index, and lists recent updates automatically.

What is the best way to track blog updates without manual checking?▼

Tracking blog updates is handled by automating RSS and Atom feed scans to surface new publications. This reduces information overload by maintaining a local history of articles and eliminating the need to manually visit websites.

Can I track what I've read from multiple RSS feeds in one place?▼

Yes, you can track read history by aggregating multiple RSS and Atom feeds into a single local index. This allows you to monitor reading progress and review recent posts across all connected sources in one place.

How do I add new blogs and scan for recent publications?▼

Adding new blogs involves providing the feed URL to the system, followed by executing a scan operation. The scan parses the feed data to detect new articles and updates the local index for review.

Does this RSS monitoring tool require external dependencies?▼

No, this RSS monitoring tool operates without external dependencies. It functions independently to parse feed data and maintain a local index, requiring no additional libraries or external services to surface updates.

When should I use a CLI feed aggregator instead of a web reader?▼

A CLI feed aggregator is ideal when you need a lightweight, local workflow to scan updates and maintain reading history without browser overhead. It suits personal blogs and team knowledge bases by parsing data directly into a local index.