Execute qualquer Skill no Manus
com um clique
com um clique
Execute qualquer Skill no Manus com um clique
Começar$pwd:
$ git log --oneline --stat
stars:28
forks:21
updated:31 de maio de 2026 às 04:03
SKILL.md
Manage Slack channel access control — pairing, allowlist, channel opt-in
CCSC lifecycle command center — fresh install walkthrough, health doctor, verify round-trip, auto-repair, Slack app manifest export, reset, tour, and uninstall. One skill for the full install lifecycle.
Author MCP tool-call policy rules without hand-editing access.json
| name | configure |
| description | Configure Slack channel tokens (bot token + app-level token) |
| version | 1.0.0 |
| author | Jeremy Longshore <jeremy@intentsolutions.io> |
| license | Apache-2.0 |
| user-invocable | true |
| argument-hint | <bot-token> <app-token> |
| allowed-tools | ["Read","Write","Bash(cmd:chmod)"] |
Configure the Slack channel with your bot token and app-level token.
/slack-channel: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-channel: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 --channels plugin:slack-channel@claude-code-plugins
Or for development:
claude --dangerously-load-development-channels server:slack
.env.env file