ai-daily-intelligence-digest

AI Daily Intelligence Digest — 自动聚合多源热点资讯,AI智能摘要提炼, 一键发布到飞书Wiki团队知识库。每天早上8点自动推送,帮助团队保持信息同步。 适用场景:运营/产品/管理层每日益汇报、竞品动态追踪、行业热点监控。 技能协同:rss-aggregator → summarize-pro → feishu-wiki

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ai-daily-intelligence-digest" with this command: npx skills add OpenClaw Community/ai-daily-intelligence-digest

AI Daily Intelligence Digest

Overview

This skill combo automatically aggregates news from multiple RSS sources, uses AI to summarize key insights, and publishes a formatted daily digest to a Feishu Wiki knowledge base.

Workflow

[RSS Sources] → rss-aggregator → [Raw Articles]
                                            ↓
                               summarize-pro (batch summarize)
                                            ↓
                               [Digest Summary] → feishu-wiki → [Published Wiki Page]

Prerequisites

  1. RSS Feeds configured — Add your target RSS feed URLs to the config
  2. Feishu Wiki access — Valid Feishu access token and target Wiki space/node
  3. OpenClaw environment variables:
    • FEISHU_APP_ID / FEISHU_APP_SECRET (for Wiki API)
    • RSS_FEED_URLS (comma-separated, optional override)

Usage

# Manual trigger
openclaw run ai-daily-intelligence-digest

# Via 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: en

summarize:
  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日"

Output Format

The published Feishu Wiki page contains:

  • Header: Date + title
  • Top Stories: Bulleted summaries of top N articles
  • Key Insights: AI-generated bullet points
  • Source Links: Full article URLs for further reading
  • Footer: "Generated by AI Daily Intelligence Digest"

Error Handling

  • If RSS fetch fails: skip to next feed, log error
  • If summarize fails: include raw title + link
  • If Feishu publish fails: output draft markdown to console

Troubleshooting

IssueSolution
Empty digestCheck RSS feeds are reachable; verify network access
Feishu auth errorRefresh FEISHU_APP_ACCESS_TOKEN
Summarize timeoutReduce max_articles in config

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

news-daily

获取新闻热榜(国内、国际、科技、AI)并发送到飞书。不依赖本地工程,直接从 RSS 获取数据。

Registry SourceRecently Updated
4060Profile unavailable
General

AI Tech Intelligence Briefing

Automatically curates and summarizes daily top AI and tech news worldwide, delivering concise, time-zone aware briefings for quick updates.

Registry SourceRecently Updated
3192Profile unavailable
General

Eir Daily Content Curator

Daily AI news curation — learns interests from your profile, searches the web, delivers structured summaries and daily briefs. Use when: 'set up daily news',...

Registry SourceRecently Updated
2023Profile unavailable
General

Ai Daily

Generate daily AI news digest from feedship subscriptions. Use when user wants today's news summary, daily briefing, periodic news recap, AI daily digest, AI...

Registry SourceRecently Updated
1840Profile unavailable