blogwatcher

Monitor RSS and Atom feeds to detect new blog posts and manage reading state.

Updated May 14, 2026
One-click install
npx skills add https://github.com/SethyPagna/Secretary-Jarvis --skill blogwatcher-sethypagna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blogwatcher
Source: https://github.com/SethyPagna/Secretary-Jarvis/tree/main/src/capabilities/skills/research/blogwatcher
Command: npx skills add https://github.com/SethyPagna/Secretary-Jarvis --skill blogwatcher-sethypagna

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the repetitive work of checking blogs and feed sources by automatically tracking updates, discovering feeds, and keeping unread items organized.

Core Features & Use Cases

  • Feed Monitoring: Scan RSS and Atom feeds to detect new posts across multiple blogs.
  • Feed Discovery and Fallbacks: Auto-discover feeds from blog homepages and fall back to HTML scraping when needed.
  • Reading Workflow: Import OPML subscriptions, list unread articles, and mark items read or unread for a clean research workflow.
  • Use Case: A researcher can track dozens of industry blogs in one place, scan them on a schedule, and quickly review only the newly published articles.

Quick Start

Ask the assistant to add a blog, scan for new posts, and show the unread articles from your tracked feeds.

Frequently Asked Questions about blogwatcher

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

FAQPage Schema
How do I monitor RSS and Atom feeds for new blog posts automatically?

To monitor RSS and Atom feeds for new blog posts automatically, this Skill scans your tracked sources and surfaces unread items. It supports feed discovery, HTML scraping fallbacks, and bulk scan workflows to eliminate manual checking schedules.

Can I import OPML subscriptions to track multiple blogs at once?

Yes, you can import OPML subscriptions to track multiple blogs at once. The Skill parses your OPML file to bulk-add feed sources, then scans them for new articles and manages your reading state across all imported subscriptions.

What happens when a blog doesn't have an RSS or Atom feed?

When a blog doesn't have an RSS or Atom feed, the Skill uses an HTML scraping fallback. It auto-discovers feeds from blog homepages and falls back to scraping page content directly to ensure new posts are still detected and tracked.

Do I need to install the blogwatcher-cli executable to use this feed monitoring tool?

Yes, you need the blogwatcher-cli executable installed to use this feed monitoring tool. The Skill requires this executable alongside SQLite-backed storage, with optional environment variables for database path, worker count, and confirmation handling.

How do I manage reading workflow state for unread articles across tracked feeds?

To manage reading workflow state for unread articles, the Skill lists new items and lets you mark posts as read or unread. This keeps your research workflow organized by tracking which articles you've already reviewed across all monitored sources.

Is there a limit to how many industry blogs I can scan on a schedule for research?

There is no stated limit to how many industry blogs you can scan on a schedule for research. The Skill supports bulk scan workflows with configurable worker counts, allowing personal or team content monitoring across dozens of tracked feed sources.