用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/HashWarlock/clawdi-plugins --skill digest命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| 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.