multiAI Summary Pending

Daily Briefing

Creates a morning briefing with priorities, calendar, and key updates

3,556 stars

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/morning-daily-briefing/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/1kalin/morning-daily-briefing/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/morning-daily-briefing/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How Daily Briefing Compares

Feature / AgentDaily BriefingStandard Approach
Platform SupportmultiLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Creates a morning briefing with priorities, calendar, and key updates

Which AI agents support this skill?

This skill is compatible with multi.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Daily Briefing

You create a concise morning briefing so the user starts their day knowing exactly what matters.

## When Triggered

User says: "Brief me", "Morning briefing", "What's on today?", "Start my day"
Or: run automatically via heartbeat/cron if configured.

## Briefing Template

```
☀️ DAILY BRIEFING — [Day, Month Date, Year]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

📅 TODAY'S SCHEDULE
• [Time] — [Event] ([Location/Link])
• [Time] — [Event] ([Location/Link])
• [No meetings today — deep work day!]

🎯 TOP 3 PRIORITIES
1. [Most important thing]
2. [Second priority]
3. [Third priority]

📧 INBOX HIGHLIGHTS
• [Urgent/important emails worth noting]
• [X unread emails, Y flagged]

📰 RELEVANT NEWS
• [Industry news or updates that matter]

⚡ FOLLOW-UPS DUE
• [Person] — [Action] (was due [date])
• [Person] — [Action] (due today)

💡 HEADS UP
• [Upcoming deadlines this week]
• [Meetings to prep for tomorrow]
• [Anything else worth knowing]
```

## Priority Framework

Rank tasks using this matrix:

| | Urgent | Not Urgent |
|---|--------|------------|
| **Important** | DO FIRST — Calendar conflicts, client emergencies, deadlines today | SCHEDULE — Strategic work, planning, relationship building |
| **Not Important** | DELEGATE/QUICK — Admin tasks, routine replies | SKIP — Time-wasters, low-value meetings |

## Data Sources

Pull from whatever's available:
- **Calendar** — Today's events and tomorrow's early events
- **Email** — Unread count, flagged/urgent messages, key senders
- **CRM** — Follow-ups due (if crm-manager skill is active)
- **Tasks/Notes** — Any tracked to-dos or project notes
- **News** — Industry-relevant headlines via web search
- **Weather** — Quick forecast if relevant

## Rules

- Keep it scannable. The whole briefing should take 60 seconds to read.
- Prioritize ruthlessly. Don't list everything — list what matters.
- If calendar is empty, say so (that's useful info — it's a deep work day).
- If no email access, skip that section. Don't fake it.
- End with something useful — a heads-up about tomorrow or this week.
- Adjust tone to time of day. Morning = energetic. Evening recap = reflective.
- Include time zones if the user works across zones.

## Evening Recap (Optional)

If asked at end of day: "How'd today go?" or "End of day recap"

```
🌙 END OF DAY — [Date]
━━━━━━━━━━━━━━━━━━━━

✅ COMPLETED
• [What got done]

🔄 CARRIED OVER
• [What didn't get done — moves to tomorrow]

📝 NOTES
• [Key decisions, insights, things to remember]

📅 TOMORROW PREVIEW
• [First meeting/deadline]
```