Help us improve
Share bugs, ideas, or general feedback.
From slack
Create a daily Slack digest from selected channels or topics. Use when the user asks for a daily Slack recap or summary of today's Slack activity.
npx claudepluginhub robinebers/converted-plugins --plugin slackHow this skill is triggered — by the user, by Claude, or both
Slash command
/slack:slack-daily-digestThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to produce a daily digest of today's important Slack activity from selected channels or topics.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Creates, reads, edits, and analyzes .docx files using docx-js for new documents, pandoc for text extraction, Python scripts for XML unpacking/validation/changes, and LibreOffice for conversions.
Share bugs, ideas, or general feedback.
Use this skill to produce a daily digest of today's important Slack activity from selected channels or topics.
slack_read_user_profile. For "today," use local start-of-day through now and state that window in the digest.slack_search_channels, then call slack_read_channel for today's window with limit at 50 per channel.slack_search_public_and_private for each topic phrase. If channels were also provided, run one search per topic and channel with query set to <topic phrase> in:<#CHANNEL_ID> so the search stays inside the selected channels. If no channels were provided, set query to the topic phrase. Then read the returned channels with slack_read_channel or parent threads with slack_read_thread when a result looks important.<#CHANNEL_ID> instead of plain #channel-name, especially in Scope.## Formatting Rules section below.../slack-outgoing-message/SKILL.md and follow the user's explicit intent:
../slack-outgoing-message/SKILL.md to draft or send the final message, this output contract remains binding. The downstream skill does not relax or rename these sections.**Daily Slack Digest - YYYY-MM-DD**
**Scope**
- <clickable channel mentions for resolved channels + topics + time window>
- <coverage note or omitted-channel caveat, if any>
**Summary**
<1-2 sentence summary of volume + key signals>
**Topic: <group 1>**
- ...
- ...
**Topic: <group 2>**
- ...
- ...
**Needs attention**
- ...
**Notes**
- <gaps, absences, or caveats>
<#CHANNEL_ID> so the names are clickable. Use plain text only when you do not have a channel ID.