What you can do
- Send messages to any channel or DM
- List and search channels across your workspace
- Post automated updates from CI/CD or deploy workflows
- Respond to Slack workflows and triggers
- Share files and snippets to channels
Install the skill
Install via clawhub
npx clawhub@latest install slack
The slack skill connects your AI agent to Slack's API, letting it send messages, read channels, and participate in workflows.
Example commands
# Send a deployment notification
openclaw ask "Send a message to #deployments: v0.7.0 is live"
✓ Message sent to #deployments
# List channels
openclaw ask "List all public channels"
#general #engineering #deployments #random
# Post an update
openclaw ask "Tell #engineering the build is green"
✓ Message sent to #engineering
How it works
OpenClaw CLI acts as a watchdog daemon that keeps your AI agent always running. When you install the Slack skill, your agent can send messages, manage channels, and automate communication across your Slack workspace. Configure your Slack Bot Token once, and your agent handles the rest.
Get OpenClaw CLI — Free
Your AI agent, always running. Zero config.
npm
npm install -g openclaw-cli
Homebrew
brew install openclaw/tap/openclaw-cli