A robust integration for managing Slack workspace interactions, including messaging, reactions, and channel organization via AI agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install slack
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 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Slack Actions skill provides a comprehensive suite of tools for controlling Slack from an AI agent environment. By utilizing a configured bot token, this skill enables agents to perform a wide array of tasks such as sending, editing, and deleting messages, as well as managing message reactions and pinned items. As a key part of the Openclaw Skills ecosystem, it allows for sophisticated automation within Slack channels and DMs.
Whether you need to monitor recent conversations or manage member information, this skill offers the technical bridge required for seamless collaboration. It simplifies the complexity of the Slack API into actionable commands that an AI can execute to keep your team synchronized and your workspace organized.
To deploy this skill, ensure your environment is configured with the necessary bot credentials. This skill is a standard component of the Openclaw Skills repository for Clawdbot.
# Set your Slack Bot Token in your environment variables
export SLACK_BOT_TOKEN='xoxb-your-bot-token'
Ensure the bot has the required scopes (chat:write, reactions:write, pins:write, etc.) within your Slack App configuration.
The skill utilizes a structured input schema to target specific messages and users accurately:
| Field | Description | Format |
|---|---|---|
channelId |
The unique Slack channel ID | e.g., C12345678 |
messageId |
The timestamp of a specific message | e.g., 1712023032.1234 |
to |
The recipient target for messages | channel: |
content |
The body text of the message | String |
emoji |
The emoji to use for reactions | Unicode or :name: |
limit |
The number of messages to retrieve | Integer (default: 20) |
Loading
A high-performance CLI for ElevenLabs text-to-speech that brings macOS-style simplicity to professional AI voice generation.

A local search and indexing CLI utilizing BM25 and vector search with MCP support for AI agent integration.

A comprehensive macOS UI automation CLI designed to capture screens, inspect elements, and drive user inputs for AI agents.

A command-line interface for tracking active food deliveries, viewing order history, and performing reorders on Foodora and Deliveroo.

Songsee is a high-performance CLI utility designed to transform audio files into detailed spectrograms and multi-panel feature visualizations.

A robust Go-based CLI for discovering, controlling, and grouping Sonos speakers directly from your terminal or AI environment.








































