// SLACK

Connect Slack

Deploy an AI assistant to your Slack workspace. Socket Mode keeps everything secure — no public endpoints needed.

Requirements

Bot Token (xoxb-...)

Your bot's OAuth token. Found in your Slack App settings under OAuth & Permissions.

App Token (xapp-...)

Required for Socket Mode. Generate one under Basic Information → App-Level Tokens with connections:write scope.

Required Bot Scopes

Setup Steps

1

Create a Slack App

Go to api.slack.com/apps and click Create New App. Choose 'From scratch' and select your workspace.

2

Enable Socket Mode

Under Settings → Socket Mode, toggle it on. Create an app-level token with connections:write scope.

3

Add bot scopes

Under OAuth & Permissions → Scopes, add the required bot token scopes listed above.

4

Install to workspace

Click 'Install to Workspace' and authorize. Copy the Bot User OAuth Token (xoxb-...).

5

Enable Events

Under Event Subscriptions, enable events. Subscribe to message.channels, message.groups, message.im, and app_mention.

6

Deploy on ClawDock

Go to the Deploy page, select Slack, paste both tokens (bot token and app token), and deploy.