blogwatcher

Monitor blog and RSS/Atom feed updates using the blogwatcher-cli tool.

9|Updated Jul 1, 2026
One-click install
npx skills add https://github.com/Cyapstaye/Adame_ver.open --skill blogwatcher-cyapstaye
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blogwatcher
Source: https://github.com/Cyapstaye/Adame_ver.open/tree/main/skills/research/blogwatcher
Command: npx skills add https://github.com/Cyapstaye/Adame_ver.open --skill blogwatcher-cyapstaye

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of keeping up with fragmented content across multiple blogs and RSS feeds by centralizing tracking and management into a single command-line interface.

Core Features & Use Cases

  • Automated Feed Tracking: Automatically discover and monitor RSS/Atom feeds from blog URLs.
  • Flexible Management: Import OPML files, manage read/unread statuses, and filter articles by category or blog.
  • Use Case: A researcher can use this to aggregate updates from dozens of engineering blogs, automatically scanning for new articles and filtering them by specific categories like "Engineering" or "Science" to stay informed without manual checking.

Quick Start

Use the blogwatcher skill to scan all tracked blogs for new articles and list the unread ones.

Frequently Asked Questions about blogwatcher

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

FAQPage Schema
How do I monitor multiple RSS feeds and blogs for updates automatically?

You can monitor RSS feeds and blogs automatically by using a command-line interface to discover feeds, scrape HTML fallbacks, and track unread articles centrally. This allows automated scanning across multiple sites without manual checking.

Can I import OPML files to manage my existing RSS feed subscriptions?

Yes, you can import OPML files to bulk manage and centralize your existing RSS feed subscriptions. This streamlines migrating and organizing feeds from other readers into a single tracking workflow.

Do I need to install any dependencies before monitoring RSS feeds?

Yes, you need the blogwatcher-cli binary installed and accessible in your system path to monitor RSS feeds. The skill leverages this external command-line tool for automated scraping and feed management.

How do I filter tracked articles by category or specific blog?

You can filter tracked articles by category or specific blog using the management features of the feed monitoring tool. This lets you view only unread updates matching categories like Engineering or Science.

What is the best way to handle blogs that do not have an RSS or Atom feed?

For blogs without an RSS or Atom feed, the best approach is to use HTML scraping fallbacks. This mechanism allows the monitoring tool to extract and track updates directly from the webpage structure.