blogwatcher
Notes & PKM
v1.0.0
BenignMonitor blogs and RSS/Atom feeds for updates using the blogwatcher.
4625.5K downloads1.1K installsby @steipete
Setup & Installation
Install command
clawhub install steipete/blogwatcherIf the CLI is not installed:
Install command
npx clawhub@latest install steipete/blogwatcherOr install with OpenClaw CLI:
Install command
openclaw skills install steipete/blogwatcheror paste the repo link into your assistant's chat
Install command
https://github.com/openclaw/skills/tree/main/skills/steipete/blogwatcherWhat This Skill Does
blogwatcher is a CLI tool for tracking blog and RSS/Atom feed updates. You add feeds by URL, scan for new content, and manage read/unread state from the terminal.
Tracks blog updates entirely from the terminal with no browser or GUI RSS reader required.
When to Use It
- Checking for new posts across multiple tech blogs each morning
- Tracking a favorite author's blog without opening a browser
- Monitoring RSS feeds from the terminal during development sessions
- Keeping a personal reading list of blogs organized by command line
- Scanning webcomics or niche sites for new content
View original SKILL.md file
# blogwatcher
Track blog and RSS/Atom feed updates with the `blogwatcher` CLI.
Install
- Go: `go install github.com/Hyaxia/blogwatcher/cmd/blogwatcher@latest`
Quick start
- `blogwatcher --help`
Common commands
- Add a blog: `blogwatcher add "My Blog" https://example.com`
- List blogs: `blogwatcher blogs`
- Scan for updates: `blogwatcher scan`
- List articles: `blogwatcher articles`
- Mark an article read: `blogwatcher read 1`
- Mark all articles read: `blogwatcher read-all`
- Remove a blog: `blogwatcher remove "My Blog"`
Example output
```
$ blogwatcher blogs
Tracked blogs (1):
xkcd
URL: https://xkcd.com
```
```
$ blogwatcher scan
Scanning 1 blog(s)...
xkcd
Source: RSS | Found: 4 | New: 4
Found 4 new article(s) total!
```
Notes
- Use `blogwatcher <command> --help` to discover flags and options.
Example Workflow
Here's how your AI assistant might use this skill in practice.
INPUT
User asks: Checking for new posts across multiple tech blogs each morning
AGENT
- 1Checking for new posts across multiple tech blogs each morning
- 2Tracking a favorite author's blog without opening a browser
- 3Monitoring RSS feeds from the terminal during development sessions
- 4Keeping a personal reading list of blogs organized by command line
- 5Scanning webcomics or niche sites for new content
OUTPUT
Monitor blogs and RSS/Atom feeds for updates using the blogwatcher.
Security Audits
VirusTotalBenign
OpenClawBenign
View full reportThese signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.