在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用slk-pin
星标2
分支0
更新时间2026年5月24日 13:33
Pin and unpin items
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
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.