From sundial-org-awesome-openclaw-skills-4
Generates webhook handlers with signature verification, idempotency checks, and retry logic for Stripe, GitHub, Shopify, Twilio, and other providers. Use for third-party integrations.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
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.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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.