blog-watcher

Monitor blogs, RSS/Atom feeds, and web pages for new content.

30|5|Updated Jul 25, 2025
One-click install
npx skills add https://github.com/phuetz/code-buddy --skill blog-watcher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blog-watcher
Source: https://github.com/phuetz/code-buddy/tree/main/.codebuddy/skills/bundled/blog-watcher
Command: npx skills add https://github.com/phuetz/code-buddy --skill blog-watcher

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automatically monitors blogs, RSS/Atom feeds, and web pages for new content and updates, helping you stay informed without manual checking.

Core Features & Use Cases

  • Monitor blogs and feeds for new posts and changes across multiple sources.
  • Track GitHub releases, commits, and notable page updates to keep teams aligned.
  • Use cases include content teams following industry blogs, developers tracking project changes, and researchers monitoring relevant web pages.

Quick Start

Use the blog-watcher skill to monitor the RSS feed at https://example.com/rss and GitHub releases at https://github.com/owner/repo/releases.atom. Configure the monitoring workflow with your preferred environment and schedule it to run at your desired cadence.

Frequently Asked Questions about blog-watcher

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

FAQPage Schema
How do I monitor RSS feeds and blog posts for new content automatically?

Monitoring RSS feeds and blogs for new content automatically requires parsing feed updates and detecting webpage changes. This Skill handles RSS/Atom feed parsing, GitHub release tracking, and webpage change detection to keep teams aligned without manual checking.

What is the best way to track GitHub releases and commits for a repository?

The best way to track GitHub releases and commits is by monitoring repository release feeds. This Skill tracks GitHub releases and notable repository updates by parsing Atom feeds to keep developers aligned with project changes.

Can I detect webpage changes and new posts across multiple sources at once?

Yes, you can detect webpage changes and new posts across multiple sources at once. This Skill monitors blogs, RSS/Atom feeds, and web pages simultaneously, helping content teams, developers, and researchers track updates across various sources.

Do I need to install CLI tools like curl and xmlstarlet to monitor web changes?

Yes, you need standard CLI tools like curl and xmlstarlet to monitor web changes. This Skill relies on command-line utilities including curl, xmlstarlet, gh, and html2text, and may require newsboat for a full feed monitoring experience.

How do I set up a scheduled workflow to monitor an RSS feed and GitHub releases?

To set up a scheduled workflow to monitor an RSS feed and GitHub releases, configure the monitoring environment with your target URLs and schedule it to run at your desired cadence. This Skill parses the configured feeds and reports new content updates automatically.

Why use a command-line approach instead of other tools for monitoring blogs?

Using a command-line approach for monitoring blogs offers lightweight automation directly within your existing environment. This Skill leverages standard CLI utilities like curl and xmlstarlet, providing customizable blog and feed tracking without relying on external services.