blogwatcher

Monitor RSS and Atom feeds and manage articles via the blogwatcher CLI.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/frankhli843/gemmahermes --skill blogwatcher-frankhli843
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blogwatcher
Source: https://github.com/frankhli843/gemmahermes/tree/main/skills/blogwatcher
Command: npx skills add https://github.com/frankhli843/gemmahermes --skill blogwatcher-frankhli843

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Monitor multiple blogs and RSS/Atom feeds from a single CLI to stay current without manual checking.

Core Features & Use Cases

  • Track blogs and feeds across RSS and Atom formats.
  • Quick actions: add, scan, list articles, and mark articles as read.
  • Use Case: A content creator wants to keep a personal blog feed updated in real time without checking multiple sites.

Quick Start

Install blogwatcher and start monitoring your feeds with a single command.

Frequently Asked Questions about blogwatcher

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

FAQPage Schema
How do I automatically track RSS and Atom feed updates from multiple blogs?

You can track RSS and Atom feed updates automatically by using a CLI tool to add blogs, scan for new posts, and list articles. This consolidates monitoring from multiple sources into a single command-line interface.

Do I need the Go toolchain to monitor blog feeds via a CLI?

Yes, you need the Go toolchain installed to build and run the blogwatcher binary. The feed monitoring tool is implemented in Go and requires this environment to execute its CLI commands for tracking RSS and Atom sources.

What is the best way to manage read and unread articles across RSS feeds?

Managing read and unread articles across RSS feeds is done by scanning for new posts and marking items as read via CLI commands. This allows you to track exactly which blog updates you have already reviewed across multiple sources.

Can I monitor both RSS and Atom formats from a single command line interface?

Yes, you can monitor both RSS and Atom formats from a single CLI. The tool supports adding blogs and scanning for feed changes across both formats, allowing you to track updates without needing separate readers for each feed type.

How does automated feed monitoring work for content creators tracking multiple sites?

Automated feed monitoring works by periodically scanning added RSS and Atom sources for new posts via a CLI. Content creators can run a single scan command to check multiple blogs for updates instead of manually visiting each site.

Are there limitations to using a CLI for tracking blog feed changes?

The main limitation is the requirement of the Go toolchain to install and run the binary. Additionally, as a CLI tool, feed monitoring and listing new articles require manual command execution rather than providing a continuous background sync.