ai-news-digest

Installation
SKILL.md

AI News Digest

Workflow (required)

强制要求:在生成 AI 新闻汇总/简报前,必须先运行脚本获取最新数据。不要凭记忆或直接编写新闻摘要。若脚本失败,先重试一次;仍失败再使用 web.run 作为兜底,并在结果中标注“数据来源与时间窗口”。

  1. 必须抓取最新新闻

默认抓取过去 24 小时;如果用户指定“本周”“过去 72 小时”“今天”等范围,调整 --since。Use a task-local output path such as ./ai-news.json, ./ai-news.md, or a file under a temporary working directory. From the skill directory, run:

python3 scripts/fetch_ai_news.py --since 24h --limit 0 --max-per-source 0 --format json --output ./ai-news.json

Or generate Markdown directly (mandatory alternative):

python3 scripts/fetch_ai_news.py --since 24h --limit 0 --max-per-source 0 --format md --output ./ai-news.md
Installs
1
GitHub Stars
3
First Seen
Jun 22, 2026
ai-news-digest — lgldlk/lgldlk-agent-skills