skills/outpost/SKILL.md
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.
npx skillsauth add hookdeck/webhook-skills outpostInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
The fastest way to get started — Hookdeck hosts and operates Outpost for you:
Run Outpost on your own infrastructure:
| Destination | Protocol | |-------------|----------| | Webhooks | HTTP/HTTPS | | Amazon SQS | AWS SQS | | RabbitMQ | AMQP | | Google Pub/Sub | gRPC | | Amazon EventBridge | AWS EventBridge | | Apache Kafka | Kafka protocol |
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.
development
Receive and verify Vercel webhooks. Use when setting up Vercel webhook handlers, debugging signature verification, or handling deployment events like deployment.created, deployment.succeeded, or project.created.
development
Receive and verify Twilio webhooks. Use when setting up Twilio webhook handlers, debugging X-Twilio-Signature verification, or handling communications events like incoming SMS, voice calls, message status callbacks (delivered, failed), or recording status callbacks.
development
Receive and verify Stripe webhooks. Use when setting up Stripe webhook handlers, debugging signature verification, or handling payment events like payment_intent.succeeded, customer.subscription.created, or invoice.paid.
development
Receive and verify Slack Events API webhooks. Use when setting up Slack webhook handlers, debugging Slack signature verification, handling the url_verification challenge, or processing events like app_mention, message, reaction_added, team_join, or app_home_opened.