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.
| 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).
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer