Jump to related tools in the same category or review the original source on GitHub.

DevOps & Cloud @su707181393-del Updated 6/28/2026 2,182 downloads 1 stars Security: Pass

📰 Content Watcher OpenClaw Plugin & Skill | ClawHub

Looking to integrate Content Watcher into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate devops & cloud tasks instantly, without having to write custom tools from scratch.

What this skill does

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

Install

ClawHub CLI
openclaw skills install @su707181393-del/content-watcher
Node.js (npx)
npx clawhub@latest install content-watcher

Full SKILL.md

Open original
Metadata table.
namedescription
content-watcherAI-powered content monitoring and summarization tool. Monitor RSS feeds, blogs, and news sources with automatic AI summarization and daily digest generation.

SKILL.md content below is scrollable.

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

Command Description
add <url> Add a source to monitor
remove <id> Remove a source
list List all sources
run Generate digest now
config Show 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)
ClawHub Registry URL: https://clawhub.ai/su707181393-del/skills/content-watcher

Related skills

If this matches your use case, these are close alternatives in the same category.