← 返回 Skills 市场
Slack (Socket Mode)
作者
Yamini Chua
· GitHub ↗
· v1.0.1
· MIT-0
484
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install slack-socket
功能描述
Use when you need to control Slack from OpenClaw via the message tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
安全使用建议
This skill appears to do what it says: control Slack via the bot token configured at channels.slack. Before installing, verify: (1) which bot token/config entry channels.slack points to and that it is scoped only as broadly as needed (chat:write, reactions:write, pins, channels:history or equivalent, users:read/users:read.email if member emails are exposed); (2) you are comfortable that the agent may read channel messages and user profile info (emails are sensitive); (3) you are okay with the agent performing periodic reads or autonomous actions if you enable automated runs. Because this is instruction-only (no install), installation risk is low, but token scope and privacy are the primary risks — restrict the bot to the minimum scopes and workspace channels required.
功能分析
Type: OpenClaw Skill
Name: ben-slack-socket
Version: 1.0.1
The skill bundle provides standard Slack integration capabilities, including sending, reading, reacting to, and pinning messages. The instructions in SKILL.md are clear, align with the stated purpose, and do not contain any malicious commands, data exfiltration attempts, or prompt injection attacks.
能力评估
Purpose & Capability
Name/description, declared config path (channels.slack), and the SKILL.md actions (send, react, read, pin, member-info, etc.) are consistent with a Slack bot operating in Socket Mode. There are no unrelated binaries or environment variables requested.
Instruction Scope
SKILL.md stays within Slack operations (read/send/edit/delete messages, reactions, pins, list custom emoji, member-info). It explicitly returns potentially sensitive profile fields (email, timezone, profile status). The instructions do not direct data to external endpoints, but they do encourage periodic reads which could increase exposure of channel contents if used autonomously.
Install Mechanism
This is an instruction-only skill with no install spec and no code files beyond a benign package.json. Nothing will be downloaded or written during install by the skill itself.
Credentials
No environment variables are declared; the skill relies on the configured Slack bot token under channels.slack (declared required config path). That is proportionate, but the bot token must have scopes that permit reading messages and user profile/email data — these are sensitive capabilities that you should verify are necessary and limited to the correct workspace.
Persistence & Privilege
The skill does not request always:true and is user-invocable with normal autonomous invocation allowed. It does not attempt to modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install slack-socket - 安装完成后,直接呼叫该 Skill 的名称或使用
/slack-socket触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed action names to match actual message tool API: send/member-info instead of sendMessage/memberInfo; replaced real Slack IDs with generic placeholders C123/U123
元数据
常见问题
Slack (Socket Mode) 是什么?
Use when you need to control Slack from OpenClaw via the message tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 484 次。
如何安装 Slack (Socket Mode)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install slack-socket」即可一键安装,无需额外配置。
Slack (Socket Mode) 是免费的吗?
是的,Slack (Socket Mode) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Slack (Socket Mode) 支持哪些平台?
Slack (Socket Mode) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Slack (Socket Mode)?
由 Yamini Chua(@ailven)开发并维护,当前版本 v1.0.1。
推荐 Skills