Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
OpenClaw skill for Discord Bot API workflows, covering interactions, commands, messages, and operations using direct HTTPS requests.
OpenClaw skill for Discord Bot API workflows, covering interactions, commands, messages, and operations using direct HTTPS requests.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Provide a production-oriented guide for building Discord bot workflows via the REST API and Interactions, focusing on professional command UX, safe operations, and direct HTTPS usage (no SDKs).
You want command-first bot behavior and clear interaction flows. You prefer direct HTTP requests without a library dependency. You need a structured map of Discord API surfaces.
You need a full SDK or gateway client implementation. You plan to stream large media uploads directly.
Read references/discord-api-overview.md for base URL, versioning, and object map. Read references/discord-auth-and-tokens.md for token types and security boundaries. Read references/discord-interactions.md for interaction lifecycle and response patterns. Read references/discord-app-commands.md for slash, user, and message commands. Read references/discord-messages-components.md for messages, embeds, and components. Read references/discord-gateway-webhooks.md for gateway vs webhook tradeoffs. Read references/discord-rate-limits.md for throttling and header-based handling. Read references/discord-request-templates.md for HTTP payload templates. Read references/discord-feature-map.md for the full surface checklist.
Bot token and application ID. Interaction endpoint public key (if using interaction webhooks). Command list and UX tone. Allowed intents and event scope.
A clear bot workflow plan, command design, and operational checklist.
Prefer interactions and slash commands over prefix parsing. Always validate incoming interaction signatures. Keep payloads small and respond quickly to interactions.
Never log tokens or secrets. Use least-privilege permissions and scopes.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.