Stats
Actions
Tags
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.
How 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.
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.npx claudepluginhub robinebers/converted-plugins --plugin slackCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.