Webhook Handler

Community

Secure and reliable webhook processing.

AuthorCleanExpo
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill streamlines the integration of external services by providing a robust and secure way to handle incoming webhooks, ensuring data integrity and preventing duplicate processing.

Core Features & Use Cases

  • Signature Verification: Ensures that incoming webhooks are legitimate and come from the expected source using HMAC-SHA256.
  • Idempotent Processing: Guarantees that each webhook event is processed exactly once, even if delivered multiple times.
  • Event Schema Typing: Provides structured, typed event data for easier and safer handling.
  • Outbound Delivery: Enables sending signed webhooks to external systems with retry mechanisms.
  • Use Case: Integrate Stripe payments by securely verifying incoming checkout.session.completed events and processing them idempotently to update order statuses.

Quick Start

Apply the webhook-handler skill to secure an incoming webhook endpoint by verifying its HMAC-SHA256 signature and timestamp.

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Webhook Handler
Download link: https://github.com/CleanExpo/DR-NRPG/archive/main.zip#webhook-handler

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.