Use when the user wants to read, search, or act on Slack from the terminal, even when they don't say the word "Slack." Triggers include a pasted Slack permalink (slack.com/archives/…); a #channel, thread, DM, or person referred to by name; or asks like "catch me up on #incidents", "what did Alice say in #eng", "search Slack for the deploy postmortem", "reply in that thread", "post this to #team", "react to her message", "DM Bob", or "who is @carol, is she online?". It covers reading channels, threads, and DMs, cross-channel search, people and channel lookups, reading files and canvases, and posting, editing, reacting, pinning, and scheduling messages. Prefer it over raw Slack Web API calls or a Slack MCP: each command returns one fully-resolved result in a single call.
2026-06-30