From bridgey-discord
Manage Discord sender access — allow/deny senders, set DM policy. Use when user says "discord access", "allow discord user", "deny discord user", "discord pairing".
How this skill is triggered — by the user, by Claude, or both
Slash command
/bridgey-discord:accessThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manage who can send messages through the Discord transport.
Manage who can send messages through the Discord transport.
When a new Discord user sends a DM with dm_policy: "pairing", the bot sends a pairing request through the bridgey daemon. The bridgey MCP server triggers an elicitation dialog — you'll see an inline approve/decline prompt in your Claude session. No codes or manual commands needed.
If elicitation isn't available (e.g. orchestrator mode), use allow <user_id> below.
Parse $ARGUMENTS to determine the action:
allow <user_id>Directly add a Discord user ID to the allowlist:
~/.bridgey/discord/access.json (create if missing: {"allowed_senders":[]})allowed_senders if not already presentdeny <user_id> or remove <user_id>Remove a user from the allowlist:
~/.bridgey/discord/access.jsonallowed_senderspolicy <pairing|allowlist|disabled>Update the DM policy in ~/.bridgey/discord.config.json:
dm_policy to the specified valuelistShow current access config:
~/.bridgey/discord/access.json (allowed senders)~/.bridgey/discord.config.jsonShow current access status summary and list available commands.
npx claudepluginhub kickinrad/bridgey --plugin bridgey-discordCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.