用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/glawson6/jaiclaw --skill slack命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | slack |
| description | Slack actions via the slack MCP tools (send, react, edit, delete, pin, member info, emoji list). |
| requiredConfig | ["jaiclaw.channels.slack.bot-token"] |
| version | 1.0.0 |
Use the Slack MCP tools for rich Slack interactions beyond basic messaging.
channelId — Slack channel ID (e.g. C123).messageId — Slack message timestamp (e.g. 1712023032.1234).emoji (Unicode or :name: format).Message context lines include ts and channel fields you can reuse directly.
| Tool | Description |
|---|---|
slack_send | Send a message to a channel or user |
slack_read | Read recent messages from a channel |
slack_react | Add a reaction emoji to a message |
slack_edit | Edit a message |
slack_delete | Delete a message |
slack_pin | Pin a message |
slack_unpin | Unpin a message |
slack_list_pins | List pinned items in a channel |
slack_member_info | Get info about a Slack user |
slack_emoji_list | List custom emoji in the workspace |
| 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 |
{
"channelId": "C123",
"messageId": "1712023032.1234",
"emoji": "✅"
}
{
"channelId": "C123",
"content": "Hello from JaiClaw"
}
{
"channelId": "C123",
"messageId": "1712023032.1234",
"content": "Updated text"
}
{
"channelId": "C123",
"messageId": "1712023032.1234"
}
{
"channelId": "C123",
"limit": 20
}
{
"channelId": "C123",
"messageId": "1712023032.1234"
}
{
"channelId": "C123"
}
{
"userId": "U123"
}
{}