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。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install daily-ai-news-skill或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install daily-ai-news-skill⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/daily-ai-news-skill/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- 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'." ---
> 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资讯"
...
安装 Daily Ai News 后,可以对 AI 说这些话来触发它
Help me get started with Daily Ai News
Explains what Daily Ai News does, walks through the setup, and runs a quick demo based on your current project
Use Daily Ai News to aggregates and summarizes the latest AI news from multiple sources ...
Invokes Daily Ai News with the right parameters and returns the result directly in the conversation
What can I do with Daily Ai News in my data & analytics workflow?
Lists the top use cases for Daily Ai News, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/daily-ai-news-skill/ 目录(个人级,所有项目可用),或 .claude/skills/daily-ai-news-skill/(项目级)。重启 AI 客户端后,用 /daily-ai-news-skill 主动调用,或让 AI 根据上下文自动发现并使用。
Daily Ai News 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Daily Ai News 可免费安装使用。请查阅仓库了解许可证信息。
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 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using Daily Ai News
Identifies repetitive steps in your workflow and sets up Daily Ai News to handle them automatically