en un clic
slk-bookmark
Manage channel bookmarks
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
Manage channel bookmarks
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
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.