← 返回 Skills 市场
zlszhonglongshen

AI Daily Intelligence Digest

作者 zlszhonglongshen · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
72
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ai-daily-intelligence-digest
功能描述
AI Daily Intelligence Digest — 自动聚合多源热点资讯,AI智能摘要提炼, 一键发布到飞书Wiki团队知识库。每天早上8点自动推送,帮助团队保持信息同步。 适用场景:运营/产品/管理层每日益汇报、竞品动态追踪、行业热点监控。 技能协同:rss-aggregator → summariz...
使用说明 (SKILL.md)

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

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
安全使用建议
This skill appears to do what it says (aggregate RSS, summarize, publish to Feishu), but there is an important mismatch: the registry claims no required environment variables while the SKILL.md and config refer to multiple Feishu credentials and tokens. Before installing or providing secrets, confirm the following: (1) exactly which environment variables/credentials the platform will request and whether they are mandatory; (2) the minimum required scope for Feishu tokens (give the least privilege token that can create/update the target wiki space rather than full admin credentials); (3) how/where tokens are stored and whether the skill or platform will persist them; (4) how dependent skills (rss-aggregator, summarize-pro, feishu-wiki) handle credentials and network access; and (5) whether scheduled runs (cron) will autonomously publish content (test initially in a staging space). If you cannot verify token handling or least-privilege usage, test in an isolated/non-production Feishu workspace and avoid supplying high-privilege credentials.
功能分析
Type: OpenClaw Skill Name: ai-daily-intelligence-digest Version: 1.0.0 The skill bundle is a legitimate automation tool designed to aggregate RSS feeds, summarize content using AI, and publish the results to a Feishu Wiki. The workflow defined in `workflow.json` and `SKILL.md` aligns perfectly with the stated purpose, using standard environment variables for authentication and well-defined stages for data processing. No evidence of malicious intent, data exfiltration, or prompt injection was found.
能力标签
requires-oauth-token
能力评估
Purpose & Capability
The stated purpose (RSS aggregation, AI summarization, publish to Feishu Wiki) matches the workflow, files, and declared dependent skills (rss-aggregator, summarize-pro, feishu-wiki). However, the registry metadata lists no required environment variables or primary credential while the SKILL.md/config explicitly reference several Feishu credentials (FEISHU_APP_ID, FEISHU_APP_SECRET, FEISHU_WIKI_SPACE_ID, FEISHU_PARENT_NODE, FEISHU_APP_ACCESS_TOKEN) and an RSS_FEED_URLS env override. That mismatch is an incoherence to confirm before installing.
Instruction Scope
Runtime instructions stay within expected scope: fetch RSS feeds, call summarization skill, format and publish Markdown to Feishu Wiki, handle failures with sensible fallbacks. The instructions do not instruct reading unrelated system files or broad data collection beyond the RSS sources and the configured items. They do reference several environment variables and a config file that control behavior.
Install Mechanism
Instruction-only skill with no install spec and no code files to execute — lower risk from arbitrary downloads or install scripts. Files included are SKILL.md, README, config.yaml, and workflow.json (all declarative).
Credentials
The skill needs Feishu credentials and possibly an access token to create/update wiki pages — this is proportionate to the stated purpose. The concern is that the registry metadata declares no required env vars while README/SKILL.md/config refer to multiple env vars and tokens (FEISHU_APP_ID, FEISHU_APP_SECRET, FEISHU_WIKI_SPACE_ID, FEISHU_PARENT_NODE, FEISHU_APP_ACCESS_TOKEN, RSS_FEED_URLS, CURRENT_DATE). It's unclear which of these the platform will ask the user to supply, what scope those tokens should have, and how long/where credentials are stored. Also troubleshooting suggests refreshing an access token, implying token lifecycle and storage behavior that should be clarified.
Persistence & Privilege
The skill is not always-enabled (always: false) and does not request system-wide modifications. It relies on scheduled runs (cron) or manual invocation. Autonomous invocation is allowed by default (disable-model-invocation: false), which is normal; there is no indication it will modify other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai-daily-intelligence-digest
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai-daily-intelligence-digest 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: RSS aggregation + AI summarize + Feishu Wiki publish
元数据
Slug ai-daily-intelligence-digest
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

AI Daily Intelligence Digest 是什么?

AI Daily Intelligence Digest — 自动聚合多源热点资讯,AI智能摘要提炼, 一键发布到飞书Wiki团队知识库。每天早上8点自动推送,帮助团队保持信息同步。 适用场景:运营/产品/管理层每日益汇报、竞品动态追踪、行业热点监控。 技能协同:rss-aggregator → summariz... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 72 次。

如何安装 AI Daily Intelligence Digest?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-daily-intelligence-digest」即可一键安装,无需额外配置。

AI Daily Intelligence Digest 是免费的吗?

是的,AI Daily Intelligence Digest 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

AI Daily Intelligence Digest 支持哪些平台?

AI Daily Intelligence Digest 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 AI Daily Intelligence Digest?

由 zlszhonglongshen(@zlszhonglongshen)开发并维护,当前版本 v1.0.0。

💬 留言讨论