LaunchKit · 2026
Back to Skills

content-watcher

AI-powered content monitoring and summarization tool.

1
939 downloads
by @su707181393-del

Setup & Installation

openclaw skills install @su707181393-del/content-watcher

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install content-watcher

What This Skill Does

Monitors RSS feeds, blogs, and news sources via CLI. Summarizes content using local AI and compiles results into a markdown digest. No external AI API key required.

Local AI summarization removes the need for an external API key or cloud service to process content.

When to use it

  • Tracking competitor blog posts for product announcements
  • Aggregating tech news from multiple feeds into one daily digest
  • Following academic or research publication feeds
  • Curating sources for a personal newsletter
  • Keeping up with industry trends without manual browsing

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: generate a digest from my monitored feeds

AGENT
  1. 1Runs `content-watcher list` to confirm active sources
  2. 2Runs `content-watcher run` to fetch and parse each feed
  3. 3Summarizes new items using local AI
  4. 4Deduplicates content across sources
  5. 5Outputs a markdown digest to console or file
OUTPUT

Markdown file with bullet-point summaries grouped by source