
Blogwatcher
- 16 installs
- 869 repo stars
- Updated June 8, 2026
- beita6969/scienceclaw
This is a copy of blogwatcher by steipete - installs and ranking accrue to the original listing.
blogwatcher is a Claude skill that monitors blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
About
Tracks blogs and RSS/Atom feeds for new articles using the blogwatcher CLI. A developer uses it to add feeds, scan for updates, and mark articles read from the terminal or an agent. It is a lightweight feed-monitoring wrapper installed via go.
- Monitor blogs and RSS/Atom feeds for updates via the blogwatcher CLI
- Add, list, scan, and mark-read articles and feeds from the terminal
- Installed with go install from github.com/Hyaxia/blogwatcher
Blogwatcher by the numbers
- 16 all-time installs (skills.sh)
- Data as of Aug 2, 2026 (Skillselion catalog sync)
blogwatcher capabilities & compatibility
- Capabilities
- bear notes · blucli
- Pricing
- Free
What blogwatcher says it does
Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
Track blog and RSS/Atom feed updates with the `blogwatcher` CLI.
Scan for updates: `blogwatcher scan`
npx skills add https://github.com/beita6969/scienceclaw --skill blogwatcherAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 16 |
|---|---|
| repo stars | ★ 869 |
| Last updated | June 8, 2026 |
| Repository | beita6969/scienceclaw ↗ |
What it does
Monitor blogs and RSS/Atom feeds for new articles from the command line via the blogwatcher CLI.
Who is it for?
Tracking blog and RSS/Atom feeds for new articles from the terminal.
Skip if: Full content aggregation, reading, or publishing workflows beyond update tracking.
When should I use this skill?
You need to track blogs or RSS/Atom feeds and get notified of new articles.
What you get
New articles from tracked blogs and feeds surfaced and markable as read from the command line.
- List of tracked blogs
- New-article scan results
- Read/unread article state
By the numbers
- wraps 7 blogwatcher commands
- example scan found 4 new articles
Files
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> --helpto discover flags and options.
Related skills
FAQ
How is it installed?
Via go install github.com/Hyaxia/blogwatcher/cmd/blogwatcher@latest.
What feed types does it support?
It tracks blog and RSS/Atom feed updates.