mit einem Klick
slk-bookmark
Manage channel bookmarks
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ü
Manage channel bookmarks
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
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.