blogwatcher

Monitor RSS/Atom feeds and blogs to surface new posts via CLI.

327|85|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/letta-ai/lettabot --skill blogwatcher-letta-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blogwatcher
Source: https://github.com/letta-ai/lettabot/tree/main/.skills/blogwatcher
Command: npx skills add https://github.com/letta-ai/lettabot --skill blogwatcher-letta-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you stay up-to-date with your favorite blogs and RSS/Atom feeds by providing a simple CLI to track updates automatically.

Core Features & Use Cases

  • Real-time tracking: Monitor multiple feeds and surface new posts in one place.
  • Lightweight CLI: Use concise commands to manage and review updates.
  • Use Case: Imagine you want to follow multiple tech blogs; this Skill will keep a list of feeds and show new articles so you can read them quickly.

Quick Start

  • Install blogwatcher via Go: go install github.com/Hyaxia/blogwatcher/cmd/blogwatcher@latest
  • Run: blogwatcher --help
  • Add a blog: 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 monitor multiple RSS feeds for new posts from the command line?

You can monitor multiple RSS feeds using a lightweight CLI to add and scan blogs, automatically surfacing new posts for quick review. It tracks RSS and Atom feeds across multiple sources in one place.

What is the best way to track tech blog updates automatically?

Tracking tech blog updates is done by adding feed URLs to a CLI list, which scans and surfaces new articles. This enables quick discovery and reading of fresh content from your favorite blogs.

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

Yes, a Go toolchain is required to install and run this RSS feed monitoring CLI. You install it by executing a standard Go install command for the blogwatcher package.

How do I add a new blog feed for content tracking?

To add a new blog feed for content tracking, run a simple CLI command with the blog name and RSS URL. The tool then includes it in its automated feed scanning routine.

Can I use blogwatcher to monitor both Atom and RSS feeds?

Yes, blogwatcher supports monitoring both Atom and RSS feeds. It scans these feed formats to surface new posts, allowing you to manage various blog types within a single CLI.