blogwatcher

Track blog updates from RSS and Atom feeds using the blogwatcher CLI.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/xcriminal1/Xcriminal-bot --skill blogwatcher-xcriminal1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blogwatcher
Source: https://github.com/xcriminal1/Xcriminal-bot/tree/main/skills/blogwatcher
Command: npx skills add https://github.com/xcriminal1/Xcriminal-bot --skill blogwatcher-xcriminal1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Monitoring multiple blogs and feeds manually is time-consuming and error-prone; blogwatcher automates tracking updates from RSS and Atom feeds via a simple CLI.

Core Features & Use Cases

  • Add blogs: Start tracking a new feed with a single command.
  • Scan for updates: Fetch the latest posts across all tracked feeds.
  • List articles: View recently found posts with their status.
  • Mark read: Mark posts as read to manage feed progress.

Quick Start

Add a blog to track by running blogwatcher add "My Blog" https://example.com.

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 feed updates from the command line?

You can track RSS and Atom feed updates via a CLI by adding blog URLs with a single command, then scanning for new posts and listing articles to view their status. This automates manual feed checking across multiple blogs.

What is the best way to manage read status across multiple blog feeds?

Managing read status across feeds requires a CLI tool that lists recently fetched posts and marks items as read. This tracks feed progress and ensures you only see new unread articles when scanning for updates.

Do I need a Go toolchain to run a CLI RSS feed tracker?

Yes, a CLI RSS feed tracker like blogwatcher requires a Go toolchain. You must install the binary using the go install command before you can add feeds, scan for updates, or list articles.

Can I monitor multiple blogs simultaneously with a single CLI command?

Yes, you can monitor multiple blogs simultaneously by adding each feed to your tracker. Once multiple blogs are added, a single scan command fetches the latest posts across all tracked feeds.

How does a CLI blog tracker handle new post detection for Atom feeds?

A CLI blog tracker handles new post detection by scanning previously added Atom feeds for recent items. It lists these articles with their read status, allowing you to manage progress without manual checking.

Are there limitations to using CLI tools for feed tracking instead of web-based readers?

CLI feed tracking requires a local Go toolchain and terminal access, lacking web-based graphical interfaces. It is limited to command-line interactions for adding feeds, scanning updates, and marking posts read.