From slack
Searches Slack channels for discussions on a given topic, fetches full threads, and summarizes top 5-10 results with channels, starters, dates, and key highlights.
npx claudepluginhub anthropics/claude-plugins-official --plugin slackGiven 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 discussion context. 4. Present the results organized by relevance: - For each discussion found, show: the channel name, who started it, a brief summary of the conversation, and th...
/find-discussionsSearches Slack channels for discussions on a given topic, fetches full threads, and summarizes top 5-10 results with channels, starters, dates, and key highlights.
/SKILLSearches team knowledge across messages, project state, and task history. Compiles relevant context from TeamMCP sources to answer questions.
/search-historianSearches past Claude conversation history for solutions, decisions, and context matching a query. Retrieves up to 5 relevant results via historian MCP.
/search-conversationsSearches previous Claude Code conversations using semantic or text search, reads top results, synthesizes key findings, and provides source pointers.
/create-threadCreates a Slack thread for a discussion topic with Block Kit formatting, context sections, replies, optional pinning/reminders, and reports the channel and URL.
/find-in-chatSearches prior Claude and Gemini chat-log turns for a query. Groups results by conversation chronologically with timestamps, host agents, models, and 2-line highlighted excerpts.
Share bugs, ideas, or general feedback.
Given the topic provided in $ARGUMENTS:
slack_search_public tool to search for messages matching the topic. Use the topic as a natural language question first for semantic results.slack_read_thread to fetch full thread conversations so you capture the complete discussion context.