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 - not curl ... -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"

# Create Slack app with one click (opens browser)
Related skills

More from letta-ai/skills

Installs
36
Repository
letta-ai/skills
GitHub Stars
97
First Seen
Feb 2, 2026