Create a Slack Bot Token | Generated by AI
I’ll guide you through creating a Slack bot token. 🦞
- Go to https://api.slack.com/apps and click Create New App.
- Choose From scratch, give it a name (e.g., “OpenClaw Bot”), and pick your workspace.
- In the left sidebar, go to OAuth & Permissions.
- Under Scopes, add these bot token scopes:
chat:writechannels:historychannels:readgroups:historygroups:readim:historyim:readim:writempim:historympim:readmpim:write
- Scroll up and click Install to Workspace.
- After installation, copy the Bot User OAuth Token (starts with
xoxb-).
Once you have that token, paste it here and I’ll configure OpenClaw to use it.