Install
openclaw skills install hypdiscordgodBuild, extend, debug, scaffold, and package Discord bots and bot systems. Use when asked to create a Discord bot, scaffold a new bot project, add slash commands, prefix commands, event handlers, moderation systems, ticket systems, role tools, embeds, buttons, select menus, modals, webhooks, persistence, deployment setup, Bun support, Docker setup, dashboard/API integration, Discord OAuth dashboard auth, frontend dashboard scaffolding, queue/worker processing, Postgres/Prisma/Drizzle database variants, moderation dashboards, mono-repo service layouts, or troubleshoot Discord API behavior in Node.js/TypeScript or Python projects.
openclaw skills install hypdiscordgodUse this skill to turn Discord bot requests into shippable systems with clean architecture, minimal privileged intents, clear configuration, and production-ready command, API, worker, and dashboard structure.
Prefer acting over theorizing: if the repository exists, inspect it and implement directly; if no project exists, scaffold a minimal runnable system immediately.
Default to modern Discord patterns:
discord.js for Node/TypeScript projects and discord.py for Python projects unless the repo already uses another library.For bot + API + dashboard + worker systems:
When completing Discord bot work:
Use these when they save time:
assets/discord-js-ts-template/ for a modern slash-command bot starter.assets/bun-template/ for a Bun-oriented starter.assets/ticket-bot-starter/ for a SQLite-backed ticket bot with claim, archive/reopen, and transcript support.assets/dashboard-api-starter/ for an Express + SQLite companion API starter with OAuth starter auth, guild permission checks, real OAuth guild listing, logout/session handling, CSRF protection, webhook route, shared guild-config access, and queue/worker patterns.assets/dashboard-frontend-starter/ for a React/Vite dashboard frontend starter with multi-guild UX.assets/moderation-dashboard-starter/ for a moderation dashboard API starter with audit logging.assets/prisma-starter/ for a Prisma + Postgres starter with guild config and ticket schema.assets/drizzle-starter/ for a Drizzle + Postgres starter with guild config and ticket schema.assets/monorepo-starter/ for a multi-service layout starter combining bot, API, dashboard, worker, env template, and Docker Compose.assets/docker/ for basic container deployment artifacts.Read these only if needed:
references/discord-bot-planning.mdreferences/discord-js-patterns.mdreferences/discord-py-patterns.mdreferences/persistence-patterns.mdreferences/postgres-prisma-drizzle-patterns.mdreferences/deployment-patterns.mdreferences/dashboard-api-patterns.mdreferences/oauth-dashboard-patterns.mdreferences/csrf-session-patterns.mdreferences/webhook-patterns.mdreferences/worker-queue-patterns.mdreferences/moderation-dashboard-patterns.mdreferences/monorepo-starter-patterns.mdreferences/ticket-system-patterns.mdreferences/ticket-advanced-patterns.mdreferences/ticket-bot-starter-notes.mdreferences/troubleshooting.md