blogwatcher

Monitor RSS and Atom feeds for new articles and read status changes.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/TitoPrausee/nexus-toti --skill blogwatcher-titoprausee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blogwatcher
Source: https://github.com/TitoPrausee/nexus-toti/tree/main/data/skills/research/blogwatcher
Command: npx skills add https://github.com/TitoPrausee/nexus-toti --skill blogwatcher-titoprausee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the manual effort of checking blogs and feed readers for new posts, unread items, and category-specific updates.

Core Features & Use Cases

  • Feed Monitoring: Track RSS and Atom feeds for new articles across multiple blogs.
  • Library Management: Add, remove, list, and import subscriptions from OPML files.
  • Reading Workflow: Scan feeds, filter by blog or category, and mark articles read or unread.
  • Use Case: A research team can keep a shared reading list current by importing subscriptions, scanning on a schedule, and reviewing only the newest articles that match a topic.

Quick Start

Use the blogwatcher skill to add your blogs, scan for new articles, and list unread posts from your feed collection.

Frequently Asked Questions about blogwatcher

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track new articles across multiple RSS and Atom feeds?

To track RSS and Atom feeds for new articles, you can add your blogs, scan for updates, and list unread posts. It monitors feed changes and supports HTML scraping fallback when feeds are incomplete.

Can I import existing subscriptions from an OPML file?

Yes, you can import subscriptions from OPML files to manage your library. This allows you to add multiple blogs at once and organize them with category filtering for your reading workflows.

How does feed tracking handle blogs without a valid RSS or Atom feed?

Feed tracking uses HTML scraping as a fallback when RSS or Atom discovery fails. This ensures you can still monitor blogs for new articles even if they lack a standard syndication feed.

What is the best way to manage a shared reading list for a research team?

Managing a shared reading list involves importing subscriptions via OPML, scanning feeds on a schedule, and filtering unread articles by category. SQLite-backed persistence tracks read status changes across the collection.

Do I need a database to persist read status for feed tracking?

Feed tracking requires SQLite-backed persistence to store article data and manage read status changes. This local database maintains your reading workflow history and unread counts across scanning sessions.

How do I filter unread articles by blog or category after scanning feeds?

After scanning feeds, you can filter unread articles by blog or category using command-line controls. These controls let you list, mark read, or mark unread posts matching specific topics in your collection.