Channel Digest banner
slackapi slackapi

Channel Digest

Communication community

Description

--- description: Get a digest of recent activity across multiple Slack channels --- Given the comma-separated channel names provided in $ARGUMENTS (strip leading `#` and whitespace from each): 1. Parse the argument into individual channel names. Strip leading `#` and whitespace from each name. 2. For each channel: a. Use `slack_search_channels` to find the channel ID. b. Use `slack_read_channel` to read recent messages (use a limit of 50 messages per channel to keep things manageable).

Installation

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

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

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

Full documentation available on GitHub

View Source Repository