From hookdeck
Routes to the correct Hookdeck product skill. Covers Event Gateway (inbound: receive webhooks, webhook endpoints, local dev, event queue) and Outpost (outbound: send webhooks to customers). Use when working with any Hookdeck product and unsure which skill to use.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hookdeck:hookdeckThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
| What you want to do | Skill |
| What you want to do | Skill |
|---|---|
| Receive and process webhooks | event-gateway |
| Route events between third-party services | event-gateway |
| Build asynchronous APIs (IoT, SDKs, web analytics) | event-gateway |
| Test and debug webhooks on localhost | event-gateway |
| Send webhooks/events to customers | outpost |
Inbound event infrastructure. One skill covers all use cases: staged integration workflow, connections, rules, authentication, local dev, monitoring, and API.
For Event Gateway operations and analysis, prefer hookdeck gateway ...; root hookdeck connection ... remains a deprecated compatibility alias.
npx skills add hookdeck/agent-skills --skill event-gatewayOutbound event delivery to HTTP, SQS, RabbitMQ, Pub/Sub, and more.
npx skills add hookdeck/agent-skills --skill outpostFor provider-specific webhook knowledge (Stripe, Shopify, GitHub, etc.),
see hookdeck/webhook-skills.
The event-gateway skill references these during the scaffold stage. Non-interactive install: use -y -g on npx skills add hookdeck/webhook-skills --skill <provider>-webhooks so the Skills CLI does not prompt (details: provider-webhooks-checklist.md).
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub hookdeck/agent-skills --plugin hookdeck