llm-daily
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
More from likw99/agent-skills
sync-trending
Monitior technology trends (GitHub, etc.), contextualize them against the user's project, and autonomously verify them through installation and testing. Use when the user asks about trending repositories, new tools, or wants to stay updated on tech relevant to their current work.
9dev-card
>
2code-roast
>
2trustskills
Use this skill when a user wants a trust decision before installing from a skill URL, marketplace, or GitHub repo. It checks a compact allowlist of trusted distribution channels and returns whether the source should be trusted under the current TrustSkills policy, without drifting into explaining what the skill itself does unless the user asks.
1