blogwatcher

Track blog posts from RSS/Atom feeds and HTML scraping with SQLite.

Updated Feb 20, 2026
One-click install
npx skills add https://github.com/kensaku63/wellgrow-packages --skill blogwatcher-kensaku63
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blogwatcher
Source: https://github.com/kensaku63/wellgrow-packages/tree/main/skills/blogwatcher
Command: npx skills add https://github.com/kensaku63/wellgrow-packages --skill blogwatcher-kensaku63

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of tracking blog posts from various sources, ensuring you never miss new content and can easily manage your reading list.

Core Features & Use Cases

  • Multi-source Tracking: Supports both RSS/Atom feeds and HTML scraping for broad compatibility.
  • New Content Detection: Scans blogs for new articles and adds them to a database.
  • Read Status Management: Allows users to mark articles as read or unread and view them.
  • Use Case: A developer wants to stay updated with the latest posts from their favorite programming blogs. They can use this Skill to add each blog and then regularly scan for new articles, viewing only the unread ones.

Quick Start

Use the blogwatcher skill to scan all tracked blogs for new articles.

Frequently Asked Questions about blogwatcher

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

FAQPage Schema
How do I track new blog posts from RSS feeds and HTML scraping?

You can track new blog posts by automating RSS/Atom feed monitoring and HTML scraping. This Skill scans your tracked blogs, detects new articles, and adds them to a database for easy management.

What's the best way to manage a reading list of unread articles from multiple blogs?

Managing a reading list is straightforward by scanning your tracked blogs for new articles. You can view unread articles and mark them as read or unread to maintain your content tracking workflow.

Do I need Go and SQLite to automate blog content tracking?

Yes, automating blog content tracking requires a Go installation and utilizes SQLite for data persistence. These dependencies are necessary to run the system and store your tracked articles.

Can I monitor blogs that do not have an RSS or Atom feed?

Yes, you can monitor blogs without RSS or Atom feeds using HTML scraping. This multi-source tracking ensures broad compatibility for detecting new articles across various blog formats.

How does the blogwatcher skill detect new articles?

The blogwatcher skill detects new articles by scanning all tracked blogs using RSS/Atom feeds or HTML scraping. It then adds any newly found content to a database, allowing you to view only unread posts.