一键导入
configure
Set up the Slack channel — save the bot and app tokens. Use when the user pastes Slack tokens, asks to configure Slack, or wants to check channel status.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Set up the Slack channel — save the bot and app tokens. Use when the user pastes Slack tokens, asks to configure Slack, or wants to check channel status.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Self-diagnose, fix, and learn from Slack bridge issues. Run when something's wrong, after changes, or before asking Daniel to restart. Fixes what it can, records what it learns.
Manage Slack channel access — approve pairings, edit allowlists, set DM/channel policy. Use when the user asks to pair, approve someone, check who's allowed, or change policy for the Slack channel.
| name | configure |
| description | Set up the Slack channel — save the bot and app tokens. Use when the user pastes Slack tokens, asks to configure Slack, or wants to check channel status. |
| user-invocable | true |
| allowed-tools | ["Read","Write","Bash(ls *)","Bash(mkdir *)"] |
Configure the Slack channel with your bot token and app-level token.
/slack-cc:configure <xoxb-bot-token> <xapp-app-token>
Parse the two arguments from $ARGUMENTS:
xoxb- (Bot User OAuth Token)xapp- (App-Level Token)If either token is missing or has the wrong prefix, show this error and stop:
Error: Two tokens required.
- Bot token (starts with xoxb-) from OAuth & Permissions
- App token (starts with xapp-) from Socket Mode settings
Usage: /slack-cc:configure xoxb-... xapp-...
Create the state directory if it doesn't exist:
~/.claude/channels/slack/
Write the .env file at ~/.claude/channels/slack/.env:
SLACK_BOT_TOKEN=<bot-token>
SLACK_APP_TOKEN=<app-token>
Set file permissions to owner-only:
chmod 600 ~/.claude/channels/slack/.env
Confirm success:
Slack channel configured.
Start Claude with the Slack channel:
claude --plugin-dir ~/repos/slack-cc --dangerously-load-development-channels server:slack
.env.env file