Agent skill

blogwatcher

Monitor blogs and RSS/Atom feeds via blogwatcher-cli.

HezaoHezaogithub.com/HezaoHezaoGitHub ↗
claude-codecan modify filesMIT
Install
npx skills add HezaoHezao/poirot --skill blogwatcher --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Declared author: Adapted from hermes-agent (Nous Research, MIT); JulienTant/blogwatcher-cli
Allowed tools: -bash-read_file
Path: poirot/backend/agents/skill/builtin_skills/research/blogwatcher/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 139
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Prerequisites
  2. When to Use
  3. Common Commands
  4. Workflow
  5. Setup (first time)
  6. Daily check
  7. Automated monitoring
  8. Docker with persistent storage
  9. Pitfalls
Commands it runs
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
More from poirot
All skills →
About this skill
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.

Keep going