blogwatcher

Monitor blogs and RSS/Atom feeds for updates via CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps you informed about new posts across multiple blogs and feeds without manually checking each site.

Core Features & Use Cases

  • Track multiple feeds and surface new posts.
  • Scan feeds to identify updates and view recently published articles.
  • Quick access to reading history by listing and marking items as read.

Quick Start

Install blogwatcher and start tracking your feeds with the blogwatcher CLI.

Frequently Asked Questions about blogwatcher

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

FAQPage Schema
How do I monitor blogs and RSS feeds for new posts from the command line?

You can monitor blogs and RSS feeds for updates by running the blogwatcher CLI watcher, which parses feeds and detects deltas to surface new posts. It tracks multiple feeds and maintains a refreshed reading list.

What is the best way to track multiple RSS feeds without manually checking sites?

Tracking multiple RSS feeds without manual checks is best handled by a CLI watcher like blogwatcher, which scans feeds to identify updates and surfaces recently published articles for quick access.

How does feed delta detection work when scanning blogs for updates?

Feed delta detection works by parsing RSS or Atom feeds and comparing them against previous states to identify new posts. This mechanism ensures only recently published articles are surfaced, keeping your reading list refreshed.

Can I manage my reading history and mark items as read using a CLI feed watcher?

Yes, you can manage reading history and mark items as read using the blogwatcher CLI. It lists tracked items and allows you to mark them as read, maintaining a refreshed reading list.

Do I need any external dependencies to parse RSS and Atom feeds with blogwatcher?

No, you do not need external dependencies to parse RSS and Atom feeds with blogwatcher. It operates as a standalone CLI binary with no listed dependencies, handling feed parsing and delta detection natively.