Skip to content
Skill

configure

by jeremylongshore

AI Summary

Configure 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

0/2000
Loading comments...

Health Signals

MaintenanceCommitted Yesterday
Active
Adoption1K+ stars on GitHub
1.8k ★ · Popular
DocsMissing or thin
Undocumented

GitHub Signals

Stars1.8k
Forks246
Issues8
UpdatedYesterday
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code