with one click
news-digest-generator
Generate a daily tech news digest from multiple sources
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Generate a daily tech news digest from multiple sources
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| 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.