Summarize Channel banner
slackapi slackapi

Summarize Channel

Communication community

Description

--- description: Summarize recent activity in a Slack channel --- 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 con

Installation

Installs to ~/.claude/skills/slackapi-slack-skills-plugin-summarize-channel/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository