How this skill is triggered — by the user, by Claude, or both
Slash command
/discord-bridge:accessThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manage the allowlist of Discord users who can send prompts and approve permissions.
Manage the allowlist of Discord users who can send prompts and approve permissions.
Read the current access config:
cat ${CLAUDE_PLUGIN_DATA}/access.json 2>/dev/null || echo '{"allowedUsers": []}'
Show the user the current allowlist.
Ask what they want to do:
Update ${CLAUDE_PLUGIN_DATA}/access.json with the changes.
The bridge service will pick up the changes on the next request (no restart needed).
npx claudepluginhub chrismdemian/claude-code-discord-bridge --plugin discord-bridgeManage Discord channel access — approve pairings, edit allowlists, set DM/group policy. Activated by /access commands.
Interacts with Discord servers using bot tokens: sends messages, reads channels, manages reactions, and handles authentication.
Provides production-ready TypeScript starters for Claude Code channel servers: CI webhook receiver for GitHub Actions, mobile approval relay, Discord/Telegram bridge, local fakechat dev profile. Includes sender allowlists and security hardening.