Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기slk-thread
스타2
포크0
업데이트2026년 5월 24일 13:33
Read and reply to threads
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
Read and reply to threads
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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.