webhook-handler-creator
by jeremylongshorev1.0.0
Create secure webhook endpoints with signature verification and retry logic
Commands
create-webhook-handlerCreate secure webhook endpoints with validation and resilience
Documentation
# Webhook Handler Creator Plugin Create secure webhook endpoints with signature verification, idempotency, and retry logic. ## Installation ```bash /plugin install webhook-handler-creator@claude-code-plugins-plus ``` ## Usage ```bash /create-webhook-handler # or /webhook ``` ## Features - Signature verification (HMAC) - Idempotency handling - Retry with exponential backoff - Event routing - Dead letter queue ## License MIT