一键导入
news-digest-generator
Generate a daily tech news digest from multiple sources
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate a daily tech news digest from multiple sources
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | news-digest-generator |
| description | Generate a daily tech news digest from multiple sources |
| triggers | ["generate news digest","daily digest","news summary"] |
Run the duplicate checker to load previously covered headlines:
python3 .claude/skills/news-digest-generator/scripts/check_duplicates.py output/
This outputs a list of known headlines to avoid.
Navigate to each configured news source and extract content:
For each source:
output/screenshots/)From each source, extract:
Filter out any headlines that match the duplicate list from Step 1.
For each story:
Identify 3-5 themes that appear across multiple stories:
Read the template from assets/template.md and fill in all sections:
Write the completed digest to:
output/YYYY-MM-DD-digest.md
Verify the file was written correctly by reading it back.