slack
Installation
SKILL.md
Slack Integration Skill
This skill provides workflows for interacting with Slack via a self-contained Python client. It supports multiple workspaces with contextual auto-selection, and four primary workflows: sending messages, reading notifications, generating activity digests, and retrieving sent message history.
Setup
First-Time Setup Flow
If config.json is missing when running a Slack command, walk the user through setup:
- Create config file:
cd ~/.claude/skills/slack cp config.example.json config.json