blogwatcher

Monitor RSS/Atom feed changes and blog updates via a Go-based CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Track blog updates from multiple sources by polling RSS/Atom feeds via a single command-line interface.

Core Features & Use Cases

  • Track multiple blogs with RSS/Atom feeds.
  • List tracked blogs and view new articles quickly.
  • Scan for updates to surface fresh posts for review.
  • Use case: developers or content teams stay current without visiting each site manually.

Quick Start

Install blogwatcher and run a scan to see the currently tracked blogs.

Frequently Asked Questions about blogwatcher

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

FAQPage Schema
How do I monitor RSS feeds and track blog updates from the CLI?

You can monitor RSS feeds and track blog updates by installing a Go-based binary CLI tool, then using its add, list, and scan commands to poll sources and surface new posts for review.

How does polling RSS and Atom feeds via a command-line interface work?

Polling RSS and Atom feeds via a command-line interface involves a dedicated binary periodically scanning tracked URLs to fetch changes, allowing developers to view new articles without manually visiting each site.

Can I track multiple blogs and RSS feeds using a single command-line tool?

Yes, you can track multiple blogs and RSS feeds by adding various source URLs to the CLI tool, which then lists all tracked sites and scans them collectively for fresh posts.

What is the best way for content teams to stay current with multiple blogs without visiting each site?

The best way for content teams to stay current is using a CLI tool to track RSS and Atom feeds, which automatically scans for updates and surfaces fresh posts in a single list.

Do I need a specific environment to run a Go-based binary for feed monitoring?

Running a Go-based binary for feed monitoring requires an environment that supports executing compiled Go binaries, and provides access to the terminal for CLI operations.