AI News Radar
Objective
Searches and summarizes the main recent Artificial Intelligence news from curated sources.
The skill:
- searches recent news
- removes duplicates
- categorizes the topics
- translates/summarizes in English
- returns:
- title
- link
- category
- short summary
Usage
Invoke with:
/ai-news-radar
- “latest AI news”
- “AI summary”
- “what happened in AI today”
- “AI briefing”
Optionally, the user can specify the number of items:
- “show me 5 AI news items”
- “top 10 AI news stories”
Preferred sources
Use these sources:
Primary sources
- Anthropic News — Company announcements
- Claude Blog — Product updates and guides
- Google AI — Gemini/DeepMind
Curation sources
- TLDR AI — Daily AI industry digest
- The Decoder — AI-focused site
- Last Week in AI — Weekly roundup
Instructions
Determine quantity
If the user specifies a quantity:
- use the requested quantity
Otherwise:
- use 10 news items by default
Maximum:
Selection criteria
Prioritize news items that are:
- Recent, maximum 72 hours old
- Relevant to generative AI, models, products, research, agents, tools, or the market
- Published or highlighted in the preferred sources
- Potentially impactful for professionals, creators, developers, or companies
Duplicate removal
If the same news item appears in more than one source:
- keep only one entry
- choose the most original or most direct source as the main link
- mention additional sources in the “Also appeared in” field
- do not repeat the news item in the list
Possible categories
Classify each news item into one of these categories:
- Launch — launch, release, announcement, GPT, Claude, Gemini, model
- Research — paper, benchmark, study, research
- Developer tool
- Product — feature, API, update, tool
- Market — funding, startup, acquisition
- AI safety — safety, alignment, red team
- Opinion — opinion, future, prediction
- Other
Output format
Return the list in English using the following format:
Latest AI News
## 1. [News title](link)
**Category:** Product launch
**Main source:** Source name
**Also appeared in:** Source 2, Source 3
**Date:** MM/DD/YYYY, if available
Short paragraph explaining what happened, why it matters, and the potential impact. Do not write more than 4 lines.
---
## 2. [News title](link)
**Category:** Research
**Main source:** Source name
**Also appeared in:** —
**Date:** MM/DD/YYYY, if available
Short paragraph explaining what happened, why it matters, and the potential impact.
Error handling
If any feed fails:
- continue normally
- ignore the unavailable feed
Never interrupt the full briefing because of a partial failure.
Important rules
Always respond in English.
Never copy the full text of an article.
Always summarize.
Always include the original link.
Do not invent information.
Do not repeat duplicate news items.
Prioritize clarity.
Prioritize original sources whenever possible.
1---2name: ai-news-radar3description: Searches and summarizes the latest AI news in English from selected sources. Removes duplicates and categorizes the topics.4---56# AI News Radar78## Objective910Searches and summarizes the main recent Artificial Intelligence news from curated sources.1112The skill:1314- searches recent news15- removes duplicates16- categorizes the topics17- translates/summarizes in English18- returns:19 - title20 - link21 - category22 - short summary2324## Usage2526Invoke with:2728- `/ai-news-radar`29- “latest AI news”30- “AI summary”31- “what happened in AI today”32- “AI briefing”3334Optionally, the user can specify the number of items:3536- “show me 5 AI news items”37- “top 10 AI news stories”3839## Preferred sources4041Use these sources:4243### Primary sources4445- Anthropic News — Company announcements46- Claude Blog — Product updates and guides47- Google AI — Gemini/DeepMind4849### Curation sources5051- TLDR AI — Daily AI industry digest52- The Decoder — AI-focused site53- Last Week in AI — Weekly roundup5455## Instructions5657### Determine quantity5859If the user specifies a quantity:6061- use the requested quantity6263Otherwise:6465- use 10 news items by default6667Maximum:6869- 20 news items7071## Selection criteria7273Prioritize news items that are:74751. Recent, maximum 72 hours old762. Relevant to generative AI, models, products, research, agents, tools, or the market773. Published or highlighted in the preferred sources784. Potentially impactful for professionals, creators, developers, or companies7980## Duplicate removal8182If the same news item appears in more than one source:8384- keep only one entry85- choose the most original or most direct source as the main link86- mention additional sources in the “Also appeared in” field87- do not repeat the news item in the list8889## Possible categories9091Classify each news item into one of these categories:9293- Launch — launch, release, announcement, GPT, Claude, Gemini, model94- Research — paper, benchmark, study, research95- Developer tool96- Product — feature, API, update, tool97- Market — funding, startup, acquisition98- AI safety — safety, alignment, red team99- Opinion — opinion, future, prediction100- Other101102## Output format103104Return the list in English using the following format:105106# Latest AI News107```markdown108## 1. [News title](link)109110**Category:** Product launch 111**Main source:** Source name 112**Also appeared in:** Source 2, Source 3 113**Date:** MM/DD/YYYY, if available114115Short paragraph explaining what happened, why it matters, and the potential impact. Do not write more than 4 lines.116117---118119## 2. [News title](link)120121**Category:** Research 122**Main source:** Source name 123**Also appeared in:** — 124**Date:** MM/DD/YYYY, if available125126Short paragraph explaining what happened, why it matters, and the potential impact.127```128# Error handling129130If any feed fails:131132- continue normally133- ignore the unavailable feed134135Never interrupt the full briefing because of a partial failure.136137# Important rules138139Always respond in English. 140Never copy the full text of an article. 141Always summarize. 142Always include the original link. 143Do not invent information. 144Do not repeat duplicate news items. 145Prioritize clarity. 146Prioritize original sources whenever possible.