Daily Ai News
by @laurent-zhu
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'.
clawhub install daily-ai-news-skill๐ About This Skill
name: daily-ai-news description: "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'."
Daily AI News Briefing
> Aggregates the latest AI news from multiple sources and delivers concise summaries with direct links
When to Use This Skill
Activate this skill when the user:
Workflow Overview
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
Phase 1: Information Gathering
Step 1.1: Fetch from Primary AI News Sources
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 sourceStep 1.2: Execute Web Search Queries
Use 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:
Step 1.3: Fetch Full Articles
For the top 10-15 most relevant stories from search results:
mcp__web_reader__webReader to fetch full article contentPhase 2: Content Filtering
Filter Criteria
Keep:
Remove:
Deduplication Strategy
When the same story appears in multiple sources:
Phase 3: Categorization
Organize news into 5 categories:
๐ฅ Major Announcements
๐ฌ Research & Papers
๐ฐ Industry & Business
๐ ๏ธ Tools & Applications
๐ Policy & Ethics
Phase 4: Output Formatting
Use the following template for consistent output:
# ๐ฐ Daily AI News BriefingDate: [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
Customization Options
After providing the initial briefing, offer customization:
1. Focus Areas
"Would you like me to focus on specific topics?"2. Depth Level
"How detailed should I go?"3. Time Range
"What timeframe?"4. Format Preference
"How would you like this organized?"Follow-up Interactions
User: "Tell me more about [story X]"
Action: Usemcp__web_reader__webReader to fetch the full article, provide detailed summary + analysisUser: "What are experts saying about [topic Y]?"
Action: Search for expert opinions, Twitter reactions, analysis piecesUser: "Find similar stories to [story Z]"
Action: Search related topics, provide comparative summaryUser: "Only show research papers"
Action: Filter and reorganize output, exclude industry newsQuality Standards
Validation Checklist
Error Handling
webReader fails for a URL โ Skip and try next sourceExamples
Example 1: Basic Request
User: "็ปๆไปๅคฉ็AI่ต่ฎฏ"
AI Response: [Executes 4-phase workflow and presents formatted briefing with 5-10 stories across categories]
Example 2: Time-specific Request
User: "What's new in AI this week?"
AI Response: [Adjusts date filters to last 7 days, presents weekly summary]
Example 3: Category-specific Request
User: "Any updates on AI research?"
AI Response: [Focuses on Research & Papers category, includes recent papers and breakthroughs]
Example 4: Follow-up Deep Dive
User: "Tell me more about the GPT-5 announcement"
AI Response: [Fetches full article, provides detailed summary, offers to find expert reactions]
Additional Resources
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 templates๐ก Examples
Example 1: Basic Request
User: "็ปๆไปๅคฉ็AI่ต่ฎฏ"
AI Response: [Executes 4-phase workflow and presents formatted briefing with 5-10 stories across categories]
Example 2: Time-specific Request
User: "What's new in AI this week?"
AI Response: [Adjusts date filters to last 7 days, presents weekly summary]
Example 3: Category-specific Request
User: "Any updates on AI research?"
AI Response: [Focuses on Research & Papers category, includes recent papers and breakthroughs]
Example 4: Follow-up Deep Dive
User: "Tell me more about the GPT-5 announcement"
AI Response: [Fetches full article, provides detailed summary, offers to find expert reactions]