How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-daily:ai-dailyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**当用户想要获取今日 AI 新闻、发送「今日AI报告」「今日AI新闻」「AI日报」或需要生成每日 AI 资讯概览时触发。**
当用户想要获取今日 AI 新闻、发送「今日AI报告」「今日AI新闻」「AI日报」或需要生成每日 AI 资讯概览时触发。
每日AI新闻概览 - 精选24小时内AI领域重要资讯,生成中文摘要并展示在精美HTML页面中。
当用户发送以下任意内容时,必须触发此 skill:
使用 WebSearch 搜索近 24 小时内的 AI 领域重要新闻,重点关注以下权威媒体:
搜索关键词:
从搜索结果中精选 5-8 条最有价值的资讯,筛选标准:
生成中文摘要(50-100字):
标注关键词标签(2-4个):
读取模板文件 templates/daily-report.html,替换占位符生成最终页面。
保存 HTML 到桌面并自动打开。
<div class="news-card">
<div class="card-header">
<h2 class="card-title">
<a href="[原文链接]" target="_blank">[新闻标题]</a>
</h2>
<span class="source-badge">[来源]</span>
</div>
<p class="card-summary">[中文摘要]</p>
<div class="tags">
<span class="tag">[标签1]</span>
<span class="tag">[标签2]</span>
</div>
</div>
生成报告后向用户显示:
已为您生成今日 AI 日报(2026年04月10日)
精选了 6 条重要资讯:
1. OpenAI 发布 GPT-5 预览版 [大模型]
2. Google Gemini 新增多模态能力 [多模态]
...
HTML 报告已保存至:[文件路径]
正在为您打开...
templates/daily-report.html - HTML 页面模板Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub sixinyan515-sudo/org-claude-skills --plugin ai-daily