What problem does it solve?
It helps you set up a Discord application and bot connection to CLUD so your assistant can receive messages through the Discord Gateway with least-privilege intents and correct identity wiring.
Core Features & Use Cases
- Guided Discord app creation: Walks you through creating the application in the Discord developer portal, then proceeds only after you confirm completion.
- Intent configuration for Gateway operation: Instructs enabling the required privileged intents (Message Content and Server Members) and avoids unnecessary privacy-sensitive intents.
- Secure token collection and validation: Collects the bot token via a credential_store prompt (not plaintext chat) and validates it by calling Discord APIs, then stores application metadata in configuration.
- OAuth invite generation and connection testing: Generates a least-privilege OAuth invite URL and optionally loads guardian-verify-setup to verify identity.
Quick Start
Tell the assistant to start discord app setup, then confirm each step (application creation and intent saves) and paste the generated bot token only when the secure credential prompt appears.