mit einem Klick
slk-thread
Read and reply to threads
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Read and reply to threads
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
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.