Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User asks: generate a digest from my monitored feeds
- 1Runs `content-watcher list` to confirm active sources
- 2Runs `content-watcher run` to fetch and parse each feed
- 3Summarizes new items using local AI
- 4Deduplicates content across sources
- 5Outputs a markdown digest to console or file
Markdown file with bullet-point summaries grouped by source