discord-connect
Installation
SKILL.md
Discord Connection Guide
Quick Setup Flow
- Create a bot application — go to Discord Developer Portal, create a new application (or use an existing one).
- Generate a bot token — under Bot → Reset Token, copy the token.
- Enable intents — in Bot settings:
- Message Content Intent (required for reading messages)
- Presence Intent (optional, for online status)
- Generate OAuth2 invite URL — use OAuth2 URL Generator and paste into browser.
- Invite to server — pick your guild from the dropdown.
- Configure in Hermes —
hermes gateway setupor manually configure via config.yaml.
Bot Permissions (Minimal)
For Hermes, you only need:
- Send Messages (0x2)
- Read Message History (0x100000)
- View Channel (0x400)
- Use External Emojis (0x1000000)