Stats
Actions
Tags
From discord-orchestrator
Set up the Discord orchestrator — save bot token and configure ops channel
How this skill is triggered — by the user, by Claude, or both
Slash command
/discord-orchestrator:configureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Help the user set up the Discord orchestrator.
Help the user set up the Discord orchestrator.
~/.discord-orchestrator/.env as DISCORD_BOT_TOKEN=<token> with 0600 permissions~/.discord-orchestrator/projects.json with the ops_channel valuecd plugins/discord-orchestrator && bun server.ts~/.discord-orchestrator/ directory if it doesn't existnpx claudepluginhub lizardliang/lizard-market --plugin discord-orchestratorWrites Discord bot token to config and guides you through channel setup, access policy, and allowlist lockdown.
Adds Discord bot channel integration to ClaudeClaw with code changes, tests, and interactive bot setup.
Interacts with Discord servers using bot tokens: sends messages, reads channels, manages reactions, and handles authentication.