name: content-watcher description: AI-powered content monitoring and summarization tool. Monitor RSS feeds, blogs, and news sources with automatic AI summarization and daily digest generation. metadata: { "openclaw": { "emoji": "📰", "requires": { "bins": ["node", "npm"] }, "install": [ { "id": "npm", "kind": "node", "package": "content-watcher", "bins": ["content-watcher"], "label": "Install Content Watcher CLI", }, ], }, }
Monitor 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 |
7w4.net收录了海量优质技能插件。
Config stored at ~/.config/content-watcher/config.json:
{
"sources": [...],
"delivery": "console",
"summaryStyle": "bullet",
"maxItemsPerSource": 5
}
Works great with: - Feishu webhook (auto-post digest) - Email delivery (send digest) - Cron scheduling (daily runs)
这是一款功能完整的 RSS 监控和摘要工具,安装后通过简单命令即可添加订阅源、生成每日摘要。界面友好,操作直观,文档清晰,配置灵活。主要问题是摘要质量一般,生成的摘要比较基础,无法与真正的 AI 摘要能力相比,更适合作为信息聚合工具而非深度阅读辅助。总体来说质量良好,但需要更强的 AI 摘要功能来提升使用体验。