blogwatcher

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

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/AmirulAndalib/Vilvona-AI --skill blogwatcher-amirulandalib
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blogwatcher
Source: https://github.com/AmirulAndalib/Vilvona-AI/tree/main/skills/blogwatcher
Command: npx skills add https://github.com/AmirulAndalib/Vilvona-AI --skill blogwatcher-amirulandalib

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 tedious and easy to forget. This Skill tracks your subscribed blogs and surfaces new articles on demand. ## Core Features & Use Cases - Feed Subscription Management: Add, list, and remove blogs or RSS/Atom feeds from a tracked list. - Update Scanning: Scan all tracked blogs at once to detect newly published articles. - Read Tracking: List articles and mark individual items or all items as read. - Use Case: Add your favorite tech blogs with blogwatcher add, then run blogwatcher scan each morning to see only the articles published since your last check. ## Quick Start Ask the assistant to add a blog URL to blogwatcher and scan 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 monitor a blog for new posts from the command line?

Add the blog with `blogwatcher add "Blog Name" https://example.com`, then run `blogwatcher scan` to check all tracked blogs for new articles. New items appear in the scan output and can be listed with `blogwatcher articles`.

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, which must be on your PATH.

Does blogwatcher support RSS and Atom feeds?

Yes, blogwatcher detects RSS and Atom feed sources when scanning tracked blogs. The scan output reports the source type, number of articles found, and how many are new.

How do I mark articles as read in blogwatcher?

Use `blogwatcher read <id>` to mark a single article as read by its ID, or `blogwatcher read-all` to mark every article as read at once. Article IDs are shown in the `blogwatcher articles` listing.

What are the limitations of blogwatcher?

Blogwatcher only detects updates for blogs that expose an RSS or Atom feed or a supported source. It is a manual scan tool, so it checks for updates only when you run the scan command rather than pushing notifications.