slack
Installation
SKILL.md
Usage
slack is a CLI on $PATH. Call it directly, for example:
slack user list
Bash command rules
- No
#in commands. Usegeneralnot#general. No#comments; use the Bash tooldescriptionfield instead. - No
''or"". Avoid patterns liked.get('key', ''). - Only
| jqfor filtering. Nopython3 -cor other pipes. Use single-quoted jq expressions only. - No
||or&&. Run separate commands in separate Bash tool calls. - No
>or>>. Consume JSON output directly.
Messages and threads
Fetch a single message (with thread summary):