Webhook Setup · seb1n/awesome-ai-agent-skills

Build reliable webhook receivers with signature checks

Implements an HTTP endpoint that verifies webhook signatures, processes events idempotently, routes them by type, and handles retries with a dead-letter queue. Useful when integrating with providers like Stripe or GitHub that send webhook events.

Good for

  • Verify incoming webhook signatures securely
  • Handle duplicate webhook deliveries safely
  • Set up a dead-letter queue for failed events
Category
Coding

Open-source skills are maintained by their authors and listed as published, with attribution. Results depend on how well the skill fits your task and material.

A good place to start

Set up a webhook receiver for Stripe events with signature verification and idempotent processing.

Make your next great thing.

Bring a question, a file, or an idea that’s not quite there yet.