ワンクリックで
digest
Generate a curated information digest from recent activity across all connected sources
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate a curated information digest from recent activity across all connected sources
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Draft an offer letter with compensation details and terms
Create structured interview plans with competency-based questions and scorecards. Triggers on "interview plan for [role]", "interview questions for [role]", "scorecard for [role]"
Headcount planning, org design, and team structure optimization. Triggers on "org planning", "headcount plan", "team structure", "reorg", "who should we hire next"
Track and manage recruiting pipeline from sourcing through offer. Triggers on "recruiting update", "candidate pipeline", "how many candidates", "hiring status for [role]"
Generate a prioritized daily plan. Triggers on "plan my day", "what's on my plate", "start my day", "morning plan", "daily priorities"
Quick meeting prep for any meeting — context, agenda, and talking points. Triggers on "prep for my meeting", "what's my next meeting about", "meeting context for [topic]"
| name | digest |
| description | Generate a curated information digest from recent activity across all connected sources |
| metadata | {"openclaw":{"tags":["enterprise-search","digest","briefing","daily"]}} |
Generate a curated digest of recent information, activity, and updates from across all connected sources. This skill produces a concise, prioritized summary designed to help the user stay informed without reading everything.
Activate this skill when the user wants to:
Establish the time range for the digest:
Also determine digest style:
Default to Standard if not specified.
Use capability_execute with the following parameters:
mail.read_inboxenterprise-searchquery: "*" (all mail, or topic filter if the user specified one)maxResults: 30dateRange: the digest windowsortBy: "date"folder: "inbox"From the results, identify:
Use capability_execute with the following parameters:
docs.search_filesenterprise-searchquery: topic filter if specified, otherwise recent modificationsmaxResults: 20modifiedAfter: start of the digest windowsortBy: "modified"From the results, identify:
Use capability_execute with the following parameters:
research.web_searchenterprise-searchquery: topics the user tracks or their industry/company namemaxResults: 10recency: the digest windowSkip this step if the user only wants internal updates. Include it by default for standard and comprehensive digests.
Use capability_execute with the following parameters:
chat.search_messagesenterprise-searchquery: topic filter if specified, otherwise recent activitymaxResults: 20dateRange: the digest windowchannels: channels the user follows or is a member ofFrom the results, identify:
This capability is optional. If it returns needs_setup, proceed without chat
data and note this in the digest footer.
Sort all gathered items into priority tiers:
Priority 1 -- Action required: Items that need the user's response or decision. Emails awaiting reply, documents needing review, direct mentions in chat.
Priority 2 -- Important updates: Significant developments the user should know about. Key decisions, project milestones, important announcements.
Priority 3 -- Informational: Context that helps the user stay informed. Industry news, team activity, document updates, FYI threads.
Within each tier, group by topic or project where possible.
## Information Digest
**Period:** {start date/time} to {end date/time}
**Sources:** {list of sources consulted}
**Style:** {quick / standard / comprehensive}
---
### Action Required ({count} items)
- **{item title}** ({source type})
{1-2 sentence description of what needs attention and why}
{link or reference}
- **{item title}** ({source type})
{1-2 sentence description}
{link or reference}
### Important Updates ({count} items)
- **{item title}** ({source type})
{2-3 sentence summary of the update and its significance}
{link or reference}
- **{item title}** ({source type})
{2-3 sentence summary}
{link or reference}
### Informational ({count} items)
**{Topic/Project group}**
- {item} - {brief description} ({source})
- {item} - {brief description} ({source})
**{Topic/Project group}**
- {item} - {brief description} ({source})
- {item} - {brief description} ({source})
### Activity Summary
| Source | Items Found | Action Needed |
|--------|------------|---------------|
| Email | {count} | {count} |
| Documents | {count} | {count} |
| Chat | {count} | {count} |
| Web | {count} | {count} |
---
*Generated {current timestamp}. {Note any sources that were unavailable.}*
For quick digests, include only Action Required and Important Updates with single-line descriptions. For comprehensive digests, expand each item with full context paragraphs and include cross-references between related items.
If nothing significant was found in the digest window, say so clearly rather than padding with low-value items. Suggest the user try a wider time range or specify topics they care about.