Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
steipete avatar

Blogwatcher

  • 3.2k installs
  • 385k repo stars
  • Updated August 3, 2026
  • steipete/clawdis

blogwatcher is a CLI skill for tracking blog and RSS or Atom feed updates with add, scan, list, and read commands.

About

Blogwatcher is a lightweight CLI skill for monitoring blogs and RSS or Atom feeds through the blogwatcher binary. Install via go install github.com/Hyaxia/blogwatcher/cmd/blogwatcher@latest as documented in OpenClaw metadata requiring the blogwatcher bin. Quick start begins with blogwatcher --help. Core commands add a blog with blogwatcher add, list tracked blogs via blogwatcher blogs, scan for updates with blogwatcher scan, list articles with blogwatcher articles, mark one article read with blogwatcher read, mark all read with blogwatcher read-all, and remove a blog with blogwatcher remove. Example scan output reports per-blog source type RSS, found count, and new article count, then totals new articles across all tracked feeds. The skill is intentionally minimal: agents discover additional flags through per-command --help. Typical workflow adds feed URLs, periodically scans, surfaces new articles, and marks items read to keep an unread queue manageable for content monitoring or research digests.

  • CLI for adding, scanning, listing, and marking RSS or Atom blog feeds.
  • Install via go install github.com/Hyaxia/blogwatcher/cmd/blogwatcher@latest.
  • Scan reports per-blog RSS source, found count, and new article totals.
  • Commands cover read, read-all, blogs list, and remove for feed lifecycle.
  • Per-command --help discovers flags beyond the quick-start summary.

Blogwatcher by the numbers

  • 3,181 all-time installs (skills.sh)
  • +160 installs in the week ending Aug 2, 2026 (Skillselion tracking)
  • Ranked #63 of 550 CLI & Terminal skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Aug 3, 2026 (Skillselion catalog sync)
At a glance

blogwatcher capabilities & compatibility

Capabilities
add and remove tracked blog urls · scan feeds and report new article counts · list articles and mark individual or all as read
Works with
chrome
Use cases
research · web scraping
From the docs

What blogwatcher says it does

go install github.com/Hyaxia/blogwatcher/cmd/blogwatcher@latest
SKILL.md
npx skills add https://github.com/steipete/clawdis --skill blogwatcher

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs3.2k
repo stars385k
Security audit1 / 3 scanners passed
Last updatedAugust 3, 2026
Repositorysteipete/clawdis

How do I monitor multiple blog RSS feeds and see which articles are new without opening each site manually?

Track blogs and RSS or Atom feed updates with the blogwatcher CLI for add, scan, list, and read workflows.

Who is it for?

Developers who want a scriptable feed monitor installed via Go and invoked from agent workflows.

Skip if: Skip when you need full-featured feed readers with GUI, filters, or newsletter delivery beyond CLI basics.

When should I use this skill?

User wants to monitor blogs, scan RSS feeds, track feed updates, or mark articles read with blogwatcher.

What you get

Tracked blog list, scan results with new article counts, and read or read-all state updates via blogwatcher CLI.

  • feed scan reports
  • read-state updates

By the numbers

  • Requires the blogwatcher Go CLI binary installed via go install

Files

SKILL.mdMarkdownGitHub ↗

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.

Related skills

Forks & variants (2)

Blogwatcher has 2 known copies in the catalog totaling 17 installs. They canonicalize to this original listing.

FAQ

How is blogwatcher installed?

go install github.com/Hyaxia/blogwatcher/cmd/blogwatcher@latest per the skill install metadata.

What does scan output show?

Per-blog source type, found count, new count, plus a total new articles line across all feeds.

How do I mark articles read?

Use blogwatcher read <id> for one article or blogwatcher read-all for every unread item.

Is Blogwatcher safe to install?

skills.sh reports 1 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.