blogwatcher

Monitor blogs and RSS/Atom feeds to track new articles and read/unread state.

Updated May 15, 2026
One-click install
npx skills add https://github.com/cabezno/bmb-encover-agent --skill blogwatcher-cabezno
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blogwatcher
Source: https://github.com/cabezno/bmb-encover-agent/tree/main/skills/research/blogwatcher
Command: npx skills add https://github.com/cabezno/bmb-encover-agent --skill blogwatcher-cabezno

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the hassle of manually checking blogs and RSS/Atom feeds for new posts by continuously tracking updates and maintaining a read/unread list.

Core Features & Use Cases

  • Feed and Blog Monitoring: Track blog homepages and RSS/Atom feeds, with automatic feed discovery.
  • Scraping Fallback: Use HTML scraping when a feed is missing or fails (when configured with a selector).
  • Bulk Import and Article Management: Import subscriptions via OPML, scan for updates, list unread articles, and mark items read/unread.
  • Use Case: Monitor engineering and product blogs for new announcements, then quickly pull only unread articles for daily review.

Quick Start

Tell the agent to add your target blog and immediately scan for any newly published articles, then list the unread results for you.

Frequently Asked Questions about blogwatcher

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

FAQPage Schema
How do I automatically track new blog posts and RSS feed updates?

To track new blog posts and RSS feed updates, you can configure a feed monitoring tool to scan your sources and maintain a persistent read/unread list. This Skill monitors RSS/Atom feeds and blog homepages, storing article status in SQLite so you only see unread updates during periodic reviews.

Can I import OPML subscriptions to bulk add RSS feeds for monitoring?

Yes, you can import OPML subscriptions to bulk add RSS feeds for monitoring. The Skill supports OPML import functionality, allowing you to quickly configure multiple feed sources at once and immediately scan them for newly published articles.

What is the best way to monitor blogs that do not have an RSS feed?

The best way to monitor blogs without an RSS feed is by using HTML scraping with a configured selector. When a feed is missing or fails, this Skill can scrape the blog homepage directly to discover and track new articles.

Does blog monitoring require a database to track read and unread articles?

Yes, blog monitoring requires a database to track read and unread articles over time. This Skill uses SQLite for persistent storage, enabling repeated scans and reliable article status tracking so you never lose your reading progress.

How do I list only unread articles from my tracked RSS feeds?

To list only unread articles from tracked RSS feeds, run a scan for updates and filter the results. This Skill scans your configured sources and surfaces unread items, which you can then mark as read after reviewing.

Can I use this for team workflows to monitor engineering and product blogs?

Yes, you can use this for team workflows to monitor engineering and product blogs. The Skill applies to both personal and team contexts, supporting periodic discovery and review of blog updates for new announcements.