webhook-integrator
Installation
SKILL.md
Webhook Integrator
This skill focuses on creating endpoints that receive and process data sent from third-party services (e.g., Stripe, GitHub, Shopify).
Instructions
- Design the receiving endpoint (POST route).
- Implement signature verification to ensure requests are authentic.
- Handle the payload data and trigger internal workflows.
- Manage asynchronous processing for heavy tasks (using queues).
- Log webhook events for debugging and reliability.
Examples
- "Integrate a Stripe webhook to activate a user's subscription after payment."
- "Create a GitHub webhook receiver that triggers a build on every push."