slack

Installation
SKILL.md

Usage

slack is a CLI on $PATH. Call it directly, for example:

slack user list

Bash command rules

  1. No # in commands. Use general not #general. No # comments; use the Bash tool description field instead.
  2. No '' or "". Avoid patterns like d.get('key', '').
  3. Only | jq for filtering. No python3 -c or other pipes. Use single-quoted jq expressions only.
  4. No || or &&. Run separate commands in separate Bash tool calls.
  5. No > or >>. Consume JSON output directly.

Messages and threads

Fetch a single message (with thread summary):

Related skills
Installs
3
GitHub Stars
1
First Seen
Mar 15, 2026