slack

Perform Slack message reactions, CRUD, pin management, and member/emoji lookups.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/dingdyan/openclaw-workspace-v2 --skill slack-dingdyan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack
Source: https://github.com/dingdyan/openclaw-workspace-v2/tree/main/skills/slack
Command: npx skills add https://github.com/dingdyan/openclaw-workspace-v2 --skill slack-dingdyan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The slack skill eliminates the back-and-forth of manually reacting, pinning, and editing Slack messages by letting you perform common Slack moderation and communication tasks through Clawdbot.

Core Features & Use Cases

  • Message actions: react to messages, send, edit, delete, and read recent messages using Slack channel/DM context and message timestamps.
  • Pin management: pin, unpin, and list pinned items in a channel.
  • Workspace insights: fetch member info and list custom emoji to complete responses consistently.

Quick Start

Ask Clawdbot to react with an emoji to message 1712023032.1234 in channel C123 using the slack action.

Frequently Asked Questions about slack

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Slack message reactions and pin management through a bot?

To automate Slack message reactions and pin management, you route commands through a bot to perform message CRUD, apply emoji reactions, and update pinned items using channel IDs and message timestamps. Slack bot authorization is required.

Can I look up Slack workspace members and custom emojis via chat automation?

Yes, chat automation can fetch Slack workspace member info and list custom emojis. This retrieves workspace insights to keep responses consistent across channels and direct messages.

Do I need a Slack bot token to read and delete messages in a channel?

Yes, reading and deleting Slack messages requires bot authorization. The bot needs the channelId, messageId, and action-specific parameters to locate and perform CRUD operations on the target content.

What's the best way to edit a specific Slack message using a bot automation tool?

The best way to edit a Slack message is providing the bot with the target channelId, message timestamp, and new content. The bot automation then updates the message directly within the specified channel or DM context.

What parameters are required to pin a message in a Slack channel via chat operations?

Pinning a Slack message via chat operations requires the channelId and the messageId or message timestamp. The bot uses these parameters to locate the message and manage pinned references within the channel.