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

- **Type:** Skill
- **Install:** `agentstack add skill-hookdeck-agent-skills-hookdeck`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [hookdeck](https://agentstack.voostack.com/s/hookdeck)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [hookdeck](https://github.com/hookdeck)
- **Source:** https://github.com/hookdeck/agent-skills/tree/main/skills/hookdeck
- **Website:** https://hookdeck.com/docs/

## Install

```sh
agentstack add skill-hookdeck-agent-skills-hookdeck
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 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](https://hookdeck.com/docs/). 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](https://github.com/hookdeck/agent-skills/blob/main/skills/event-gateway/SKILL.md)
- 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](https://github.com/hookdeck/agent-skills/blob/main/skills/outpost/SKILL.md)
- 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](https://github.com/hookdeck/webhook-skills).
The [event-gateway](https://github.com/hookdeck/agent-skills/blob/main/skills/event-gateway/SKILL.md) skill references these during the scaffold stage. **Non-interactive install:** use `-y -g` on `npx skills add hookdeck/webhook-skills --skill -webhooks` so the [Skills CLI](https://github.com/vercel-labs/skills) does not prompt (details: [provider-webhooks-checklist.md](https://github.com/hookdeck/agent-skills/blob/main/skills/event-gateway/references/provider-webhooks-checklist.md)).

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [hookdeck](https://github.com/hookdeck)
- **Source:** [hookdeck/agent-skills](https://github.com/hookdeck/agent-skills)
- **License:** MIT
- **Homepage:** https://hookdeck.com/docs/

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-hookdeck-agent-skills-hookdeck
- Seller: https://agentstack.voostack.com/s/hookdeck
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
