blogwatcher

Track new content across blogs and RSS/Atom feeds with SQLite storage.

3|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/DarkArty07/Aether-Agents --skill blogwatcher-darkarty07
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blogwatcher
Source: https://github.com/DarkArty07/Aether-Agents/tree/main/home/skills/research/blogwatcher
Command: npx skills add https://github.com/DarkArty07/Aether-Agents --skill blogwatcher-darkarty07

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually tracking new content across dozens of blogs and RSS/Atom feeds is tedious, prone to missed updates, and inefficient for content curators, researchers, and anyone who needs to stay current on industry or personal interest topics.

Core Features & Use Cases

  • Automatic Feed Discovery: Automatically locates RSS/Atom feeds from blog homepages, eliminating the need to manually find and enter feed URLs for most sites.
  • Resilient Content Fetching: Falls back to HTML scraping if RSS feeds are unavailable, with customizable selectors to ensure reliable content extraction even for non-standard blog setups.
  • Bulk Import & Organization: Import hundreds of feeds at once via OPML files exported from popular feed readers like Feedly or Inoreader, and filter articles by blog, category, or read status for easy management.
  • Use Case: A market researcher tracking 30 competitor blogs can use this skill to automatically scan all feeds each morning, pull unread articles tagged "product updates", and compile a daily digest without visiting each site individually.

Quick Start

Use the blogwatcher skill to add your favorite blogs, scan for new articles, and list unread posts filtered by your preferred categories.

Frequently Asked Questions about blogwatcher

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

FAQPage Schema
How do I track new articles across multiple RSS and Atom feeds automatically?

Tracking new articles across RSS and Atom feeds automatically is done by scanning subscribed sources for unread updates. This eliminates manual checking by discovering feeds directly from blog homepages and storing read states in a SQLite database.

Can I import OPML files exported from Feedly to bulk subscribe to blogs?

Importing OPML files exported from Feedly to bulk subscribe to blogs is fully supported. You can import hundreds of feed subscriptions at once and immediately filter articles by category or read status.

How do I monitor blog updates for sites that do not have an RSS feed?

Monitoring blog updates for sites without an RSS feed is handled through an HTML scraping fallback. Customizable selectors extract content reliably from non-standard blog setups when standard feeds are unavailable.

Do I need a command-line tool to track RSS feeds and manage read state?

A command-line tool is required to track RSS feeds and manage read state. You must install the prerequisite blogwatcher-cli utility to execute feed scanning, article fetching, and SQLite-backed read filtering operations.

What is the best way to compile a daily digest of unread articles from competitor blogs?

Compiling a daily digest of unread articles from competitor blogs is best handled by filtering tracked feeds by category. The system scans all monitored sources, pulls unread posts matching tags like product updates, and aggregates them without manual site visits.

How does automatic feed discovery work for blogs I want to monitor?

Automatic feed discovery for blogs works by scanning homepages to locate RSS or Atom links. This eliminates the need to manually find and enter specific feed URLs for most sites you want to track.