discord-openapi-skill
Installation
SKILL.md
Discord API Skill
Use this skill to run Discord REST operations through uxc + OpenAPI.
Reuse the uxc skill for shared execution, auth, and error-handling guidance.
Prerequisites
uxcis installed and available inPATH.- Network access to
https://discord.com/api/v10. - Access to Discord OpenAPI spec URL:
https://raw.githubusercontent.com/discord/discord-api-spec/main/specs/openapi.json
- Discord bot token (recommended) or OAuth2 user authentication (limited functionality).
Authentication
Option 1: Bot Token (Recommended)
Bot token provides full access to Discord API including reading messages, managing servers, sending messages, and all administrative operations. This is the recommended method for most use cases.