blog-watcher

Monitor RSS and Atom feeds for new articles using the blogwatcher CLI tool.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "blog-watcher" with this command: npx skills add winsorllc/upgraded-carnival/winsorllc-upgraded-carnival-blog-watcher

Blog Watcher

Monitor RSS and Atom feeds for new articles using the blogwatcher CLI tool.

When to Use

  • Track industry blogs for new posts

  • Monitor competitor websites with RSS feeds

  • Follow news sources

  • Watch for updates on specific topics from multiple sources

  • Set up ongoing surveillance of content sources

Installation

Install blogwatcher CLI:

go install github.com/Hyaxia/blogwatcher/cmd/blogwatcher@latest

Or download from: https://github.com/Hyaxia/blogwatcher

Quick Start

Add a blog/feed to track

blogwatcher add "Tech News" https://example.com/feed.xml

List all tracked blogs

blogwatcher blogs

Scan all feeds for new articles

blogwatcher scan

List new articles

blogwatcher articles

Mark article as read

blogwatcher read <article-id>

Mark all articles as read

blogwatcher read-all

Remove a blog

blogwatcher remove "Tech News"

Common Workflows

Initial Setup

Add multiple feeds to track

blogwatcher add "Hacker News" https://news.ycombinator.com/rss blogwatcher add "TechCrunch" https://techcrunch.com/feed/ blogwatcher add "OpenAI Blog" https://openai.com/blog/rss.xml

Daily Check

Scan for new content

blogwatcher scan

View new articles

blogwatcher articles

Summarize or analyze specific articles

(use browser-tools or summarize skill as needed)

Cleanup

After reviewing, mark all as read

blogwatcher read-all

Feed Detection

If you don't know the feed URL, try common patterns:

  • /feed

  • /rss

  • /atom.xml

  • /feed.xml

  • /blog/rss

Or use online feed discovery tools.

Output Format

Example output when scanning:

$ blogwatcher scan Scanning 2 blog(s)...

Tech News Source: RSS | Found: 15 | New: 3 Hacker News Source: RSS | Found: 30 | New: 5

Found 8 new article(s) total!

Example article listing:

$ blogwatcher articles

IDBlogTitleDate
1Tech NewsNew AI Model Released2024-01-15
2Tech NewsIndustry Analysis Q42024-01-14
3Hacker NewsShow HN: New coding tool2024-01-15

Configuration

The blogwatcher stores data in:

  • Linux/macOS: ~/.blogwatcher/

  • Windows: %APPDATA%\blogwatcher\

Database file: blogwatcher.db (SQLite)

Limitations

  • Only supports RSS and Atom feeds (not HTML scraping)

  • Requires the target site to have a working feed

  • Some sites may have feed limits or restrictions

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

clipboard-tools

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

clipboard-manager

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

code-format

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

code-review-assistant

No summary provided by upstream source.

Repository SourceNeeds Review