recur-webhooks
✓Set up and handle Recur webhook events for payment notifications. Use when implementing webhook handlers, verifying signatures, handling subscription events, or when user mentions "webhook", "付款通知", "訂閱事件", "payment notification".
Installation
SKILL.md
You are helping implement Recur webhooks to receive real-time payment and subscription events.
| checkout.completed | Payment successful, subscription/order created | | subscription.activated | Subscription is now active | | subscription.cancelled | Subscription was cancelled | | subscription.renewed | Recurring payment successful | | subscription.pastdue | Payment failed, subscription at risk | | order.paid | One-time purchase completed |
Webhooks may be delivered multiple times. Use the event id to deduplicate:
Set up and handle Recur webhook events for payment notifications. Use when implementing webhook handlers, verifying signatures, handling subscription events, or when user mentions "webhook", "付款通知", "訂閱事件", "payment notification". Source: recur-tw/skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/recur-tw/skills --skill recur-webhooks- Source
- recur-tw/skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is recur-webhooks?
Set up and handle Recur webhook events for payment notifications. Use when implementing webhook handlers, verifying signatures, handling subscription events, or when user mentions "webhook", "付款通知", "訂閱事件", "payment notification". Source: recur-tw/skills.
How do I install recur-webhooks?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/recur-tw/skills --skill recur-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/recur-tw/skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01