hookdeck/zift-webhooks
> Receive and acknowledge Zift (Zift Payments / payment gateway) webhook notifications. Use when setting up a Zift webhook receiver, understanding why there is no signature/HMAC header to verify, returning the required events like billing.subscription-created, processing.chargeback, and processing.return.
npx skills add https://github.com/hookdeck/webhook-skills --skill zift-webhooks
Take hookdeck/zift-webhooks from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.
The instructions reference npx.
Without those the skill loads but fails at the first command.