·woocommerce-webhooks
</>

woocommerce-webhooks

hookdeck/webhook-skills

Receive and verify WooCommerce webhooks. Use when setting up WooCommerce webhook handlers, debugging signature verification, or handling e-commerce events like order.created, order.updated, product.created, or customer.created.

13Installs·1Trend·@hookdeck

Installation

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

SKILL.md

| Event | Triggered When | Common Use Cases |

| order.created | New order placed | Send confirmation emails, update inventory | | order.updated | Order status changed | Track fulfillment, send notifications | | order.deleted | Order deleted | Clean up external systems | | product.created | Product added | Sync to external catalogs | | product.updated | Product modified | Update pricing, inventory |

| customer.created | New customer registered | Welcome emails, CRM sync | | customer.updated | Customer info changed | Update profiles, preferences |

Receive and verify WooCommerce webhooks. Use when setting up WooCommerce webhook handlers, debugging signature verification, or handling e-commerce events like order.created, order.updated, product.created, or customer.created. 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 woocommerce-webhooks
Category
</>Dev Tools
Verified
First Seen
2026-02-11
Updated
2026-02-18

Quick answers

What is woocommerce-webhooks?

Receive and verify WooCommerce webhooks. Use when setting up WooCommerce webhook handlers, debugging signature verification, or handling e-commerce events like order.created, order.updated, product.created, or customer.created. Source: hookdeck/webhook-skills.

How do I install woocommerce-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 woocommerce-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