blogwatcher

Monitor RSS/Atom feeds for new posts and manage read status.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/nomad3/openclaw-k8s --skill blogwatcher-nomad3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blogwatcher
Source: https://github.com/nomad3/openclaw-k8s/tree/main/package/skills/blogwatcher
Command: npx skills add https://github.com/nomad3/openclaw-k8s --skill blogwatcher-nomad3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of missing important blog posts and feed updates by manually checking multiple RSS/Atom sources.

Core Features & Use Cases

  • Monitors RSS/Atom sources: Add blogs or feeds, scan them on demand, and detect newly published items.
  • Manages reading status: List tracked sources and mark articles as read to keep your backlog organized.
  • Use Case: Track updates from a set of developer blogs (e.g., a small tooling ecosystem) and quickly see how many new posts arrived since your last scan, without opening each site individually.

Quick Start

Run blogwatcher add "My Blog" https://example.com to start tracking a new feed source.

Frequently Asked Questions about blogwatcher

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

FAQPage Schema
How do I track RSS and Atom feeds for new blog updates automatically?

To track RSS and Atom feeds for new blog updates, use a CLI tool to add sources, scan them on demand, and list newly published items. This prevents missing relevant posts without manually checking each site individually.

What is the best way to monitor multiple blog feeds and see new posts?

The best way to monitor multiple blog feeds is adding them to a feed scanner that periodically checks sources and reports new items. You can quickly see how many new posts arrived since your last scan without opening each site.

How do I manage read state for RSS articles in a CLI workflow?

You manage read state for RSS articles by listing tracked sources and marking articles as read after viewing them. This keeps your backlog organized and ensures only unread updates appear during subsequent scans.

Do I need a specific CLI installation to scan RSS feeds?

Yes, you need a working blogwatcher CLI installation providing bins access to scan RSS feeds. This local environment provides the commands necessary to add sources, detect new items, and manage reading status.

Can I track developer blog updates for a tooling ecosystem without opening each site?

Yes, you can track developer blog updates by adding the relevant URLs to your feed scanner. The tool will scan the sources and aggregate newly published items, allowing you to see updates without manually visiting each site.

How do I start tracking a new RSS feed source from the command line?

To start tracking a new RSS feed source from the command line, run the add command with your feed name and URL, such as adding a blog by providing its title and web address to begin monitoring its updates.