npx skills add ...
npx skills add anthropics/knowledge-work-plugins --skill digest
npx skills add anthropics/knowledge-work-plugins --skill digest
Generate a daily or weekly digest of activity across all connected sources. Use when catching up after time away, starting the day and wanting a summary of mentions and action items, or reviewing a week's decisions and document updates grouped by project.
If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.
Scan recent activity across all connected sources and generate a structured digest highlighting what matters.
Determine the time window from the user's input:
--daily — Last 24 hours (default if no flag specified)--weekly — Last 7 daysThe user may also specify a custom range:
--since yesterday--since Monday--since 2025-01-20Identify which MCP sources are connected (same approach as the search command):
If no sources are connected, guide the user:
~~chat:
to:me)~~email:
~~cloud storage:
~~project tracker:
~~CRM:
~~knowledge base:
From all gathered activity, extract and categorize:
Action Items:
Decisions:
Mentions:
Updates:
Organize the digest by topic, project, or theme rather than by source. Merge related activity across sources:
Structure the output clearly:
If any source fails or is unreachable:
Do not let one failed source prevent the digest from being generated. Produce the best digest possible from available sources.
End with a quick summary:
--daily if no flag is specified# [Daily/Weekly] Digest — [Date or Date Range]
Sources scanned: ~~chat, ~~email, ~~cloud storage, [others]
## Action Items (X items)
- [ ] [Action item 1] — from [person], [source] ([date])
- [ ] [Action item 2] — from [person], [source] ([date])
## Decisions Made
- [Decision 1] — [context] ([source], [date])
- [Decision 2] — [context] ([source], [date])
## [Topic/Project Group 1]
[Activity summary with source attribution]
## [Topic/Project Group 2]
[Activity summary with source attribution]
## Mentions
- [Mention context] — [source] ([date])
## Documents Updated
- [Doc name] — [who modified, what changed] ([date])Note: Could not reach [source name] for this digest.
The following sources were included: [list of successful sources].---
[X] action items · [Y] decisions · [Z] mentions · [W] doc updates
Across [N] sources · Covering [time range]