🦀 ClawHub
AI Daily Intelligence Digest
by @zlszhonglongshen
AI Daily Intelligence Digest — 自动聚合多源热点资讯,AI智能摘要提炼, 一键发布到飞书Wiki团队知识库。每天早上8点自动推送,帮助团队保持信息同步。 适用场景:运营/产品/管理层每日益汇报、竞品动态追踪、行业热点监控。 技能协同:rss-aggregator → summariz...
💡 Examples
# Manual trigger
openclaw run ai-daily-intelligence-digestVia cron (recommended: daily 8:00 AM)
openclaw cron add "0 8 * * *" "ai-daily-intelligence-digest" --name "AI日报"
⚙️ Configuration
Create config.yaml in the skill directory:
rss:
feeds:
- https://hnrss.org/frontpage
- https://feeds.bbci.co.uk/news/technology/rss.xml
- https://www.techcrunch.com/feed/
max_articles: 10
language: ensummarize:
model: gpt-4o-mini
max_length: 300
style: bullet_points
feishu:
wiki_space_id: "${FEISHU_WIKI_SPACE_ID}"
parent_node_token: "${FEISHU_PARENT_NODE}"
title_prefix: "📰 AI日报"
time_format: "%Y年%m月%d日"
📋 Tips & Best Practices
| Issue | Solution |
|---|---|
| Empty digest | Check RSS feeds are reachable; verify network access |
| Feishu auth error | Refresh FEISHU_APP_ACCESS_TOKEN |
| Summarize timeout | Reduce max_articles in config |
TERMINAL
clawhub install ai-daily-intelligence-digest