| name | daily-brief |
| description | ๐ฐ Schedulable morning briefing blueprint. Install it with the blueprint tool to get a short, actionable summary of unread email, today's calendar, and open follow-ups every morning. |
| blueprint | {"schedule":"0 8 * * *","prompt":"Prepare my morning brief: summarize my unread emails, list today's calendar events, and flag any overdue follow-ups or reminders. Keep it short and actionable.","deliver":true} |
๐ฐ Daily Brief
This skill is a blueprint: a regular skill whose frontmatter carries a
blueprint: block, which makes it installable as a scheduled automation.
Installing it compiles the block into an ordinary cron job โ nothing more.
How to use
blueprint list โ see available blueprints and their install status.
blueprint install daily-brief โ schedule the morning brief (cron job
named blueprint:daily-brief, runs at 08:00 daily in this chat).
blueprint uninstall daily-brief โ remove the scheduled job again.
What the brief covers
- Email โ unread messages since the last brief, grouped by urgency.
- Calendar โ today's events with times and locations.
- Follow-ups โ overdue reminders, promises made in earlier chats.
Style guide for the brief
- Lead with the single most important item.
- Use short bullet points; no filler prose.
- End with at most three suggested next actions.
- If a data source is unavailable (no email tool configured, etc.), say so
in one line instead of guessing.
Customizing
Edit the blueprint: block in this file to change the schedule (any cron
expression) or the prompt, then reinstall (uninstall + install) to apply
the new schedule.