From sundial-org-awesome-openclaw-skills-4
Generates webhook handlers with signature verification, retry logic, and idempotency for providers like Stripe, GitHub, and Shopify. Use when integrating third-party webhooks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:webhook-genThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Describe the webhook you're handling. Get a complete handler with signature verification, retry logic, and proper error handling. Stripe, GitHub, Twilio. all the patterns you need.
Describe the webhook you're handling. Get a complete handler with signature verification, retry logic, and proper error handling. Stripe, GitHub, Twilio. all the patterns you need.
One command. Zero config. Just works.
npx ai-webhook "stripe payment succeeded"
# Stripe payment webhook
npx ai-webhook "stripe checkout.session.completed"
# GitHub push events
npx ai-webhook "github push event to trigger deployment"
# Generic webhook with retry
npx ai-webhook "order created webhook with idempotency"
# Specify provider explicitly
npx ai-webhook "new subscriber notification" --provider convertkit
# TypeScript output
npx ai-webhook "invoice paid" --typescript
This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups, no API keys on free tiers. Just tools that work.
Find more:
No install needed. Just run with npx. Node.js 18+ recommended.
npx ai-webhook --help
The tool recognizes common webhook patterns from your description. It generates a handler function with the appropriate verification method, event parsing, and response codes. AI ensures the handler follows best practices for reliability and security.
MIT. Free forever. Use it however you want.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4Creates webhook endpoints with HMAC signature verification, idempotency checks, payload parsing, and async retry handling for Stripe, GitHub, Twilio.
Creates secure webhook handlers with HMAC signature verification, idempotency, retry logic, and dead letter queues. Activates on webhook-related requests.
Implements webhook systems with retry logic, signature verification, and delivery guarantees for event-driven integration with external services.