ワンクリックで
slk-bookmark
Manage channel bookmarks
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Manage channel bookmarks
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
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
SOC 職業分類に基づく
| 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.