blogwatcher

Track new posts from RSS and Atom feeds via CLI commands.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Track blog updates from RSS and Atom feeds to avoid manual checking.

Core Features & Use Cases

  • Feed monitoring: Track multiple feeds and surface new posts automatically.
  • CLI-driven workflow: Manage feeds, list updates, and mark items as read via simple commands.
  • Use Case: A content creator wants to stay current with 5 tech blogs; this skill aggregates new posts and notifies them.

Quick Start

Install blogwatcher (Go): go install github.com/Hyaxia/blogwatcher/cmd/blogwatcher@latest Quick start: blogwatcher add "My Blog" https://example.com Then scan for updates: blogwatcher scan

Frequently Asked Questions about blogwatcher

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

FAQPage Schema
How do I track multiple RSS and Atom feeds for new blog posts automatically?

To track RSS and Atom feeds for new blog posts automatically, you can use a CLI-driven feed monitoring tool that aggregates updates from multiple sources and surfaces only new items. This eliminates the need for manual checking.

What is the best way to aggregate news from multiple RSS feeds into a single content curation workflow?

Aggregating news from multiple RSS feeds into a content curation workflow is best handled by a feed monitoring CLI that scans subscribed sources, lists new updates, and allows you to mark items as read.

Can I monitor blog updates and manage my RSS feeds entirely from the command line?

Yes, you can monitor blog updates and manage RSS feeds entirely from the command line using a CLI tool that supports adding feeds, scanning for new posts, and marking items as read via simple commands.

Does blogwatcher require any specific dependencies or environments to run?

blogwatcher requires a Go environment to install and run, utilizing the standard Go install command to build the CLI tool for feed monitoring and news aggregation without additional dependencies.

How do I add a new RSS feed and scan for the latest posts using a CLI?

To add a new RSS feed and scan for posts using a CLI, execute the add command with your feed name and URL, then run the scan command to fetch and surface the latest blog updates automatically.