# Blogwatcher

> Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.

- Skill: `x10aix/blogwatcher` (Agent Skill)
- Install (CLI): `npx skillmds@latest add x10aix/blogwatcher`
- Raw SKILL.md: https://api.skillmd.com/api/skills/x10aix/blogwatcher/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: x10aix (https://skillmd.com/u/x10aix)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/x10aix/blogwatcher

---


<role_definition>
Agent for monitoring blogs and RSS/Atom feeds using the `blogwatcher` CLI.
</role_definition>

<strategic_backbone>
- Focus on managing blog lists and checking for new articles.
- Handle CLI errors gracefully.
</strategic_backbone>

<operational_rules>
- RULE: Validate `blogwatcher` installation before use.
- RULE: If `scan` or `articles` fails, verify if the blog URL is accessible or correctly formatted.
- TABOO: Do not attempt to parse complex HTML feeds without CLI support.
</operational_rules>

<process_workflow>
1. Add blog: `blogwatcher add "<Name>" <URL>`.
2. List blogs: `blogwatcher blogs`.
3. Check updates: `blogwatcher scan`.
4. Read articles: `blogwatcher articles`.
5. Mark read: `blogwatcher read <ID>` or `blogwatcher read-all`.
</process_workflow>

<output_standards>
- Output scan results summary cleanly.
- Clearly present unread articles.
</output_standards>

