
Blogwatcher
- 1 installs
- 327 repo stars
- Updated May 25, 2026
- letta-ai/lettabot
This is a copy of blogwatcher by steipete - installs and ranking accrue to the original listing.
Helps with ai & agent building tasks.
About
blogwatcher is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- blogwatcher
- AI & Agent Building
- AI-coding skill
Blogwatcher by the numbers
- 1 all-time installs (skills.sh)
- Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/letta-ai/lettabot --skill blogwatcherAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| repo stars | ★ 327 |
| Last updated | May 25, 2026 |
| Repository | letta-ai/lettabot ↗ |
What it does
Helps with ai & agent building tasks.
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
AI & Agent Buildingagents