Use when you need to control Slack from Clawdbot via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
使用 slack 进行反应、管理固定消息、发送/编辑/删除消息以及获取成员信息。该工具使用为 Clawdbot 配置的机器人令牌。
消息上下文行包含 slack message id 和 channel 字段,您可以直接复用。
| 操作组 | 默认状态 | 说明 |
|---|---|---|
| reactions | 已启用 | 反应 + 列出反应 |
| messages |
json
{
action: react,
channelId: C123,
messageId: 1712023032.1234,
emoji: ✅
}
json
{
action: reactions,
channelId: C123,
messageId: 1712023032.1234
}
json
{
action: sendMessage,
to: channel:C123,
content: 来自 Clawdbot 的问候
}
json
{
action: editMessage,
channelId: C123,
messageId: 1712023032.1234,
content: 已更新的文本
}
json
{
action: deleteMessage,
channelId: C123,
messageId: 1712023032.1234
}
json
{
action: readMessages,
channelId: C123,
limit: 20
}
json
{
action: pinMessage,
channelId: C123,
messageId: 1712023032.1234
}
json
{
action: unpinMessage,
channelId: C123,
messageId: 1712023032.1234
}
json
{
action: listPins,
channelId: C123
}
json
{
action: memberInfo,
userId: U123
}
json
{
action: emojiList
}
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 slack-1776371683 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 slack-1776371683 技能
skillhub install slack-1776371683
文件大小: 1.36 KB | 发布时间: 2026-4-17 15:51