Hookdeck
Agent Skills for working with Hookdeck products — Event Gateway (webhooks/events) and Outpost (outbound delivery). Follows the Agent Skills specification.
npx -y skills add hookdeck/agent-skills --skill hookdeckAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
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.
SKILL.md
2.2 KB, as published. Nobody here has run it
Hookdeck
| 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 |
Event Gateway
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.
- Skill: event-gateway
- Install:
npx skills add hookdeck/agent-skills --skill event-gateway - Docs: https://hookdeck.com/docs/
Outpost
Outbound event delivery to HTTP, SQS, RabbitMQ, Pub/Sub, and more.
- Skill: outpost
- Install:
npx skills add hookdeck/agent-skills --skill outpost - Docs: https://hookdeck.com/docs/outpost
Provider Webhook Skills
For 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).