news
GitHub用于根据用户指定的主题搜索并总结近期新闻。优先选取科技媒体来源,以简洁的要点形式呈现5-6条重要报道,并在末尾提供一条信号线总结共同趋势或模式。
Trigger Scenarios
Install
npx skills add carlvellotti/free-ai-courses --skill news -g -y
SKILL.md
Frontmatter
{
"name": "news",
"description": "This skill should be used when the user wants a briefing on recent news about a specific topic. Searches for and summarizes the latest developments, formatted as a concise briefing."
}
News Briefing
Search the web for recent news on the topic provided by the user (passed as the argument). The user must provide a topic — if no argument is given, ask what they want a briefing on.
Find 5-6 notable stories from the past few days. Prioritize tech press sources — TechCrunch, The Verge, Ars Technica, VentureBeat, Wired, and similar outlets.
Format each story as a quick headline with a one-line summary:
- [Headline] ([Source]) — [One sentence on what happened and why it matters.]
Keep it scannable. No paragraphs, no fluff. Each story should be one bullet point.
After all stories, end with a Signal line: one sentence identifying the common thread or pattern across the stories.
Version History
- 058c617 Current 2026-07-23 00:52


