Handles Shopify webhook verification and routing for store events like orders, products, and customers. The skill nails the tricky part: HMAC-SHA256 signature verification using base64 encoding (not hex like some other providers), with timing-safe comparison code in both Node and Python. Shopify requires a 200 response within 5 seconds, so you'll need async processing for anything heavy. Includes reference docs and complete Express, Next.js, and FastAPI examples. Built by Hookdeck, who clearly deal with webhooks all day. Pairs well with their webhook-handler-patterns skill for idempotency and retry logic, which matters more than you think when processing payment events.
npx -y skills add hookdeck/webhook-skills --skill shopify-webhooks --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
juliusbrussee/caveman
mattpocock/skills
shadcn/improve
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills