What problem does it solve?
This Skill guides you through creating a Discord application, configuring the required privileged gateway intents, securely storing the bot token, and validating the resulting bot identity so you can connect the bot to an assistant via the Discord Gateway.
Core Features & Use Cases
- Guided, step-by-step Discord setup: Walks through application creation, intent configuration, token reset/collection, and bot invitation.
- Secure token handling: Collects the bot token only through the assistant’s secure credential prompt and avoids persisting token-derived metadata.
- Least-privilege OAuth invite generation: Builds an invite URL with a computed permission integer while avoiding high-risk permissions like Administrator.
- Validation and troubleshooting pointers: Runs token validation against Discord REST endpoints and links to a dedicated troubleshooting reference for common failures (401/403, intent errors, OAuth invite issues).
Quick Start
Ask the assistant to run the discord-app-setup skill and follow each step one at a time, starting with checking existing configuration.