Content Watcher
/install content-watcher
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 \x3Curl> |
Add a source to monitor |
remove \x3Cid> |
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
- Competitive Intelligence - Monitor competitor blogs/news
- Industry Trends - Track tech/finance/marketing trends
- Research Assistant - Aggregate academic/sources
- Content Curation - Create newsletters automatically
Integration
Works great with:
- Feishu webhook (auto-post digest)
- Email delivery (send digest)
- Cron scheduling (daily runs)
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install content-watcher - After installation, invoke the skill by name or use
/content-watcher - Provide required inputs per the skill's parameter spec and get structured output
What is Content Watcher?
Monitor RSS feeds, blogs, and news sources with AI-powered summarization and generate daily digests in Markdown or console output. It is an AI Agent Skill for Claude Code / OpenClaw, with 1364 downloads so far.
How do I install Content Watcher?
Run "/install content-watcher" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Content Watcher free?
Yes, Content Watcher is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Content Watcher support?
Content Watcher is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Content Watcher?
It is built and maintained by su707181393-del (@su707181393-del); the current version is v1.0.0.