blogwatcher

Monitor blogs and RSS/Atom feeds for new articles via CLI.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/Yogi-076/Vajrascan.on --skill blogwatcher-yogi-076
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blogwatcher
Source: https://github.com/Yogi-076/Vajrascan.on/tree/main/moltbot/skills/blogwatcher
Command: npx skills add https://github.com/Yogi-076/Vajrascan.on --skill blogwatcher-yogi-076

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Rapidly detecting new posts across multiple blogs and RSS/Atom feeds is time consuming and easy to miss; blogwatcher provides a simple CLI to centralize tracking and surface new articles so you don't have to manually revisit sites.

Core Features & Use Cases

  • Feed Tracking: Add and remove blog or feed sources to maintain a curated list of tracked publications.
  • Periodic Scanning: Scan all tracked feeds to discover and report newly published articles.
  • Article Management: List discovered articles, mark single or all articles as read, and remove obsolete feeds.
  • Use Case: A developer or content curator can add several technical blogs, run a scan, and quickly review only newly published posts without visiting each site.

Quick Start

Install blogwatcher with Go and run blogwatcher scan to detect new articles across all tracked feeds.

Frequently Asked Questions about blogwatcher

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

FAQPage Schema
How do I monitor RSS and Atom feeds from the command line?

You can monitor RSS and Atom feeds from the command line by adding sources and running a scan operation to discover newly published articles without visiting each site manually.

What is the best way to track new blog posts across multiple sites?

Tracking new blog posts across multiple sites is done by adding feeds to a curated list, scanning periodically, and listing only the newly discovered articles for review.

How do I manage and mark RSS articles as read using a CLI?

You can manage RSS articles by listing discovered posts, marking single or all articles as read, and removing obsolete feeds to keep your tracked sources current.

Do I need Go installed to track RSS feeds with blogwatcher?

Yes, you need Go installed to track RSS feeds with blogwatcher because the blogwatcher binary is installed via Go to execute feed monitoring commands.

Can I use a command-line feed monitor for small team content tracking?

Yes, you can use a command-line feed monitor for small team content tracking workflows, allowing multiple users to manage tracked feeds and surface new articles efficiently.