blogwatcher

Monitor blogs and RSS/Atom feeds for updates using blogwatcher-cli.

5|2|Updated May 26, 2026
One-click install
npx skills add https://github.com/nyxoraAI/Nyxora --skill blogwatcher-nyxoraai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blogwatcher
Source: https://github.com/nyxoraAI/Nyxora/tree/main/packages/core/playbooks/research/blogwatcher
Command: npx skills add https://github.com/nyxoraAI/Nyxora --skill blogwatcher-nyxoraai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you to keep track of blog updates and RSS/Atom feeds, simplifying the process of staying informed about the latest content from your favorite blogs.

Core Features & Use Cases

  • Monitor Blogs: Watch blogs and RSS/Atom feeds for updates.
  • Automatic Feed Discovery: Automatically discover feeds from blog homepages.
  • HTML Scraping Fallback: Fallback to HTML scraping if RSS/Atom feed is not available.
  • OPML Import: Import blog subscriptions from OPML files.
  • Article Management: Manage read/unread status of articles.

Quick Start

To start monitoring a new blog, use the command: blogwatcher-cli add "Your Blog Name" https://your-blogs-url.com

Frequently Asked Questions about blogwatcher

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

FAQPage Schema
How do I monitor multiple blogs and RSS feeds for new content?

You can monitor RSS feeds and blogs for new content by adding them to a tracking tool that automatically discovers feeds and scrapes HTML fallbacks. This simplifies staying informed about updates from various sources.

Can I import existing RSS subscriptions from an OPML file?

Yes, you can import existing RSS subscriptions from an OPML file. This allows you to quickly migrate your current blog tracking list into the monitoring system without adding each URL manually.

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

If a blog does not have an RSS or Atom feed, the system uses an HTML scraping fallback. This allows it to monitor content updates directly from the webpage structure when standard feed protocols are unavailable.

How do I track read and unread articles across monitored feeds?

You can track read and unread articles across monitored feeds using built-in article management features. This allows you to manage your reading queue and ensures you do not miss important updates from your tracked sources.

Is there a way to automatically discover RSS feeds from blog homepages?

Yes, automatic feed discovery can find RSS feeds directly from blog homepages. You only need to provide the main blog URL, and the system handles the discovery and subscription setup automatically.