discord-delivery
by vercel
Discord channel specialist workflow: debug interaction webhooks, Ed25519 signatures, deferred replies, workflow forwarding to /discord-webhook, integration…
npx skills add https://github.com/vercel-labs/vercel-openclaw --skill discord-deliveryDiscord Delivery
Use after channel-debug-core for Discord issues.
Files
src/app/api/channels/discord/webhook/route.tssrc/server/channels/discord/**src/server/workflows/channels/drain-channel-workflow.tssrc/server/admin/why-not-ready.tssrc/app/api/channels/summary/route.ts
Runtime Path
Discord interaction -> /api/channels/discord/webhook -> Ed25519 signature validation -> PING type 1 or deferred type 5 -> workflow -> reconcileDiscordIntegration -> native forward to port 3000 /discord-webhook -> interaction edit or channel fallback
Parallel Lane Inputs To Consume
Before proposing a Discord fix, consume:
- Vercel/app logs lane: interaction accepted/deferred, reconcile logs, requestId/deliveryId/interaction ID, and project targeting proof.
- Sandbox runtime lane: port 3000 listener and
/discord-webhookevidence when native forwarding occurred. - Workflow lane:
drainChannelWorkflowrun ID/status/steps, token-age evidence, final edit/fallback attempt, with verified project targeting when.vercel/project.jsondiffers from the incident target. - Prior-fix comparison: type 5 defer mistaken as completion, token expiry, reconcile failure, workflow forward failure.
Special Checks
- Returning type 5 proves only defer, not final reply.
- Interaction token budget matters; check preempt/fallback logs.
- Soft deadline is around 13.5 minutes in workflow logic.
- Reconcile failures can be causal.
- User-visible reply evidence must include interaction edit or channel fallback outcome.
- If a fast path is added later, apply
channel-forward-parity.