slack by steipete/clawdis
npx skills add https://github.com/steipete/clawdis --skill slack使用 slack 来回应消息、管理置顶、发送/编辑/删除消息以及获取成员信息。该工具使用为 OpenClaw 配置的机器人令牌。
channelId 和 messageId(Slack 消息时间戳,例如 1712023032.1234)。emoji(Unicode 或 :名称: 格式)。to 目标(channel:<id> 或 user:<id>)和 。广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
content消息上下文行包含 slack message id 和 channel 字段,您可以直接复用。
| 操作分组 | 默认状态 | 说明 |
|---|---|---|
| reactions | 启用 | 回应 + 列出回应 |
| messages | 启用 | 读取/发送/编辑/删除 |
| pins | 启用 | 置顶/取消置顶/列表 |
| memberInfo | 启用 | 成员信息 |
| emojiList | 启用 | 自定义表情列表 |
{
"action": "react",
"channelId": "C123",
"messageId": "1712023032.1234",
"emoji": "✅"
}
{
"action": "reactions",
"channelId": "C123",
"messageId": "1712023032.1234"
}
{
"action": "sendMessage",
"to": "channel:C123",
"content": "Hello from OpenClaw"
}
{
"action": "editMessage",
"channelId": "C123",
"messageId": "1712023032.1234",
"content": "Updated text"
}
{
"action": "deleteMessage",
"channelId": "C123",
"messageId": "1712023032.1234"
}
{
"action": "readMessages",
"channelId": "C123",
"limit": 20
}
{
"action": "pinMessage",
"channelId": "C123",
"messageId": "1712023032.1234"
}
{
"action": "unpinMessage",
"channelId": "C123",
"messageId": "1712023032.1234"
}
{
"action": "listPins",
"channelId": "C123"
}
{
"action": "memberInfo",
"userId": "U123"
}
{
"action": "emojiList"
}
每周安装量
326
代码仓库
GitHub 星标数
336.0K
首次出现
2026年1月24日
安全审计
安装于
opencode303
codex302
gemini-cli300
github-copilot297
kimi-cli297
cursor296
Use slack to react, manage pins, send/edit/delete messages, and fetch member info. The tool uses the bot token configured for OpenClaw.
channelId and messageId (Slack message timestamp, e.g. 1712023032.1234).emoji (Unicode or :name:).to target (channel:<id> or user:<id>) and content.Message context lines include slack message id and channel fields you can reuse directly.
| Action group | Default | Notes |
|---|---|---|
| reactions | enabled | React + list reactions |
| messages | enabled | Read/send/edit/delete |
| pins | enabled | Pin/unpin/list |
| memberInfo | enabled | Member info |
| emojiList | enabled | Custom emoji list |
{
"action": "react",
"channelId": "C123",
"messageId": "1712023032.1234",
"emoji": "✅"
}
{
"action": "reactions",
"channelId": "C123",
"messageId": "1712023032.1234"
}
{
"action": "sendMessage",
"to": "channel:C123",
"content": "Hello from OpenClaw"
}
{
"action": "editMessage",
"channelId": "C123",
"messageId": "1712023032.1234",
"content": "Updated text"
}
{
"action": "deleteMessage",
"channelId": "C123",
"messageId": "1712023032.1234"
}
{
"action": "readMessages",
"channelId": "C123",
"limit": 20
}
{
"action": "pinMessage",
"channelId": "C123",
"messageId": "1712023032.1234"
}
{
"action": "unpinMessage",
"channelId": "C123",
"messageId": "1712023032.1234"
}
{
"action": "listPins",
"channelId": "C123"
}
{
"action": "memberInfo",
"userId": "U123"
}
{
"action": "emojiList"
}
Weekly Installs
326
Repository
GitHub Stars
336.0K
First Seen
Jan 24, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
opencode303
codex302
gemini-cli300
github-copilot297
kimi-cli297
cursor296
Skills CLI 使用指南:AI Agent 技能包管理器安装与管理教程
19,000 周安装
Subframe setup 设置指南:本地开发环境完美渲染设计页面
317 周安装
n8n工作流自动化开发指南:自定义节点、AI代理与集成
317 周安装
区块链开发者技能:智能合约、DeFi、Web3应用开发与安全审计专家指南
317 周安装
后端开发模式与架构设计:RESTful API、仓储模式、服务层与中间件最佳实践
317 周安装
ts-agent-sdk:为AI代理生成类型化TypeScript SDK,简化MCP服务器交互
317 周安装
fetch-tweet:无需JavaScript获取Twitter/X推文数据,支持原文、作者和互动统计
318 周安装