llm-daily

Installation
SKILL.md

LLM Daily Newsletter Skill

Generate a professional daily AI/LLM newsletter by utilizing the fetch_sources.py script to fetch dynamically configured data, and leveraging your LLM capabilities to synthesize it into a curated briefing.

Workflow

Step 1: Collect Data

Run the universal collector script to fetch data from all sources defined in references/sources.yaml.

cd <skill_dir>/scripts
uv run --with requests --with feedparser --with pyyaml fetch_sources.py

This will parse all RSS feeds, JSON APIs, and XML APIs, generating a single markdown file at scripts/output/context.md.

Step 2: Generate Newsletter

Related skills
Installs
4
First Seen
Mar 10, 2026