plugins/slack/skills/slack-daily-digest/SKILL.md
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 skillsauth add openai/plugins slack-daily-digestInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.tools
Top-level workflow skill for USD performance diagnosis and optimization. Use for slow loading, high memory, low FPS, or 'optimize my scene' requests; delegates auth/runtime setup to Phase 0 owners.
data-ai
Use when the user mentions MagicPath, designs, UI components, themes, canvas selections, or repo-to-canvas UI work; run magicpath-ai to search, inspect, install, or author components.
documentation
Use as the top-level router for Omniverse Realtime Viewer USD app requests and focused viewer reference documents.
tools
Turn Notion specs into implementation plans, tasks, and progress tracking; use when implementing PRDs/feature specs and creating Notion plans + tasks from them.