What problem does it solve? Setting up a Discord bot for Hermes involves many failure-prone steps — tokens, intents, OAuth2 scopes, guild installs, and channel discovery — and this Skill provides a guided path through setup plus diagnosis of the most common failure modes. ## Core Features & Use Cases - Guided Bot Setup: Walks through creating a Discord application, generating a bot token, enabling Message Content Intent, and building the OAuth2 invite URL with correct permissions. - Failure Diagnosis: Covers concrete failure patterns such as "integration requires code grant", silent bots, ✅-only reactions from unauthorized users, and empty channel discovery in channel_directory.json. - Voice and Gateway Troubleshooting: Resolves ffmpeg/opus voice playback issues, idle typing loops, and gateway restart procedures on macOS via launchctl. - Use Case: A user invites their Hermes bot to a Discord server but gets no replies; the Skill directs them to check DISCORD_ALLOWED_USERS, restart the gateway, and verify with a real @mention. ## Quick Start Help me connect my Hermes agent to Discord and verify the bot can send and receive messages in my server.