← Back to Skills Marketplace
sunshine-del-ux

ai-news-digest

by Sunshine-del-ux · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
378
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install new-ai-news-digest
Description
自动抓取并汇总 AI、科技行业的最新新闻,生成每日/每周新闻简报。支持多种来源,自动提取要点。
README (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. 企业服务 - 为公司定制行业简报
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install new-ai-news-digest
  3. After installation, invoke the skill by name or use /new-ai-news-digest
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- 初始发布:推出 ai-news-digest 工具,实现自动抓取并汇总 AI 和科技新闻。 - 支持多来源新闻聚合与要点自动提取。 - 可生成每日与每周结构化新闻简报,按主题分类。 - 提供多语言支持和邮件发送功能。 - 支持自定义新闻来源、主题过滤、自定义输出格式。 - 提供自动化推送与开放配置选项(如 API Key、SMTP 配置)。
Metadata
Slug new-ai-news-digest
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is ai-news-digest?

自动抓取并汇总 AI、科技行业的最新新闻,生成每日/每周新闻简报。支持多种来源,自动提取要点。 It is an AI Agent Skill for Claude Code / OpenClaw, with 378 downloads so far.

How do I install ai-news-digest?

Run "/install new-ai-news-digest" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is ai-news-digest free?

Yes, ai-news-digest is completely free (open-source). You can download, install and use it at no cost.

Which platforms does ai-news-digest support?

ai-news-digest is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created ai-news-digest?

It is built and maintained by Sunshine-del-ux (@sunshine-del-ux); the current version is v1.0.0.

💬 Comments