Install
openclaw skills install ai-daily-briefingStart 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'.
openclaw skills install ai-daily-briefingStart 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 preferencesAny 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 |
<ai_instructions>
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:
From todo.md:
From meeting-notes/:
From calendar:
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]
• [Time] — [Event]
• [Time] — [Event]
[Tomorrow preview if requested]
"Weekly preview" / "What's this week look like?"
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📅 WEEKLY PREVIEW — Week of [Date]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
MONDAY
• [Tasks/events]
TUESDAY
• [Tasks/events]
[etc.]
⚠️ WATCH OUT FOR
• [Key deadline or conflict]
• [Important meeting]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
No data sources found:
First time user:
Weekend briefing:
End of day request:
</ai_instructions>
| Skill | Why |
|---|---|
| ai-meeting-notes | Creates the to-do list this pulls from |
| ai-persona-os | Provides memory and context |
Standalone: Works without other skills — just won't have meeting context or persistent todo.
Day 1:
You: "briefing"
AI: [Shows briefing based on available data, or offers to set up]
After using ai-meeting-notes:
You: "briefing"
AI: [Shows full briefing with overdue items, priorities, context]
Want to customize your briefing? Tell me your preferences:
Time preferences:
Section preferences:
Priority preferences:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
☀️ DAILY BRIEFING — Tuesday, February 3, 2026
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚠️ OVERDUE (2 items)
• Send Acme proposal — was due Feb 1
• Review Week 2 training materials — was due Jan 31
📅 TODAY'S PRIORITIES
1. [ ] Anne follow-up call — 2pm today
2. [ ] Finalize Week 3 training content — EOD
3. [ ] Prep for Makati trip — flights need booking
4. [ ] Respond to Karlen re: workflow docs
5. [ ] Clear overdue Acme proposal
📆 CALENDAR
• 10:00 AM — Team standup (30 min)
• 2:00 PM — Anne follow-up call (1 hour)
• 4:30 PM — Workshop dry run (90 min)
💡 CONTEXT (from recent meetings)
• Anne partnership confirmed — ready to move forward (from anne-call)
• OpenClaw bot architecture changing to specialists (from pm-meeting)
• Makati trip deadline approaching — need flights by Friday
🎯 FOCUS FOR TODAY
Get the Acme proposal out first thing — it's 2 days overdue and blocking the deal.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Jeff J Hunter built this system to start every day with clarity instead of chaos.
He's trained thousands through the AI Persona Method and runs AI communities with 3.6M+ members.
Want to turn AI into actual income?
Most people burn API credits with nothing to show. Jeff teaches you how to build AI systems that pay for themselves.
👉 Join AI Money Group: https://aimoneygroup.com 👉 Connect with Jeff: https://jeffjhunter.com
Part of the AI Persona OS ecosystem — Build agents that work. And profit.