blogwatcher

Monitor blogs and RSS/Atom feeds for new content.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires blogwatcher-cli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you keep track of the latest blog posts and RSS/Atom feeds, saving you time by automatically monitoring and notifying you of new content.

Core Features & Use Cases

  • Feed Monitoring: Automatically monitor blogs and RSS/Atom feeds for new content.
  • Automatic Feed Discovery: Discover feeds from blog homepages when no feed URL is provided.
  • HTML Scraping Fallback: Fall back to HTML scraping if RSS fails.
  • OPML Import: Import subscriptions from OPML files.
  • Read/Unread Article Management: Manage read and unread articles.
  • Use Case: If you follow multiple blogs and want to stay updated with the latest posts without manually checking each one, this Skill can help you by notifying you of new content.

Quick Start

Use the blogwatcher skill to add a new blog and start monitoring it.

Frequently Asked Questions about blogwatcher

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

FAQPage Schema
How do I monitor blogs and RSS feeds for new content automatically?

You can monitor blogs and RSS feeds automatically by adding the blog URL to the blogwatcher-cli tool. It will then check for new content and notify you, saving you from manually visiting each site.

What is the best way to import RSS subscriptions from an OPML file?

The best way to import RSS subscriptions from an OPML file is using the OPML import feature. This allows you to bulk migrate your existing feed reader subscriptions directly into the SQLite database.

Can I track blog updates if the site does not have an RSS or Atom feed?

Yes, you can track blog updates even without an RSS or Atom feed. The tool features an HTML scraping fallback to monitor content changes, and it can also attempt automatic feed discovery from the blog homepage.

Do I need a SQLite database to manage read and unread articles?

Yes, you need a SQLite database for storage to manage read and unread articles. The blogwatcher-cli tool uses this database to track your reading progress and store the content fetched from the monitored feeds.

How does automatic feed discovery work for blog homepages?

Automatic feed discovery works by analyzing the HTML of a blog homepage when no feed URL is provided. It searches the page source to locate RSS or Atom feed links, allowing you to start monitoring without knowing the exact feed address.