Daily News Briefer
When this skill is invoked, create a concise morning technology news digest.
Workflow
Locate the directory containing this
SKILL.md; treat it as the skill directory.Read
references/trusted_sources.mdfrom the skill directory to identify approved RSS feeds.Run
scripts/fetch_rss.pyfrom the skill directory with Python 3, writing output toruntime/articles.json. For example:mkdir -p runtime && python3 <skill-directory>/scripts/fetch_rss.py > runtime/articles.jsonReview the returned stories.
Include only stories published within the last 24 hours.
Remove duplicate or highly similar stories.
Rank the remaining stories by importance and relevance.
Select a maximum of 10 stories.
Format the final response using
templates/morning_digest.mdfrom the skill directory and return it in chat.
Rules
- Use only approved sources.
- Mention the source for every story.
- Keep each bullet concise and easy to understand.
- Do not invent missing facts.
- End the digest with exactly three important takeaways.
Output Structure
Morning Technology Digest
- Story headline — Short summary.
Source: Source name
Three Important Takeaways
- First takeaway
- Second takeaway
- Third takeaway