Daily AI News Digest Writer
contentimported
Installation
$
npx agenticloops install daily-ai-news-digestSummary
Every morning, fetches AI industry news, categorizes and summarizes by topic, and generates styled summaries and social sharing cards.
- Runs Daily, on any harness.
- Uses skills:
web-fetch,summarize,content-generation. - Needs
cli gh,secrets GITHUB_TOKEN, ANTHROPIC_API_KEY— checked at install; secrets are prompted, never in the file. - Runs at the standard capability tier (balanced model); the harness picks the model.
What it does
Each morning, fetch recent AI industry news from configured sources, categorize each item by topic (models, tools, research, products, policy), summarize in a clear consistent format, generate a structured Markdown digest with multiple display themes, and produce social-platform sharing cards formatted for major platforms.
LOOP.md
--- name: daily-ai-news-digest description: Daily AI News Digest Writer · Every morning, fetches AI industry news, categorizes and summarizes by topic, and generates styled summaries and social sharing cards. schedule: daily @ 08:00 skills: [web-fetch, summarize, content-generation] requires: cli: [gh] secrets: [GITHUB_TOKEN, ANTHROPIC_API_KEY] # names only tier: standard # frontier | standard | fast effort: medium concurrency: skip tags: [content, research, newsletter, ai-news] license: MIT --- Each morning, fetch recent AI industry news from configured sources, categorize each item by topic (models, tools, research, products, policy), summarize in a clear consistent format, generate a structured Markdown digest with multiple display themes, and produce social-platform sharing cards formatted for major platforms.