Find Discussions banner
slackapi slackapi

Find Discussions

Communication community

Description

--- description: Find discussions about a specific topic across Slack channels --- Given the topic provided in $ARGUMENTS: 1. Use the `slack_search_public` tool to search for messages matching the topic. Use the topic as a natural language question first for semantic results. 2. If semantic results are sparse, follow up with a keyword search using key terms from the topic. 3. For the most relevant results, use `slack_read_thread` to fetch full thread conversations so you capture the complete d

Installation

Installs to ~/.claude/skills/slackapi-slack-skills-plugin-find-discussions/SKILL.md

Terminal
mkdir -p ~/.claude/skills/slackapi-slack-skills-plugin-find-discussions && curl -fsSL https://raw.githubusercontent.com/slackapi/slack-skills-plugin/HEAD/commands/find-discussions.md -o ~/.claude/skills/slackapi-slack-skills-plugin-find-discussions/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository