blogwatcher

Scan tracked blog and RSS/Atom sources to list new articles.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/dingdyan/openclaw-workspace-v2 --skill blogwatcher-dingdyan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blogwatcher
Source: https://github.com/dingdyan/openclaw-workspace-v2/tree/main/skills/blogwatcher
Command: npx skills add https://github.com/dingdyan/openclaw-workspace-v2 --skill blogwatcher-dingdyan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents you from missing new blog or feed updates by continuously tracking sources and surfacing only the latest articles.

Core Features & Use Cases

  • Track blog/feed sources: Add and remove blogs or RSS/Atom feeds, then keep a list of what you are monitoring.
  • Scan for updates: Run scans to detect newly published articles since the last check.
  • Manage read state: List articles and mark one or all articles as read to keep your workflow current.
  • Use Case: Track multiple favorite engineering blogs and daily RSS feeds, scan periodically, and quickly triage newly found articles before they get buried.

Quick Start

Run the blogwatcher scan command to check the tracked blog/feed sources and report any new articles.

Frequently Asked Questions about blogwatcher

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

FAQPage Schema
How do I monitor RSS feeds and track new blog posts automatically?

To monitor RSS feeds and track new blog posts, you add your target sources and run periodic scans to detect newly published articles. This surfaces only the latest updates since your last check, preventing missed content.

What is the best way to scan multiple Atom feeds for updates without missing articles?

Scanning multiple Atom feeds for updates requires a tracking state to detect deltas between checks. Running a scan operation compares current feed content against the stored state to list newly found articles.

How do I add and remove RSS feed sources to manage my blog tracking list?

You manage your blog tracking list by using CLI commands to add and remove RSS feed sources. This maintains an active list of monitored sites that the scanner uses to detect new posts.

Can I mark articles as read to triage my feed monitoring workflow?

Yes, you can mark articles as read to triage your feed monitoring workflow. You can mark individual articles or all found articles as read to keep your list current and clear out old updates.

Does this blog tracker work without external dependencies for content curation?

Yes, this blog tracker works without external dependencies for content curation. It operates entirely through CLI commands to manage feed sources, scan for updates, and handle read status independently.