LaunchKit · 2026
Back to Skills

mh-blogwatcher

Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.

0
0 downloads
by @mohdalhashemi98-hue

Setup & Installation

openclaw skills install @mohdalhashemi98-hue/mh-blogwatcher

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install mh-blogwatcher

What This Skill Does

blogwatcher is a CLI tool for tracking blog and RSS/Atom feed updates. It stores feeds locally and lets you scan for new articles, list them, and mark them as read.

Runs entirely from the terminal with no account, no sync service, and no web UI required.

When to use it

  • Checking for new posts from a list of developer blogs
  • Monitoring RSS feeds without a browser-based reader
  • Scanning multiple blogs in one command from the terminal
  • Keeping track of which articles you've already read
  • Managing a personal reading list from the command line

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User wants to track a new blog and check for updates

AGENT
  1. 1Run `blogwatcher add "xkcd" https://xkcd.com` to register the feed
  2. 2Run `blogwatcher blogs` to confirm the feed is tracked
  3. 3Run `blogwatcher scan` to fetch new articles
  4. 4Run `blogwatcher articles` to list unread items
  5. 5Run `blogwatcher read 1` to mark an article as read
OUTPUT

New articles from tracked blogs are listed; read status is updated locally