From slack
Set up Slack channel tokens and check channel status. Use when the user provides Slack bot tokens or asks about channel configuration.
npx claudepluginhub reef-digital/claude-code-slackThis skill is limited to using the following tools:
Use this skill when the user pastes Slack bot tokens, asks to configure the
Configures Discord bot channel: saves token to .env, checks status/access policy (DM pairing, allowlists), and guides secure lockdown.
Configures Telegram bot channel: saves token to .env, checks status, reviews access policy, and guides to secure allowlist lockdown.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Share bugs, ideas, or general feedback.
Use this skill when the user pastes Slack bot tokens, asks to configure the Slack channel, or wants to check channel status.
SLACK_BOT_TOKEN (starts with xoxb-) and SLACK_APP_TOKEN (starts with xapp-).~/.claude/channels/slack/.env:
SLACK_BOT_TOKEN=xoxb-...
SLACK_APP_TOKEN=xapp-...
~/.claude/channels/slack/.env exists and has both tokens.~/.claude/channels/slack/access.json (if exists).If the policy is still pairing (default), suggest the user:
allowlist via /slack:access policy allowlist
to lock down access