plugins marketplace
← All plugins

webhook-handler-creator

v1.25.0

Create secure webhook endpoints with signature verification and retry logic

Claude Code1 skill

by Jeremy LongshoreMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/api-development/webhook-handler-creator/ inside the repository.

Layout

plugins/api-development/webhook-handler-creator/
├── .claude-plugin/plugin.json
└── skills/creating-webhook-handlers/SKILL.md

Skills1

creating-webhook-handlersskills/creating-webhook-handlers/SKILL.md

Create webhook endpoints with signature verification, retry logic, and payload validation. Use when receiving and processing webhook events. Trigger with phrases like "create webhook", "handle webhook events", or "setup webhook handler".

Manifests1

plugins/api-development/webhook-handler-creator/.claude-plugin/plugin.json
{
  "name": "webhook-handler-creator",
  "version": "1.25.0",
  "description": "Create secure webhook endpoints with signature verification and retry logic",
  "author": {
    "name": "Jeremy Longshore",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "webhook",
    "events",
    "signature",
    "security"
  ]
}