en un clic
slk-thread
Read and reply to threads
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Read and reply to threads
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Manage Slack credentials
Manage channel bookmarks
Create, read, update, list canvases
List and manage channels
Do-Not-Disturb status and snooze
List custom emoji
| name | slk-thread |
| description | Read and reply to threads |
| metadata | {"version":"0.8.1","openclaw":{"category":"productivity","requires":{"bins":["slk"]},"cliHelp":"slk thread --help"}} |
Read and reply to threads
PREREQUISITE: Read
../slk-shared/SKILL.mdfor auth, global flags, security rules, and exit codes. If missing, runslk generate-skills.
| Command | Description |
|---|---|
slk thread read | Read replies in a thread |
slk thread reply | Reply within a thread |
Read replies in a thread
Slack API: conversations.replies
slk thread read [flags]
| Flag | Required | Default | Description |
|---|---|---|---|
--channel | ✓ | — | channel ID |
--cursor | — | — | pagination cursor |
--latest | — | — | end of time range (ts) |
--limit | — | 100 | max replies |
--oldest | — | — | start of time range (ts) |
--thread | ✓ | — | parent message ts |
Reply within a thread
Slack API: chat.postMessage
slk thread reply [flags]
| Flag | Required | Default | Description |
|---|---|---|---|
--channel | ✓ | — | channel ID |
--text | — | — | reply text |
--text-file | — | — | path to text file (use - for stdin) |
--thread | ✓ | — | parent message ts |
[!CAUTION] Write command — confirm with the user before executing; preview with
--dry-run.