blogwatcher

Monitor blogs and RSS/Atom feeds for new content.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/LynxLabVN/office-agent --skill blogwatcher-lynxlabvn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blogwatcher
Source: https://github.com/LynxLabVN/office-agent/tree/main/agent-core/skills/research/blogwatcher
Command: npx skills add https://github.com/LynxLabVN/office-agent --skill blogwatcher-lynxlabvn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Blogwatcher simplifies staying updated with blogs and feeds, eliminating the need for manual checking and saving time by automatically scanning for new posts.

Core Features & Use Cases

  • Automatic Feed Discovery: Identifies RSS/Atom feeds without explicit input.
  • HTML Scraping: Falls back to HTML scraping when RSS/Atom feed detection fails.
  • OPML Import: Allows importing feeds from OPML files.
  • Read/Unread Article Management: Manages and marks articles as read or unread.
  • Use Case: Monitor a group of technical blogs related to machine learning for new insights without constant manual visits.

Quick Start

Set up blogwatcher to scan all blogs using 'blogwatcher-cli scan'.

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, you can use a scanning tool that automatically checks specified blog URLs for new content. It identifies feed URLs and retrieves new posts, eliminating the need for manual checking.

Can I track blogs that do not have an RSS or Atom feed?

Yes, you can track blogs without an RSS feed by utilizing HTML parsing as a fallback. When automatic feed detection fails, the tool scrapes the blog's HTML content directly to retrieve new posts.

How do I import and export my RSS feed subscriptions using an OPML file?

You can import and export RSS feed subscriptions by using OPML files. This allows you to easily migrate your feed lists into the monitoring tool or back them up to another feed reader.

What is the best way to manage read and unread status for blog articles?

The best way to manage read status is by using a feed reader that offers article management features. This allows you to track which blog posts you have already read and mark new content accordingly.

Does blogwatcher require explicit RSS links to discover feeds?

No, blogwatcher does not require explicit RSS links. It features automatic feed discovery, which identifies RSS and Atom feeds without explicit input, falling back to HTML scraping if needed.