Slack MCP integration for agent-to-human notifications and bi-directional communication. Use when agents need to post progress updates, request approvals, or read user responses via Slack channels and threads.
76
93%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Package @kazuph/mcp-slack (stdio). Docs: https://api.slack.com/docs. Channel mappings: .opencastle/stack/notifications-config.md
SLACK_MCP_XOXB_TOKEN — bot token, stored in CI/env, rotated periodically.SLACK_MCP_ADD_MESSAGE_TOOL=true is required to post at all — write support is off by default.chat:write, channels:read, conversations:history, users:read. Read-only: channels:read, channels:history, im:read.Write 20/min, read 50/min. Batch updates instead of per-step chatter, thread rather than posting new messages, and cache channel/user IDs — repeated users_resolve lookups burn the read budget.
conversations_add_message — channel_id, payload, content_type, thread_tsconversations_history — channel_id, limitconversations_replies — channel_id, thread_ts, limitusers_resolve — email|usernameCheck the response for ok; a failed post returns error rather than throwing.
Post to Slack and ask in chat. First response wins.
⏳ Approval Required — TAS-42: <action> with reply instructions, keeping the returned thread_ts.conversations_replies on that thread every 30s, timing out at 10 min, matching approved/yes/go vs rejected/no/stop.on-session-start hook picks up the reply.Always thread; one thread per task; include the tracker issue ID in every message. Never put secrets in a message body.
fa0c341
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.