Aggregates and summarizes the latest AI news from multiple sources including AI news websites and web search. Provides concise news briefs with direct links to original articles. Activates when user asks for 'today's AI news', 'AI updates', 'latest AI developments', or mentions wanting a 'daily AI briefing'.
npx skills add https://github.com/YYH211/Claude-meta-skill --skill daily-ai-news
> Aggregates the latest AI news from multiple sources and delivers concise summaries with direct links
Activate this skill when the user:
This skill uses a 4-phase workflow to gather, filter, categorize, and present AI news:
Phase 1: Information Gathering
├─ Direct website fetching (3-5 major AI news sites)
└─ Web search with date filters
↓
Phase 2: Content Filtering
├─ Keep: Last 24-48 hours, major announcements
└─ Remove: Duplicates, minor updates, old content
↓
Phase 3: Categorization
└─ Organize into 5 categories
↓
Phase 4: Output Formatting
└─ Present with links and structure
Use mcp__web_reader__webReader to fetch content from 3-5 major AI news websites:
Recommended Primary Sources (choose 3-5 per session):
Parameters:
return_format: markdownwith_images_summary: false (focus on text content)timeout: 20 seconds per sourceUse WebSearch with date-filtered queries to discover additional news:
Query Template (adjust dates dynamically):
General: "AI news today" OR "artificial intelligence breakthrough" after:[2025-12-23]
Research: "AI research paper" OR "machine learning breakthrough" after:[2025-12-23]
Industry: "AI startup funding" OR "AI company news" after:[2025-12-23]
Products: "AI application launch" OR "new AI tool" after:[2025-12-23]
Best Practices:
For the top 10-15 most relevant stories from search results:
mcp__web_reader__webReader to fetch full article contentKeep:
Remove:
When the same story appears in multiple sources:
Organize news into 5 categories:
Use the following template for consistent output:
# 📰 Daily AI News Briefing
**Date**: [Current Date, e.g., December 24, 2025]
**Sources**: [X] articles from [Y] sources
**Coverage**: Last 24 hours
---
## 🔥 Major Announcements
### [Headline 1]
**Summary**: [One-sentence overview of the news]
**Key Points**:
- [Important detail 1]
- [Important detail 2]
- [Important detail 3]
**Impact**: [Why this matters - 1 sentence]
📅 **Source**: [Publication Name] • [Publication Date]
🔗 **Link**: [URL to original article]
---
### [Headline 2]
[Same format as above]
---
## 🔬 Research & Papers
### [Headline 3]
[Same format as above]
---
## 💰 Industry & Business
### [Headline 4]
[Same format as above]
---
## 🛠️ Tools & Applications
### [Headline 5]
[Same format as above]
---
## 🌍 Policy & Ethics
### [Headline 6]
[Same format as above]
---
## 🎯 Key Takeaways
1. [The biggest news of the day - 1 sentence]
2. [Second most important development - 1 sentence]
3. [An emerging trend worth watching - 1 sentence]
---
**Generated on**: [Timestamp]
**Next update**: Check back tomorrow for the latest AI news
After providing the initial briefing, offer customization:
"Would you like me to focus on specific topics?"
"How detailed should I go?"
"What timeframe?"
"How would you like this organized?"
Action: Use mcp__web_reader__webReader to fetch the full article, provide detailed summary + analysis
Action: Search for expert opinions, Twitter reactions, analysis pieces
Action: Search related topics, provide comparative summary
Action: Filter and reorganize output, exclude industry news
webReader fails for a URL → Skip and try next sourceUser: "给我今天的AI资讯"
AI Response:
[Executes 4-phase workflow and presents formatted briefing with 5-10 stories across categories]
User: "What's new in AI this week?"
AI Response:
[Adjusts date filters to last 7 days, presents weekly summary]
User: "Any updates on AI research?"
AI Response:
[Focuses on Research & Papers category, includes recent papers and breakthroughs]
User: "Tell me more about the GPT-5 announcement"
AI Response:
[Fetches full article, provides detailed summary, offers to find expert reactions]
For comprehensive lists of news sources, search queries, and output templates, refer to:
references/news_sources.md - Complete database of AI news sourcesreferences/search_queries.md - Search query templates by categoryreferences/output_templates.md - Alternative output format templatesIntegration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.
Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances
Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.
Build and distribute Expo development clients locally or via TestFlight
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.
Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.
Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.
Take yyh211/daily-ai-news from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.