Webhook-skills outpost

install
source · Clone the upstream repo
git clone https://github.com/hookdeck/webhook-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/hookdeck/webhook-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/outpost" ~/.claude/skills/hookdeck-webhook-skills-outpost && rm -rf "$T"
manifest: skills/outpost/SKILL.md
source content

Hookdeck Outpost

Outpost is open-source infrastructure for delivering events to user-preferred destinations: Webhooks (HTTP), SQS, RabbitMQ, Pub/Sub, EventBridge, Kafka, and more. Apache 2.0 licensed, available as managed by Hookdeck or self-hosted.

When to Use Outpost

  • You're building a SaaS or API platform and need to send webhooks to your users
  • You need multi-destination support beyond HTTP webhooks (SQS, RabbitMQ, Pub/Sub, EventBridge, Kafka)
  • You want self-hostable webhook delivery infrastructure
  • You need multi-tenant support with per-user observability
  • You want to offer your customers reliable, retryable event delivery

Quick Start

Managed (Hookdeck)

The fastest way to get started — Hookdeck hosts and operates Outpost for you:

  1. Sign up at hookdeck.com
  2. See the Send Webhooks quickstart

Self-Hosted

Run Outpost on your own infrastructure:

  1. See the Outpost documentation
  2. Clone from GitHub

Supported Destinations

DestinationProtocol
WebhooksHTTP/HTTPS
Amazon SQSAWS SQS
RabbitMQAMQP
Google Pub/SubgRPC
Amazon EventBridgeAWS EventBridge
Apache KafkaKafka protocol

Full Product Skills

For detailed Outpost skills:

npx skills add hookdeck/agent-skills --skill outpost

See hookdeck/agent-skills for the complete Outpost skill, the Outpost documentation, and the GitHub repo.

Resources

Related Skills