blogwatcher

Track RSS/Atom feed updates and article statuses via a local SQLite database.

2|1|Updated Jul 14, 2026
One-click install
npx skills add https://github.com/heysuhas/hermes_cli --skill blogwatcher-heysuhas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blogwatcher
Source: https://github.com/heysuhas/hermes_cli/tree/main/skills/research/blogwatcher
Command: npx skills add https://github.com/heysuhas/hermes_cli --skill blogwatcher-heysuhas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of fragmented content consumption by providing a unified command-line interface to track, scan, and manage updates from multiple blogs and RSS/Atom feeds.

Core Features & Use Cases

  • Automated Feed Management: Automatically discover and track new articles from RSS/Atom feeds or scrape content from standard web pages.
  • Read/Unread Tracking: Maintain a local database of articles to mark items as read or unread, ensuring you never miss an update.
  • Use Case: A researcher can use this tool to monitor dozens of engineering blogs simultaneously, filtering articles by category and marking them as read once reviewed.

Quick Start

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

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 and blogs from a single command-line interface?

You can monitor multiple RSS feeds by using a command-line tool that aggregates updates into a local SQLite database, allowing you to scan tracked blogs and list unread articles in one place.

Can I track read and unread articles across RSS and Atom feeds locally?

Yes, you can track read and unread articles by maintaining a local SQLite database that records article statuses, ensuring you can differentiate between new updates and previously reviewed content.

How do I aggregate content from web pages that do not have an RSS feed?

You can aggregate content from standard web pages without RSS by using HTML scraping capabilities to extract article updates and store them alongside your tracked feeds in the local database.

What is the best way to automate blog monitoring for research purposes?

Automating blog monitoring involves scanning tracked sources for new articles and filtering them by category, which allows researchers to manage dozens of engineering blogs simultaneously without missing updates.

Do I need a specific binary or environment to manage feed updates locally?

Yes, managing feed updates requires the blogwatcher-cli binary and a compatible environment to ensure persistent data storage within the local SQLite database for your aggregated content.

Are there limitations when using a local SQLite database for RSS feed monitoring?

Using a local SQLite database for RSS feed monitoring limits access to a single local environment, meaning your read and unread tracking data is not automatically synced across multiple devices.