read-slack-messages
Installation
SKILL.md
read-slack-messages
Read/search Slack messages visible to Sainy's logged-in Slack user via a local user-token OAuth token. Use when the user asks to read, check, search, summarize, or inspect Slack messages/channels/DMs.
Important
- Use the scripts in this skill directory; invoke with
bun. - The skill uses user-token OAuth only by default. No Slack bot install is required.
- Secrets live in the skill's
.envfile; never print or read that file into chat.- Claude Code:
.claude/skills/read-slack-messages/.env - Codex:
.agents/skills/read-slack-messages/.env
- Claude Code:
- Token storage is inside the skill's
.data/folder (resolved automatically from script location); do not print token contents. .envand.data/are gitignored.
Setup / status
From repo root: