Agent skill
outpost
Hookdeck Outpost — open-source infrastructure for sending webhooks and events to user-preferred destinations (HTTP, SQS, RabbitMQ, Pub/Sub, EventBridge, Kafka). Use when building a SaaS platform that needs to deliver events to customers.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/outpost-hookdeck-webhook-skills
Metadata
Additional technical details for this skill
- author
- hookdeck
- version
- 0.1.0
- repository
- https://github.com/hookdeck/webhook-skills
SKILL.md
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:
- Sign up at hookdeck.com
- See the Send Webhooks quickstart
Self-Hosted
Run Outpost on your own infrastructure:
- See the Outpost documentation
- Clone from GitHub
Supported Destinations
| Destination | Protocol |
|---|---|
| Webhooks | HTTP/HTTPS |
| Amazon SQS | AWS SQS |
| RabbitMQ | AMQP |
| Google Pub/Sub | gRPC |
| Amazon EventBridge | AWS EventBridge |
| Apache Kafka | Kafka protocol |
Full Product Skills
For detailed Outpost skills:
Coming soon:
npx skills add hookdeck/skillsIn the meantime, see the Outpost documentation and the GitHub repo.
Resources
Related Skills
- hookdeck-event-gateway - For receiving and ingesting webhooks (the inbound counterpart)
- hookdeck-event-gateway-webhooks - Verify Hookdeck signatures on forwarded webhooks
- webhook-handler-patterns - Handler sequence, idempotency, error handling, retry logic
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?