Automate Slack interactions including messaging, reactions, and channel management directly through your AI agent.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install slack-1
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install slack-1 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill enables Clawdbot to interact seamlessly with Slack workspaces, offering a robust set of tools for managing workspace communication. By leveraging this integration within the Openclaw Skills ecosystem, developers can empower their AI agents to send messages, manage reactions, and curate pinned content without leaving the agentic workflow. It acts as a bridge between automated logic and team collaboration, ensuring that AI-driven insights are delivered exactly where teams are already working.
The skill handles everything from simple message delivery to complex metadata retrieval, such as fetching member info or custom emoji lists. This makes it an essential component for any developer looking to build sophisticated, interactive bots that can participate in DMs or public channels with the same nuance as a human teammate.
To get started with this integration from Openclaw Skills, ensure your Clawdbot has a valid Slack Bot User OAuth Token. Your Slack App must have the necessary Scopes (e.g., chat:write, reactions:write, pins:write).
# Example of enabling the skill within your environment
openclaw skills:add slack
The skill utilizes specific identifiers and content types to interact with the Slack API. Below is the primary data structure used by the actions:
| Input Field | Format | Description |
|---|---|---|
channelId |
String | The unique Slack channel ID (e.g., C12345). |
messageId |
String | The unique timestamp of the message (e.g., 1712023032.1234). |
emoji |
String | Unicode or Slack-specific emoji name (e.g., :white_check_mark:). |
to |
String | The target destination, formatted as channel:ID or user:ID. |
content |
String | The raw text or Markdown-formatted string for the message body. |
Loading
The ultimate discovery tool for searching and installing modular capabilities from the Openclaw Skills ecosystem.

A token-efficient browser automation tool designed for AI agents to interact with web pages via a command-line interface.

A professional-grade image generation skill using grsai nano-banana models for high-fidelity text-to-image and image-to-image synthesis.

An AI-powered maintenance agent that intelligently assesses the risk of system updates before deciding to automate or report.

A dedicated scaffolding tool designed to safely and rapidly create new capabilities within the Openclaw Skills ecosystem.

A robust tool for retrieving detailed Brazilian corporate information and registration status using CNPJ identifiers.








































