configure
Installation
SKILL.md
/slack-channel:configure
Overview
Configure the Slack channel MCP plugin by providing your Slack bot token and app-level token. Writes credentials to a secure .env file with owner-only permissions.
Prerequisites
- A Slack app created at api.slack.com/apps with Socket Mode enabled
- A Bot User OAuth Token (
xoxb-...) from OAuth & Permissions - An App-Level Token (
xapp-...) from Socket Mode settings - Write access to
~/.claude/channels/slack/
Usage
/slack-channel:configure <xoxb-bot-token> <xapp-app-token>
Related skills