Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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.
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.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Use slack to react, manage pins, send/edit/delete messages, and fetch member info. The tool uses the bot token configured for Clawdbot.
channelId and messageId (Slack message timestamp, e.g. 1712023032.1234). For reactions, an emoji (Unicode or :name:). For message sends, a to target (channel:<id> or user:<id>) and content. Message context lines include slack message id and channel fields you can reuse directly.
Action groupDefaultNotesreactionsenabledReact + list reactionsmessagesenabledRead/send/edit/deletepinsenabledPin/unpin/listmemberInfoenabledMember infoemojiListenabledCustom 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 Clawdbot" }
{ "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" }
React with ✅ to mark completed tasks. Pin key decisions or weekly status updates.
Messaging, meetings, inboxes, CRM, and teammate communication surfaces.
Largest current source with strong distribution and engagement signals.