بنقرة واحدة
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.