Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User wants to track a new blog and check for updates
- 1Run `blogwatcher add "xkcd" https://xkcd.com` to register the feed
- 2Run `blogwatcher blogs` to confirm the feed is tracked
- 3Run `blogwatcher scan` to fetch new articles
- 4Run `blogwatcher articles` to list unread items
- 5Run `blogwatcher read 1` to mark an article as read
New articles from tracked blogs are listed; read status is updated locally