From slack-by-salesforce
Summarizes recent activity in a Slack channel by reading messages and threads, then producing a topic-organized summary with key decisions, announcements, and action items.
How this command is triggered — by the user, by Claude, or both
Slash command
/slack-by-salesforce:summarize-channelThe summary Claude sees in its command listing — used to decide when to auto-load this command
Given the channel name provided in $ARGUMENTS (strip any leading `#`): 1. Use the `slack_search_channels` tool to find the channel ID for the provided channel name. Strip any leading `#` from the argument before searching. 2. Use the `slack_read_channel` tool to read recent messages from the channel (default limit of 100 messages). 3. For any messages that have threads with replies, use `slack_read_thread` to read the thread contents so the summary captures threaded discussions. 4. Produce a concise summary organized by topic or theme. The summary should include: - An overview of the ma...
Given the channel name provided in $ARGUMENTS (strip any leading #):
slack_search_channels tool to find the channel ID for the provided channel name. Strip any leading # from the argument before searching.slack_read_channel tool to read recent messages from the channel (default limit of 100 messages).slack_read_thread to read the thread contents so the summary captures threaded discussions.npx claudepluginhub miyake-san/knowledge-work-plugins --plugin slack-by-salesforce42plugins reuse this command
First indexed Feb 27, 2026
Showing the 6 earliest of 42 plugins
/summarize-channelSummarizes recent activity in a Slack channel by reading messages and threads, then producing a topic-organized summary with key decisions, announcements, and action items.
/channel-digestReads recent messages from multiple Slack channels and synthesizes a structured digest with key topics, decisions, and notable activity.
/create-threadCreates a Slack thread with structured background, questions, and next steps for team discussion. Posts formatted messages using Block Kit and captures thread URL.
/SKILLGenerates and posts a daily standup report by gathering project state, pending tasks, unread messages, and team availability. Posts structured summary to a specified channel.
/todayGenerates a daily PM briefing by pulling due and in-progress tasks from Linear, summarizing Slack discussions, and checking calendar events, then saves a markdown file.