Install
1
Install the plugin$
npx claudepluginhub anthropics/claude-plugins-official --plugin slackWant just this command?
Then install: npx claudepluginhub u/[userId]/[slug]
Description
Find discussions about a specific topic across Slack channels
Command Content
Given the topic provided in $ARGUMENTS:
- Use the
slack_search_publictool to search for messages matching the topic. Use the topic as a natural language question first for semantic results. - If semantic results are sparse, follow up with a keyword search using key terms from the topic.
- For the most relevant results, use
slack_read_threadto fetch full thread conversations so you capture the complete discussion context. - Present the results organized by relevance:
- For each discussion found, show: the channel name, who started it, a brief summary of the conversation, and the date.
- Group related discussions together if they span multiple channels.
- Highlight any conclusions, decisions, or unresolved questions.
- Limit output to the top 5-10 most relevant discussions to keep results manageable.
- If no results are found, suggest alternative search terms or broader queries the user could try.
Stats
Stars24
Forks5
Last CommitFeb 19, 2026