Skills slack
Read Slack channels, threads, users, and message search through Platform Gateway read-only actions.
install
source · Clone the upstream repo
git clone https://github.com/useopencompany/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/useopencompany/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/slack" ~/.claude/skills/useopencompany-skills-slack-181370 && rm -rf "$T"
manifest:
slack/SKILL.mdsource content
Slack (Read-Only)
Inspect Slack workspace data.
Capabilities
- List channels
- Read channel history
- Read thread replies
- List users
- Search messages
Notes
- All requests run through Platform Gateway.
- Write operations are intentionally unavailable.
- Use channel IDs for deterministic reads.