blogwatcher
Monitor blogs and RSS/Atom feeds via blogwatcher-cli.
npx skills add HezaoHezao/poirot --skill blogwatcher --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Blogwatcher Track blog and RSS/Atom feed updates with the `blogwatcher-cli` tool. Supports automatic feed discovery, HTML scraping fallback, OPML import, and read/unread article management. ## Prerequisites `blogwatcher-cli` must be installed. Pick one method: ```bash # Go install go install github.com/JulienTant/blogwatcher-cli/cmd/blogwatcher-cli@latest # Binary (Linux amd64) curl -sL https://github.com/JulienTant/blogwatcher-cli/releases/latest/download/blogwatcher-cli_linux_amd64.tar.gz | tar xz -C /usr/local/bin blogwatcher-cli # Docker docker run --rm -v blogwatcher-cli:/data ghcr.io/julientant/blogwatcher-cli scan ``` All releases: https://github.com/JulienTant/blogwatcher-cli/releases Verify installation: ```bash blogwatcher-cli --version ``` ## When to Use - User wants to monitor blog updates - User wants to track RSS/Atom feeds - User wants to import OPML subscriptions - User wants a digest of new articles from tracked blogs ## Common Commands ```bash # Add a blog to track blogwatcher-cli add https://example.com/blog # Add with explicit feed URL blogwatcher-cli add https://example.com/blog --feed https://example.com/feed.xml # Scan for new articles blogwatcher-cli scan
- Prerequisites
- When to Use
- Common Commands
- Workflow
- Setup (first time)
- Daily check
- Automated monitoring
- Docker with persistent storage
- Pitfalls
Go install go install github.com/JulienTant/blogwatcher-cli/cmd/blogwatcher-cli@latest Binary (Linux amd64) curl -sL https://github.com/JulienTant/blogwatcher-cli/releases/latest/download/blogwatcher-cli_linux_amd64.tar.gz | tar xz -C /usr/local/bin blogwatcher-cli Docker docker run --rm -v blogwatcher-cli:/data ghcr.io/julientant/blogwatcher-cli scan blogwatcher-cli --version Add a blog to track blogwatcher-cli add https://example.com/blog Add with explicit feed URL
What does the blogwatcher skill do?
Monitor blogs and RSS/Atom feeds via blogwatcher-cli.
How do I install it?
Run `npx skills add HezaoHezao/poirot --skill blogwatcher --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From HezaoHezao/poirot, a repository with 139 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
