blogwatcher

Monitor blogs and RSS/Atom feeds for newly published articles.

87|20|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/openaeon/OpenAEON --skill blogwatcher-openaeon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blogwatcher
Source: https://github.com/openaeon/OpenAEON/tree/main/skills/blogwatcher
Command: npx skills add https://github.com/openaeon/OpenAEON --skill blogwatcher-openaeon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

blogwatcher eliminates the hassle of repeatedly checking multiple blogs and RSS/Atom feeds to find what’s new, so you can stay up to date without manual browsing.

Core Features & Use Cases

  • Track blogs and feeds: Add blogs with a name and URL, then maintain a lightweight list of sources.
  • Scan for updates: Detect newly published articles from RSS/Atom and report how many are new.
  • Manage read status: Mark individual articles or all articles as read to keep your backlog clean.
  • Use Case: When you follow an engineer’s blog and a project feed, scan once and immediately see which posts are new, then mark them read after reviewing.

Quick Start

Add your first feed by running: blogwatcher add "My Blog" https://example.com, then run blogwatcher scan to see any new articles.

Frequently Asked Questions about blogwatcher

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

FAQPage Schema
How do I track new blog posts and RSS feed updates without checking manually?

You can track RSS feed updates by adding a blog name and URL to a feed scanner, then running a scan command to detect newly published articles. This eliminates manual browsing by instantly reporting the number of new posts detected.

How does feed scanning detect new content from RSS and Atom feeds?

Feed scanning detects new content by monitoring RSS and Atom feeds for newly published articles and surfacing the total number of new items found. It maintains a lightweight list of tracked sources to consistently check for changes.

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

The best way to manage read status is to mark individual articles or all articles as read after reviewing them. This keeps your article backlog clean and ensures subsequent feed scans only surface newly published content.

Can I track multiple web sources for team update workflows using a CLI?

Yes, you can track multiple web sources for team update workflows using a CLI that adds and lists sources. It scans feeds consistently, making it suitable for personal knowledge management and team environments where multiple web sources must be checked.

How do I add and scan a new blog feed from the command line?

You add and scan a new blog feed by running a command like `add "My Blog" https://example.com` to register the source, then executing the scan command to check the feed for new articles and report the count.