What problem does it solve? Keeping up with many blogs and news feeds manually means checking dozens of sites and missing new posts. This Skill centralizes feed subscriptions, scans them for new articles, and tracks read/unread state in a local SQLite database. ## Core Features & Use Cases - Feed Management: Add blogs with automatic feed discovery, explicit feed URLs, HTML scraping fallback via CSS selectors, and bulk OPML import from readers like Feedly or Inoreader. - Scanning and Reading: Scan all or individual blogs, list unread articles filtered by blog or category, and mark articles read individually or in bulk. - Use Case: A researcher monitoring engineering blogs runs a scan each morning, reviews the unread article list, and stores only the noteworthy conclusions in memory while archiving the raw list to a file. ## Quick Start Scan all my tracked blogs with blogwatcher-cli and show me the unread articles.