开始每一天的专注。获取早间简报,了解逾期任务、今天的优先事项、日历概述以及最近会议的背景。与 ai-meeting-notes 待办事项列表一起使用。无需设置。只说“简报”。
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install ai-daily-briefing或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install ai-daily-briefing⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/ai-daily-briefing/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: ai-daily-briefing version: 1.0.0 description: "Start every day focused. Get a morning briefing with overdue tasks, today's priorities, calendar overview, and context from recent meetings. Works with ai-meeting-notes to-do list. No setup. Just say 'briefing'." author: Jeff J Hunter homepage: https://jeffjhunter.com tags: [daily-briefing, morning-routine, productivity, todo, priorities, calendar, focus, daily-ops, task-management, planning] ---
Start every day focused. Know exactly what matters.
Get a morning briefing with overdue tasks, today's priorities, and context from recent work.
No setup. Just say "briefing".
---
When the user asks for a briefing, you MUST respond with this EXACT format:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
☀️ DAILY BRIEFING — [Day], [Month] [Date], [Year]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚠️ OVERDUE ([X] items)
• Task 1 — was due [date]
• Task 2 — was due [date]
📅 TODAY'S PRIORITIES
1. [ ] Priority task 1 — [deadline/context]
2. [ ] Priority task 2 — [deadline/context]
3. [ ] Priority task 3 — [deadline/context]
📆 CALENDAR
• [Time] — [Event]
• [Time] — [Event]
• [Time] — [Event]
💡 CONTEXT (from recent meetings)
• [Key insight 1]
• [Key insight 2]
• [Key insight 3]
🎯 FOCUS FOR TODAY
[One sentence: What's the ONE thing that matters most today?]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
| Rule | Requirement | |------|-------------| | ONE response | Complete briefing in a single message | | Sections in order | Overdue → Priorities → Calendar → Context → Focus | | Skip empty sections | If no overdue items, skip that section | | Max 5 per section | Keep it scannable (except calendar, show all) | | Focus statement | Always end with ONE thing to focus on |
---
Every morning you face the same questions:
Instead of checking 5 different places, get one briefing.
---
| Input | Output | |-------|--------| | "briefing" | ✅ Complete daily overview | | "what's overdue?" | ✅ Overdue tasks only | | "what's on my calendar?" | ✅ Today's schedule | | "what should I focus on?" | ✅ Priority recommendation | | "weekly preview" | ✅ Week-ahead view |
---
The briefing pulls from these locations (if they exist):
Location: todo.md in workspace root
# To-Do List
## ⚠️ Overdue
| # | Task | Owner | Due | Source |
|---|------|-------|-----|--------|
| 3 | Send proposal | @You | Jan 25 | client-call.md |
## 📅 Due Today
| # | Task | Owner | Source |
|---|------|-------|--------|
| 5 | Review budget | @You | team-sync.md |
## 📆 This Week
| # | Task | Owner | Due | Source |
|---|------|-------|-----|--------|
| 1 | Finalize report | @You | Fri | planning.md |
Location: meeting-notes/ folder
Locations:
MEMORY.md — Permanent factsmemory/[today].md — Session notesUSER.md — User preferences---
Any of these should trigger a briefing:
| Phrase | Action | |--------|--------| | "briefing" | Full daily briefing | | "daily briefing" | Full daily briefing | | "morning briefing" | Full daily briefing | | "what's on my plate?" | Full daily briefing | | "start my day" | Full daily briefing | | "what do I need to know?" | Full daily briefing | | "what's today look like?" | Full daily briefing | | "give me the rundown" | Full daily briefing |
---
When a user asks for a briefing, follow these steps.
Before generating the briefing, confirm:
Check for these files in order:
1. todo.md (to-do list from ai-meeting-notes)
2. meeting-notes/ folder (recent meeting notes)
3. MEMORY.md (if using ai-persona-os)
4. memory/[today].md (session notes)
5. Calendar integration (if available)
If no data sources exist:
No existing to-do list or meeting notes found.
Would you like me to:
• Create a to-do list? (just tell me your tasks)
• Process some meeting notes? (paste them here)
• Set up a simple priority list for today?
From todo.md, find items in the "⚠️ Overdue" section.
Display format:
⚠️ OVERDUE ([X] items)
• [Task] — was due [date]
• [Task] — was due [date]
Rules:
Combine from multiple sources:
- "📅 Due Today" section - "📆 This Week" items due today
- Action items assigned to user with today's deadline - Follow-ups due today
- Important meetings to prep for - Deadlines
Display format:
📅 TODAY'S PRIORITIES
1. [ ] [Task] — [deadline/context]
2. [ ] [Task] — [deadline/context]
3. [ ] [Task] — [deadline/context]
Rules:
If calendar data is available:
Display format:
📆 CALENDAR
• [Time] — [Event]
• [Time] — [Event]
• [Time] — [Event]
Rules:
Scan meeting-notes/ folder for files from last 3-7 days.
Extract:
Display format:
💡 CONTEXT (from recent meetings)
• [Key insight 1]
• [Key insight 2]
• [Key insight 3]
Rules:
Based on everything gathered, determine the ONE most important thing.
Criteria for choosing focus:
Display format:
🎯 FOCUS FOR TODAY
[One clear sentence about the single most important thing]
Examples:
Put it all together in the exact format:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
☀️ DAILY BRIEFING — [Day], [Month] [Date], [Year]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[Overdue section — if any]
[Today's Priorities section]
[Calendar section — if available]
[Context section — if any]
[Focus statement — always]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
"What's overdue?"
⚠️ OVERDUE ITEMS
1. [Task] — was due [date]
2. [Task] — was due [date]
[If none: "Nothing overdue! You're caught up."]
"What's on my calendar?"
📆 TODAY'S CALENDAR — [Date]
...安装 人工智能每日简报 后,可以对 AI 说这些话来触发它
Send a Slack message to the #engineering channel about the deployment
Formats and sends the message with relevant context, tagging the right people
Summarize all unread messages in my inbox from today
Reads messages across connected channels and returns a prioritized summary
Draft a reply to this customer complaint and send it for review
Writes an empathetic, professional response and routes it to the approval queue
将技能文件夹放到 ~/.claude/skills/ai-daily-briefing/ 目录(个人级,所有项目可用),或 .claude/skills/ai-daily-briefing/(项目级)。重启 AI 客户端后,用 /ai-daily-briefing 主动调用,或让 AI 根据上下文自动发现并使用。
人工智能每日简报 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
人工智能每日简报 可免费安装使用。请查阅仓库了解许可证信息。
开始每一天的专注。获取早间简报,了解逾期任务、今天的优先事项、日历概述以及最近会议的背景。与 ai-meeting-notes 待办事项列表一起使用。无需设置。只说“简报”。
人工智能每日简报 属于「Communication」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。