blogwatcher

Monitor blogs and RSS/Atom feeds to detect new articles and track read status.

37|4|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/MerkyorLynn/Lynn --skill blogwatcher-merkyorlynn
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: blogwatcher
Source: https://github.com/MerkyorLynn/Lynn/tree/main/skills2set/blogwatcher
Command: npx skills add https://github.com/MerkyorLynn/Lynn --skill blogwatcher-merkyorlynn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you avoid missing new posts by continuously monitoring blogs and RSS/Atom feeds for newly published articles.

Core Features & Use Cases

  • Blog & feed tracking: Add a blog URL and keep a persistent list of tracked sources.
  • Update scanning: Run a scan to detect how many new items appeared since the last check.
  • Article management: List tracked articles and mark single or all articles as read.

Quick Start

Run blogwatcher add "My Blog" https://example.com to start tracking a new blog or feed.

Frequently Asked Questions about blogwatcher

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

FAQPage Schema
How do I track RSS and Atom feeds for new blog updates automatically?▼

To track RSS and Atom feeds for new blog updates automatically, you can add a blog URL to a persistent registry and run periodic scans to detect newly published articles since the last check.

What is the best way to manage read and unread status for multiple RSS feeds?▼

Managing read and unread status for multiple RSS feeds requires a tracking system that scans for new items, lists tracked articles, and provides commands to mark single or all articles as read.

How do I monitor multiple blogs for newly published articles without missing posts?▼

Monitoring multiple blogs for newly published articles involves maintaining a CLI-compatible feed registry, executing update scans to retrieve new-item counts, and reviewing the detected posts.

Can I use a CLI tool to automate blog monitoring for a team of maintainers?▼

Yes, you can use a CLI tool to automate blog monitoring for individual creators, teams, or maintainers who regularly check multiple sources and want an automated update workflow.

Does blog monitoring with a CLI support both RSS and Atom feed formats?▼

Blog monitoring with a CLI supports both RSS and Atom feed formats, scanning tracked sources to detect new items and maintaining a persistent list of content updates.