원클릭으로
slk-bookmark
Manage channel bookmarks
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Manage channel bookmarks
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Manage Slack credentials
Create, read, update, list canvases
List and manage channels
Do-Not-Disturb status and snooze
List custom emoji
List and manage files
| name | slk-bookmark |
| description | Manage channel bookmarks |
| metadata | {"version":"0.8.1","openclaw":{"category":"productivity","requires":{"bins":["slk"]},"cliHelp":"slk bookmark --help"}} |
Manage channel bookmarks
PREREQUISITE: Read
../slk-shared/SKILL.mdfor auth, global flags, security rules, and exit codes. If missing, runslk generate-skills.
| Command | Description |
|---|---|
slk bookmark add | Add a bookmark to a channel |
slk bookmark edit | Edit an existing channel bookmark |
slk bookmark list | List bookmarks in a channel |
slk bookmark remove | Remove a bookmark from a channel |
Add a bookmark to a channel
Slack API: bookmarks.add
slk bookmark add [flags]
| Flag | Required | Default | Description |
|---|---|---|---|
--channel | ✓ | — | channel ID |
--link | ✓ | — | bookmark URL |
--title | ✓ | — | bookmark title |
--type | — | link | bookmark type |
[!CAUTION] Write command — confirm with the user before executing; preview with
--dry-run.
Edit an existing channel bookmark
Slack API: bookmarks.edit
slk bookmark edit [flags]
| Flag | Required | Default | Description |
|---|---|---|---|
--channel | ✓ | — | channel ID |
--id | ✓ | — | bookmark ID |
--link | — | — | new bookmark URL |
--title | — | — | new bookmark title |
[!CAUTION] Write command — confirm with the user before executing; preview with
--dry-run.
List bookmarks in a channel
Slack API: bookmarks.list
slk bookmark list [flags]
| Flag | Required | Default | Description |
|---|---|---|---|
--channel | ✓ | — | channel ID |
Remove a bookmark from a channel
Slack API: bookmarks.remove
slk bookmark remove [flags]
| Flag | Required | Default | Description |
|---|---|---|---|
--channel | ✓ | — | channel ID |
--id | ✓ | — | bookmark ID |
[!CAUTION] Write command — confirm with the user before executing; preview with
--dry-run.