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.
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 or parent threads with when a result looks important.slack_read_channelslack_read_thread<#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.