Content Watcher

👤 su707181393-del 📦 v1.0.0 ⭐ 4.2 ⬇️ 2.4K 下載
📚 知識管理 免費

📖 技能介紹


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", }, ], }, }


Content Watcher

Monitor any RSS feeds, blogs, or news sources and get AI-powered daily digests.

Quick Start

來源於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

Commands

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

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

  1. Competitive Intelligence - Monitor competitor blogs/news
  2. Industry Trends - Track tech/finance/marketing trends
  3. Research Assistant - Aggregate academic/sources
  4. Content Curation - Create newsletters automatically

Integration

Works great with: - Feishu webhook (auto-post digest) - Email delivery (send digest) - Cron scheduling (daily runs)

🤖 AI 評測

這是一款功能完整的 RSS 監控和摘要工具,安裝後通過簡單命令即可新增訂閱源、生成每日摘要。介面友好,操作直觀,文件清晰,配置靈活。主要問題是摘要質量一般,生成的摘要比較基礎,無法與真正的 AI 摘要能力相比,更適合作為資訊聚合工具而非深度閱讀輔助。總體來說質量良好,但需要更強的 AI 摘要功能來提升使用體驗。

📊 多維度評分

適應性4.2
規範性3.9
有效性4.4
可靠性4.1
可信度4.4

📁 包含檔案 (10 個)

📄 README.md 763 B
📄 SKILL.md 2 KB
📄 _meta.json 134 B
📄 bin/content-watcher.js 5.6 KB
📄 lib/digest.js 1.4 KB
📄 lib/fetch.js 1.5 KB
📄 lib/rss.js 774 B
📄 lib/summarize.js 2 KB
📄 package-lock.json 36 KB
📄 package.json 582 B