AI SummaryConfigure the Slack channel MCP plugin by providing your Slack bot token and app-level token. Writes credentials to a secure file with owner-only permissions. 1. Parse the two arguments from : 2. If either token is missing or has the wrong prefix, show this error and stop:
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "configure" skill in my project. Please run this command in my terminal: # Install skill into your project mkdir -p .claude/skills/configure && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/configure/SKILL.md "https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/mcp/slack-channel/skills/configure/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Configure Slack channel tokens (bot token + app-level token)
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> `
Examples
Standard configuration: ` /slack-channel:configure xoxb-1234567890-abcdef xapp-1-ABCDEF-ghijkl → Slack channel configured. ` Missing token error: ` /slack-channel:configure xoxb-1234567890 → Error: Two tokens required. • Bot token (starts with xoxb-) from OAuth & Permissions • App token (starts with xapp-) from Socket Mode settings `
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster