ai-news-digest

v1.0.0

自动抓取并汇总 AI、科技行业的最新新闻,生成每日/每周新闻简报。支持多种来源,自动提取要点。

1· 360·0 current·0 all-time
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
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.
What to consider before installing
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.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

🤖 Clawdis
latestvk97a0se8tvbvwzgdg6xgr7v4es826qrq
360downloads
1stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

AI News Digest

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

功能

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

使用方法

生成今日简报

ai-news-digest today

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

# 发送到邮箱
ai-news-digest today --email your@email.com

生成周报

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="your@email.com"
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 AIAI 子论坛热门
OpenAI Blog官方博客
Google AIGoogle 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 newsletter@subscribers.com

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

自动化

设置每日自动推送

# 添加到 crontab
0 8 * * * ai-news-digest today --email your@email.com

变现思路

  1. Newsletter 订阅 - 每日/每周 AI 新闻简报
  2. 付费订阅 - 深度分析版
  3. 联盟营销 - 推荐 AI 工具和产品
  4. 企业服务 - 为公司定制行业简报

Comments

Loading comments...