Hardens an inbound webhook endpoint with HMAC signature verification, timestamp replay protection, idempotency, schema validation, async processing, and dead-letter handling. Use when designing a new webhook receiver or auditing an existing one
$npx -y skills add hotak92/vibecoded-orchestrator --skill webhook-receiverInstalls into the current project.
Run `npx skills use "https://github.com/hotak92/vibecoded-orchestrator" --skill "hotak92/vibecoded-orchestrator/webhook-receiver"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/hotak92/vibecoded-orchestrator" that are relevant to the current task. Run `npx skills add "https://github.com/hotak92/vibecoded-orchestrator"` and select the relevant skills, then follow their instructions.