This skill should be used when user asks to "search Slack for messages", "find Slack messages about X", "get channel history", "look up conversation in Slack", or "find what someone said in Slack".
When users ask to search Slack for messages, find conversations, or look up what someone said, this skill enables searching across all channels efficiently. It triggers on explicit requests to search Slack or find channel history, prioritizing search over channel history for better performance.
/plugin marketplace add fcakyon/claude-codex-settings/plugin install slack-tools@claude-settingsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
ALWAYS use mcp__slack__slack_search_messages first for message searches. Only use mcp__slack__slack_get_channel_history when explicitly asked for recent channel history.
Search is more efficient and finds messages across all channels. Channel history only shows recent messages in one channel.
Slack APIs have rate limits (typically 1 request per second for most methods). When making multiple requests:
Format mentions and links properly:
<@USER_ID><#CHANNEL_ID><https://example.com|link text>*text*Finding past discussions:
Monitoring channels:
This MCP provides read and write access to Slack. Consider: