Skills give your agents new capabilities. Browse the catalog, pick what you need, and install with a single command.
Featured
Proactive daily briefing that fires on a recurring schedule, pulls recent memory and workspace context, composes a structured summary (action items, progress, radar, next steps), and delivers it to all active channels. Enable with a time like "set up my daily briefing at 9am". Disable, reschedule, or check status at any time.
assistant skills install daily-briefingSend yourself a structured morning briefing every day — without asking for it. The briefing pulls your recent memory, decisions, and workspace context, composes a concise summary, and delivers it to all your active channels (Slack, Telegram, macOS, etc.).
Enable the briefing by telling your assistant:
"Set up my daily briefing at 9am"
The assistant will create a recurring schedule. On first run you will receive a briefing in all connected channels.
You can also say:
Each briefing is structured into up to four sections, each capped at 3–5 bullets:
Action Items — Unresolved tasks, pending decisions, or commitments due today.
Progress — Notable completions or milestones from the past 24 hours.
On Your Radar — Anything flagged as important, upcoming, or worth watching.
Suggested Next Steps — 2–3 concrete actions ranked by impact.
Sections with nothing to report are omitted entirely.
Run this skill and follow the prompts, or tell your assistant directly:
bun scripts/setup.ts
The setup script asks for your preferred delivery time and timezone, then creates the schedule.
Once enabled, all management is conversational — just tell your assistant:
| What you want | Say |
|---|---|
| Change time | "Move my briefing to 8am" |
| Check status | "When is my next briefing?" |
| Pause | "Pause my daily briefing" |
| Resume | "Resume my daily briefing" |
| Disable | "Turn off my morning briefing" |
Setup runs scripts/setup.ts via bash, which calls assistant schedules create to register a recurring execute-mode schedule. When the schedule fires each day:
assistant notifications send to deliver it.The briefing conversation is reused across runs so context accumulates over time (the agent sees prior briefings when composing today's).
The briefing only reads context already stored in your memory and workspace. It does not connect to external calendars or task managers unless you have those integrations configured separately.