slack
Installation
SKILL.md
Slack
Search and interact with Slack workspaces from the command line.
Important: Token Security
NEVER include $SLACK_TOKEN directly in curl commands. The token will be logged and exposed.
Always use the wrapper scripts which read the token from the environment internally:
slack send- notcurl ... -H "Authorization: Bearer $SLACK_TOKEN"slack-api POST ...- for advanced API calls
Quick Setup (New Users)
# Add scripts to PATH
export PATH="$PATH:$HOME/.letta/skills/slack/scripts"