webhook-reliability

Community

Reliable webhooks with guaranteed retries.

Authormarquesfelip
Version1.0.0
Installs0

System Documentation

What problem does it solve?

In SaaS systems, webhook events can be lost, duplicated, or delayed. This Skill provides a robust pattern for reliable ingestion and delivery with deduplication, backoff, and dead-letter handling.

Core Features & Use Cases

  • Inbound: Accept immediately and process asynchronously to avoid provider timeouts, with deduplication by delivery ID and idempotent processing.
  • Outbound: Queue deliveries to customer endpoints with stable IDs for idempotency and DLQ support.
  • Observability: Track status, attempts, last_error, and trigger alerts on dead-lettering to ensure operator visibility.

Quick Start

Configure the webhook receiver to validate signatures, enqueue incoming payloads, and run a worker to process retries.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 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-reliability
Download link: https://github.com/marquesfelip/agents-and-skills/archive/main.zip#webhook-reliability

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 471,000+ vetted skills library on demand.