소스 정보
- 저장소
- HashWarlock/clawdi-plugins
- 최근 소스 활동
- 2026년 3월 20일 20:59
- 감지된 SKILL.md 언어
- 영어
- 스타
- 1
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/HashWarlock/clawdi-plugins --skill digest명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| 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.