Agent skill
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.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/hookdeck
SKILL.md
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.
- 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://outpost.hookdeck.com/docs/
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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?