← 返回 Skills 市场
sunshine-del-ux

ai-news-digest

作者 Sunshine-del-ux · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
378
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install new-ai-news-digest
功能描述
自动抓取并汇总 AI、科技行业的最新新闻,生成每日/每周新闻简报。支持多种来源,自动提取要点。
使用说明 (SKILL.md)

AI News Digest

自动抓取并汇总 AI、科技行业的最新新闻,生成每日/每周新闻简报。

功能

  • 📰 自动抓取 AI 新闻来源
  • 📝 生成结构化摘要
  • 🏷️ 按主题分类
  • 📧 支持邮件发送
  • 🌐 多语言支持

使用方法

生成今日简报

ai-news-digest today

# 指定输出格式
ai-news-digest today --format markdown

# 发送到邮箱
ai-news-digest today --email [email protected]

生成周报

ai-news-digest weekly

# 指定周报范围
ai-news-digest weekly --days 7

自定义来源

ai-news-digest custom --sources "hacker-news,techcrunch,reddit-ai"

配置

环境变量

# 可选:设置 OpenAI API Key 用于生成更智能的摘要
export OPENAI_API_KEY="your-api-key"

# 可选:SMTP 配置用于发送邮件
export SMTP_HOST="smtp.gmail.com"
export SMTP_PORT="587"
export SMTP_USER="[email protected]"
export SMTP_PASS="your-password"

输出示例

# 🤖 AI News Digest - 2026-03-02

## 今日热点

### 1. OpenAI 发布新模型
**来源**: OpenAI Blog  
**摘要**: OpenAI 发布了最新的 GPT-5 模型,在推理能力上有显著提升...

### 2. Google DeepMind 新突破
**来源**: DeepMind Blog  
**摘要**: 研究团队在蛋白质折叠预测领域取得新进展...

## 行业动态

- AI 芯片需求持续增长
- 自动驾驶领域投资增加
- AI 伦理问题引发讨论

## 本周 Top 3

1. [链接1]
2. [链接2]
3. [链接3]

---
Generated by AI News Digest

新闻来源

默认支持的来源:

来源 说明
Hacker News 技术新闻聚合
Reddit AI AI 子论坛热门
OpenAI Blog 官方博客
Google AI Google AI 新闻
TechCrunch 科技媒体
36kr 中文科技媒体

安装

# 无需额外依赖
# 使用内置的 web fetch 获取新闻

高级用法

过滤特定主题

# 只获取 LLM 相关新闻
ai-news-digest today --filter "llm,gpt,language-model"

# 只获取 AI 硬件
ai-news-digest today --filter "chip,gpu,hardware"

自定义格式

# 输出为 HTML 邮件格式
ai-news-digest today --format html --email [email protected]

# 输出为纯文本
ai-news-digest today --format text

自动化

设置每日自动推送

# 添加到 crontab
0 8 * * * ai-news-digest today --email [email protected]

变现思路

  1. Newsletter 订阅 - 每日/每周 AI 新闻简报
  2. 付费订阅 - 深度分析版
  3. 联盟营销 - 推荐 AI 工具和产品
  4. 企业服务 - 为公司定制行业简报
安全使用建议
This package is a lightweight template rather than a complete aggregator: the included script only prints a static digest and does not fetch remote news or send email. Before installing or providing secrets (OpenAI key or SMTP username/password): 1) Confirm the skill's source/author (none provided here). 2) Review any future or modified code for actual HTTP requests or SMTP commands that would use those secrets. 3) If you enable emailing, prefer app-specific SMTP passwords and a throwaway account for testing. 4) If you want the advertised features, ask the author for the real fetch implementation or add trusted code yourself; do not export credentials until you verify where they will be used and that network endpoints are legitimate.
功能分析
Type: OpenClaw Skill Name: new-ai-news-digest Version: 1.0.0 The skill bundle is a functional template for an AI news digest generator. The `ai-news-digest.sh` script explicitly states it's a template and simulates news fetching and email sending, rather than performing actual network requests or utilizing sensitive environment variables like `OPENAI_API_KEY` or `SMTP_PASS` mentioned in `SKILL.md`. There are no command injection vulnerabilities, prompt injection attempts against the agent, or evidence of malicious intent such as data exfiltration or persistence mechanisms. The script's current behavior is inert and aligns with its stated purpose as a placeholder.
能力评估
Purpose & Capability
The name and description claim automatic aggregation from multiple news sources and email delivery. The SKILL.md similarly documents sources and optional OPENAI and SMTP env vars. However, the bundled shell script is a static template that does not perform any web requests or use the listed environment variables. It's plausible this is a minimal/demo implementation, but the manifest overstates current capabilities.
Instruction Scope
Runtime instructions and examples instruct the user to run ai-news-digest with source lists and email options and document optional secrets (OPENAI_API_KEY, SMTP_*). The actual SKILL.md also says 'use built-in web fetch' but neither the script nor any code implements network fetching or SMTP. This mismatch means following the instructions (e.g., exporting SMTP credentials) would not be used by the shipped code; if the code is later modified to add networking, those credentials could be used — so the instructions are vague and invite adding sensitive secrets without clear code behavior.
Install Mechanism
No install spec and only a small shell script are included. Nothing is downloaded or written at install time, so there is low install risk.
Credentials
No required environment variables are declared. The SKILL.md lists optional OPENAI_API_KEY and SMTP_* variables which are reasonable for the advertised features (summarization via OpenAI and email sending). However, the script does not read them, so there is a mismatch between documented optional creds and actual usage.
Persistence & Privilege
The skill does not request always:true and does not declare elevated privileges or system config changes. Autonomous invocation (disable-model-invocation: false) is the platform default and is not flagged alone.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install new-ai-news-digest
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /new-ai-news-digest 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- 初始发布:推出 ai-news-digest 工具,实现自动抓取并汇总 AI 和科技新闻。 - 支持多来源新闻聚合与要点自动提取。 - 可生成每日与每周结构化新闻简报,按主题分类。 - 提供多语言支持和邮件发送功能。 - 支持自定义新闻来源、主题过滤、自定义输出格式。 - 提供自动化推送与开放配置选项(如 API Key、SMTP 配置)。
元数据
Slug new-ai-news-digest
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

ai-news-digest 是什么?

自动抓取并汇总 AI、科技行业的最新新闻,生成每日/每周新闻简报。支持多种来源,自动提取要点。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 378 次。

如何安装 ai-news-digest?

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

ai-news-digest 是免费的吗?

是的,ai-news-digest 完全免费(开源免费),可自由下载、安装和使用。

ai-news-digest 支持哪些平台?

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

谁开发了 ai-news-digest?

由 Sunshine-del-ux(@sunshine-del-ux)开发并维护,当前版本 v1.0.0。

💬 留言讨论