discord-app-setup

Set up a Discord application and bot connection to CLUD via Gateway and OAuth.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/CerisonAutomation/clud --skill discord-app-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discord-app-setup
Source: https://github.com/CerisonAutomation/clud/tree/main/skills/discord-app-setup
Command: npx skills add https://github.com/CerisonAutomation/clud --skill discord-app-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

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.

Frequently Asked Questions about discord-app-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a Discord bot to receive messages through the Discord Gateway?

To set up a Discord bot for Gateway message reception, you must create a Discord application, enable Message Content and Server Members privileged intents, securely input the bot token, and generate a least-privilege OAuth invite URL.

What privileged intents do I need to enable for a Discord bot setup?

Discord bot setup requires enabling the Message Content and Server Members privileged intents in the developer portal to allow the bot to receive message data through the Gateway while avoiding unnecessary privacy-sensitive intents.

How do I securely collect and validate a Discord bot token?

Secure Discord bot token collection involves using a credential_store prompt rather than plaintext chat, followed by REST API validation to verify the token and store the application metadata in configuration files.

How do I generate an OAuth invite URL with least-privilege permissions for a Discord bot?

Generating a least-privilege OAuth invite URL involves configuring specific bot permissions after securely capturing your application metadata and validating the bot token via Discord REST APIs.

Can I verify Discord bot identity after completing the OAuth invite generation?

Yes, after generating the OAuth invite URL, you can optionally load identity verification tools to verify the bot identity and ensure secure connection wiring to your platform.

Why does Discord bot setup require strict step ordering during application provisioning?

Strict step ordering is required for Discord bot setup because application metadata capture, secure token collection, and REST API validation must happen sequentially to ensure correct identity wiring and least-privilege configuration.