standards-webhook

Installation
SKILL.md

Core Workflow

  1. Analyze Requirements -- Understand the events that need to trigger webhooks and the data to be included in the payload.
  2. Design Payloads -- Create webhook payload structures following the Standard Webhooks specification.
  3. Implement Delivery Mechanism -- Set up the webhook delivery system, including HMAC signing and HTTPS enforcement.
  4. Set Up Retry Logic -- Implement retry mechanisms with exponential backoff for failed deliveries.
  5. Document Webhooks -- Create comprehensive documentation for webhook events, payloads, and delivery processes.
  6. Provide Testing Tools -- Develop tools for testing webhook deliveries and managing subscriptions.
  7. Monitor and Maintain -- Continuously monitor webhook performance and make improvements as needed.

Reference Guide

Topic Reference Load When
Standard Webhooks references/standard-webhooks.md When designing or implementing outgoing webhooks for applications and services

Constraints

MUST DO

Installs
3
Repository
paulund/ai
GitHub Stars
3
First Seen
May 4, 2026
standards-webhook — paulund/ai