blogwatcher

Track blog and RSS/Atom feed updates with blogwatcher-cli.

Updated Jun 1, 2026
One-click install
npx skills add https://github.com/SatangThevalue/ai-skills --skill blogwatcher-satangthevalue
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: blogwatcher
Source: https://github.com/SatangThevalue/ai-skills/tree/main/skills/research/blogwatcher
Command: npx skills add https://github.com/SatangThevalue/ai-skills --skill blogwatcher-satangthevalue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Track blog and RSS/Atom feed updates with the blogwatcher-cli tool. Supports automatic feed discovery, HTML scraping fallback, OPML import, and read/unread article management.

Core Features & Use Cases

  • Automatic feed discovery from blog homepages when no feed URL is provided.
  • HTML scraping fallback to extract feed data when RSS/Atom is unavailable.
  • Import subscriptions via OPML to bulk-add blogs.
  • Manage read/unread status of articles across tracked blogs.
  • Example Use Case: Keep a personal knowledge base up to date by automatically collecting new posts from favorite feeds and organizing unread items.

Quick Start

Monitor your blogs and feeds with blogwatcher-cli by adding blogs, then run scans to collect 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 RSS feed updates automatically?▼

Automatic feed discovery extracts RSS and Atom feeds directly from blog homepages without requiring a specific feed URL, and falls back to HTML scraping to extract feed data when standard feeds are unavailable.

Can I import RSS subscriptions from an OPML file?▼

Yes, you can import subscriptions via OPML files to bulk-add blogs and feeds, allowing you to quickly migrate and organize multiple tracked sources into your personal knowledge base.

How do I manage unread articles across multiple blogs?▼

Yes, this tool requires the blogwatcher-cli application to be installed, which supports Go compilation, Docker deployment, or prebuilt binaries, with persistence configured via the BLOGWATCHER_DB environment variable.

What is the best way to automate blog monitoring for a team?▼

Automating blog monitoring for a team involves configuring blogwatcher-cli with persistent storage via BLOGWATCHER_DB, importing feeds through OPML, and running scheduled scans to collect and manage unread articles.

What happens when a blog does not have an RSS or Atom feed?▼

When an RSS or Atom feed is unavailable, the system uses an HTML scraping fallback mechanism to extract feed data and new article updates directly from the blog's webpage structure.