agentsclimarketplace

Hookdeck

Skill hookdeck/agent-skills/skills/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.From its SKILL.md

Install
npx -y skills add hookdeck/agent-skills --skill hookdeck

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

3 things to look at

  • skips confirmationTells the agent to proceed without asking first, 1 time: "use `-y -g` on `npx skills add hookdeck/webhook-skills` so the Skills CLI does not prompt".
  • 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.
  • runs commandsInstructs the agent to run 3 commands, including `npx skills add hookdeck/agent-skills --skill event-gateway` and 2 more.

SKILL.md

2.2 KB, 478 tokens by cl100k_base, as published. Nobody here has run it

Hookdeck

What you want to doSkill
Receive and process webhooksevent-gateway
Route events between third-party servicesevent-gateway
Build asynchronous APIs (IoT, SDKs, web analytics)event-gateway
Test and debug webhooks on localhostevent-gateway
Send webhooks/events to customersoutpost

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.

Outpost

Outbound event delivery to HTTP, SQS, RabbitMQ, Pub/Sub, and more.

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).

What ships with it: 1 file

239 B alongside SKILL.md

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.