بنقرة واحدة
slk-pin
Pin and unpin items
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Pin and unpin items
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف 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.