Skip to main content
jeremylongshore

webhook-handler-creator

by jeremylongshorev1.0.0

Create secure webhook endpoints with signature verification and retry logic

Installation guide →
1 skill 1 commandapi-development GitHub

Commands

create-webhook-handler

Create 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