blogwatcher

Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.

1|Updated Jun 9, 2026
One-click install
npx skills add https://github.com/JEROME-PRAKASH-L/openclaw --skill blogwatcher-jerome-prakash-l
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blogwatcher
Source: https://github.com/JEROME-PRAKASH-L/openclaw/tree/main/skills/blogwatcher
Command: npx skills add https://github.com/JEROME-PRAKASH-L/openclaw --skill blogwatcher-jerome-prakash-l

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires blogwatcher.

What problem does it solve? Keeping up with new posts across many blogs and RSS/Atom feeds requires manually checking each site, which is repetitive and easy to forget. This Skill tracks feeds in one place and surfaces only new articles. ## Core Features & Use Cases - Feed Tracking: Add and remove blogs or RSS/Atom feeds and list all tracked sources. - Update Scanning: Scan all tracked blogs to detect new articles and report counts per source. - Read Management: List articles and mark individual items or all items as read. - Use Case: Add your favorite tech blogs, run a daily scan, and review only the new articles published since your last check. ## Quick Start Ask the assistant to add a blog URL to blogwatcher and scan it for new articles.

Frequently Asked Questions about blogwatcher

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

FAQPage Schema
How do I track a blog for new posts with blogwatcher?

Add the blog with the command blogwatcher add followed by a name and the blog URL, for example blogwatcher add "My Blog" https://example.com. Then run blogwatcher scan to check for new articles.

How do I check RSS feeds for updates from the command line?

Run blogwatcher scan to check all tracked blogs at once. It reports the feed source type, articles found, and how many are new for each blog.

Does blogwatcher support both RSS and Atom feeds?

Yes, blogwatcher monitors blogs through RSS and Atom feeds. You add a blog by its URL and the tool detects the available feed source when scanning.

How do I install the blogwatcher CLI?

Install it with Go by running go install github.com/Hyaxia/blogwatcher/cmd/blogwatcher@latest. This places the blogwatcher binary in your Go bin directory.

How do I mark articles as read in blogwatcher?

Use blogwatcher read followed by an article ID to mark one article, or blogwatcher read-all to mark everything. Run blogwatcher articles first to see article IDs.