slack-channel-summarization
Installation
SKILL.md
Slack Channel Summarization
Use this skill to summarize activity from one Slack channel, using a requested time window when provided or the last 100 messages otherwise, and optionally deliver the result back into Slack.
Related Skills
| Workflow | Skill |
|---|---|
| Draft, send, or rewrite the final Slack update | ../slack-outgoing-message/SKILL.md |
Start Here
- If the user did not name a channel, ask which channel to review.
- If the user provided a window, use it. For requests like "today" or "this week," resolve the user's timezone with
slack_read_user_profile. - If the user did not provide a window, default to the last
100messages in the channel.