en un clic
slk-pin
Pin and unpin items
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
Pin and unpin items
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
Manage channel bookmarks
Create, read, update, list canvases
List and manage channels
Do-Not-Disturb status and snooze
List custom emoji
| name | slk-pin |
| description | Pin and unpin items |
| metadata | {"version":"0.8.1","openclaw":{"category":"productivity","requires":{"bins":["slk"]},"cliHelp":"slk pin --help"}} |
Pin and unpin items
PREREQUISITE: Read
../slk-shared/SKILL.mdfor auth, global flags, security rules, and exit codes. If missing, runslk generate-skills.
| Command | Description |
|---|---|
slk pin add | Pin a message to a channel |
slk pin list | List pinned items in a channel |
slk pin remove | Unpin a message from a channel |
Pin a message to a channel
Slack API: pins.add
slk pin add [flags]
| Flag | Required | Default | Description |
|---|---|---|---|
--channel | ✓ | — | channel ID |
--ts | ✓ | — | message timestamp |
[!CAUTION] Write command — confirm with the user before executing; preview with
--dry-run.
List pinned items in a channel
Slack API: pins.list
slk pin list [flags]
| Flag | Required | Default | Description |
|---|---|---|---|
--channel | ✓ | — | channel ID |
Unpin a message from a channel
Slack API: pins.remove
slk pin remove [flags]
| Flag | Required | Default | Description |
|---|---|---|---|
--channel | ✓ | — | channel ID |
--ts | ✓ | — | message timestamp |
[!CAUTION] Write command — confirm with the user before executing; preview with
--dry-run.