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.
來源於7w4.net。
# 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: - Feishu webhook (auto-post digest) - Email delivery (send digest) - Cron scheduling (daily runs)
這是一款功能完整的 RSS 監控和摘要工具,安裝後通過簡單命令即可新增訂閱源、生成每日摘要。介面友好,操作直觀,文件清晰,配置靈活。主要問題是摘要質量一般,生成的摘要比較基礎,無法與真正的 AI 摘要能力相比,更適合作為資訊聚合工具而非深度閱讀輔助。總體來說質量良好,但需要更強的 AI 摘要功能來提升使用體驗。