·paddle-webhooks
</>

paddle-webhooks

hookdeck/webhook-skills

Receive and verify Paddle webhooks. Use when setting up Paddle webhook handlers, debugging signature verification, or handling subscription events like subscription.created, subscription.canceled, or transaction.completed.

12Installs·0Trend·@hookdeck

Installation

$npx skills add https://github.com/hookdeck/webhook-skills --skill paddle-webhooks

SKILL.md

For complete working examples with tests, see: examples/express/ - Full Express implementation examples/nextjs/ - Next.js App Router implementation examples/fastapi/ - Python FastAPI implementation

| subscription.created | New subscription created | | subscription.activated | Subscription now active (first payment) | | subscription.canceled | Subscription canceled | | subscription.paused | Subscription paused | | subscription.resumed | Subscription resumed from pause | | transaction.completed | Transaction completed successfully |

| transaction.paymentfailed | Payment attempt failed | | customer.created | New customer created | | customer.updated | Customer details updated |

Receive and verify Paddle webhooks. Use when setting up Paddle webhook handlers, debugging signature verification, or handling subscription events like subscription.created, subscription.canceled, or transaction.completed. Source: hookdeck/webhook-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/hookdeck/webhook-skills --skill paddle-webhooks
Category
</>Dev Tools
Verified
First Seen
2026-02-13
Updated
2026-02-18

Quick answers

What is paddle-webhooks?

Receive and verify Paddle webhooks. Use when setting up Paddle webhook handlers, debugging signature verification, or handling subscription events like subscription.created, subscription.canceled, or transaction.completed. Source: hookdeck/webhook-skills.

How do I install paddle-webhooks?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/hookdeck/webhook-skills --skill paddle-webhooks Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/hookdeck/webhook-skills