ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

content-watcher

AI-powered content monitoring and summarization tool. Monitor RSS feeds, blogs, and news sources with automatic AI summarization and daily digest generation.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/su707181393-del/content-watcher
Or

Content Watcher

Monitor any RSS feeds, blogs, or news sources and get AI-powered daily digests.

Quick Start

# Install dependencies
npm install

# Add your first source
content-watcher add https://techcrunch.com/feed/ --name "TechCrunch"

# Run once to test
content-watcher run

# Save digest to file
content-watcher run --output digest.md

Commands

CommandDescription
add <url>Add a source to monitor
remove <id>Remove a source
listList all sources
runGenerate digest now
configShow configuration

Features

  • ✅ RSS/Atom feed parsing
  • ✅ Web content extraction
  • ✅ AI text summarization (local, no API key)
  • ✅ Markdown digest generation
  • ✅ Multi-source aggregation
  • ✅ Duplicate detection
  • ✅ Configurable via CLI

Configuration

Config stored at ~/.config/content-watcher/config.json:

{
  "sources": [...],
  "delivery": "console",
  "summaryStyle": "bullet",
  "maxItemsPerSource": 5
}

Use Cases

  1. Competitive Intelligence - Monitor competitor blogs/news
  2. Industry Trends - Track tech/finance/marketing trends
  3. Research Assistant - Aggregate academic/sources
  4. Content Curation - Create newsletters automatically

Integration

Works great with:

  • Feishu webhook (auto-post digest)
  • Email delivery (send digest)
  • Cron scheduling (daily runs)

Metadata

Stars982
Views0
Updated2026-02-14
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-su707181393-del-content-watcher": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.