Skip to content
💬

Slack Bot

Security Approved
v1.0.0

Slack workspace integration with mentions, threads, channels, and workflow triggers support.

Communicationcloudflarevpslocal

Installation

Install this skill using the OpenClaw CLI:

$ openclaw skill add slack-bot

Configuration

Add this skill to your OpenClaw configuration:

# OpenClaw Skill Configuration
# Add to ~/.openclaw/config.yaml

skills:
  slack-bot:
    enabled: true
    # Prerequisites: Slack Bot Token
    # Add your API keys and settings below
    settings: {}

Version History

Curated skill releases are reviewed, versioned, and can be rolled back to prior revisions.

v1.0.0active
  • - Initial curated release

Prerequisites

Before using this skill, make sure you have:

  • !Slack Bot Token

Usage

Once installed, you can use this skill in your workflows:

# Run directly
openclaw run slack-bot

# Or use in automation
openclaw workflow --skill=slack-bot