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
Create a Slack App
Go to api.slack.com/apps and click Create New App. Choose 'From scratch' and select your workspace.
Enable Socket Mode
Under Settings → Socket Mode, toggle it on. Create an app-level token with connections:write scope.
Add bot scopes
Under OAuth & Permissions → Scopes, add the required bot token scopes listed above.
Install to workspace
Click 'Install to Workspace' and authorize. Copy the Bot User OAuth Token (xoxb-...).
Enable Events
Under Event Subscriptions, enable events. Subscribe to message.channels, message.groups, message.im, and app_mention.
Deploy on ClawDock
Go to the Deploy page, select Slack, paste both tokens (bot token and app token), and deploy.