blogwatcher

Track blog and RSS/Atom feed updates using the blogwatcher CLI.

202|36|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/adoresever/AGI_Ananas --skill blogwatcher-adoresever
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blogwatcher
Source: https://github.com/adoresever/AGI_Ananas/tree/main/26.2.21openclaw-viking/skills/blogwatcher
Command: npx skills add https://github.com/adoresever/AGI_Ananas --skill blogwatcher-adoresever

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Track blogs and RSS/Atom feeds, and surface new articles for quick review.
  • Supports adding multiple feeds, scanning for updates, listing tracked sources, and marking items as read.
  • Use case: maintain a personal knowledge stream by automatically collecting new posts from your favorite blogs.

Quick Start

Install the blogwatcher CLI and run a scan to fetch the latest articles.

Frequently Asked Questions about blogwatcher

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

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

Tracking multiple RSS and Atom feeds involves adding each source URL to your configuration and running a scan command. The tool reads configuration and article data from local state to fetch and list new articles across all sources.

What is the best way to curate content from multiple blogs automatically?

Content curation from multiple blogs is handled by adding feed sources and running a scan to fetch updates. This process collects new posts across all sources into a local state for quick review and marking as read.

Do I need to install any specific binaries to track blog updates?

Yes, tracking blog updates requires a Go-based blogwatcher binary installed in your environment. The tool relies on this CLI application to manage feeds, scan for new articles, and read configuration from local state.

Can I mark articles as read across multiple RSS feeds?

Yes, you can mark items as read across multiple tracked sources. This feature helps manage your article queue by clearing reviewed posts from the local state after scanning for updates.

How do I list all tracked blogs and their recent articles?

To list tracked blogs and recent articles, use the tool's listing functionality after running a scan. It reads article data from local state to display your tracked sources and surface new posts for review.

Does this feed monitoring tool require an external database?

No external database is required as the tool reads configuration and article data directly from local state. Feed updates and tracked blog information are managed entirely through local files via the CLI.