Install
openclaw skills install content-watcherAI-powered content monitoring and summarization tool. Monitor RSS feeds, blogs, and news sources with automatic AI summarization and daily digest generation.
openclaw skills install content-watcherMonitor any RSS feeds, blogs, or news sources and get AI-powered daily digests.
# 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
| 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 |
Config stored at ~/.config/content-watcher/config.json:
{
"sources": [...],
"delivery": "console",
"summaryStyle": "bullet",
"maxItemsPerSource": 5
}
Works great with: