blogwatcher

Monitor blogs and RSS/Atom feeds for new posts.

46|6|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/aresbit/MateBot --skill blogwatcher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blogwatcher
Source: https://github.com/aresbit/MateBot/tree/main/skills/blogwatcher
Command: npx skills add https://github.com/aresbit/MateBot --skill blogwatcher

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you stay updated by monitoring blogs and RSS/Atom feeds and surfacing new posts automatically.

Core Features & Use Cases

  • Real-time tracking: Monitor multiple sources for new posts.
  • Easy discovery: See what’s new across tracked blogs with minimal effort.
  • Use Case: Imagine following a tech blog; when a new article is published, you get notified or a summary is retrieved.

Quick Start

Install the blogwatcher CLI for Go and add your first blog:

  • Install Go tooling and run: go install github.com/Hyaxia/blogwatcher/cmd/blogwatcher@latest
  • Add a blog: blogwatcher add "Blog Name" https://example.com
  • Scan for updates: blogwatcher scan
  • List articles: blogwatcher articles

Frequently Asked Questions about blogwatcher

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

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

To track RSS and Atom feeds, you use a CLI tool that monitors your specified blog sources and surfaces new posts automatically. You add each blog URL, then run periodic scans to list newly published articles.

What do I need to monitor RSS feeds using a Go-based CLI?

Monitoring RSS feeds with this CLI requires a Go environment and the installed blogwatcher binary. You need Go tooling installed to compile the binary before you can add feed URLs and scan for updates.

How do I add a blog URL and scan for new articles?

You add a blog by running the add command with the blog name and feed URL, then execute the scan command to check for updates. Use the articles command to list discovered posts after scanning completes.

Is there a way to get notified when a tracked blog publishes new content?

Tracking blogs with this tool surfaces new posts so you can see what is new across multiple sources with minimal effort. It retrieves summaries of updates during scans to help with content curation.

Can I use this feed-tracking tool for personal knowledge management?

Yes, feed tracking supports personal knowledge management and content curation workflows. By monitoring multiple RSS and Atom sources, it automatically surfaces new articles for discovery and review.