# Expanso HTTP Webhook Ingestion

> Ingest webhooks via HTTP and forward to Kafka with validation

- Skill: `expanso-io/expanso-http-webhook-ingestion-2` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add expanso-io/expanso-http-webhook-ingestion-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/expanso-io/expanso-http-webhook-ingestion-2/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: expanso-io (https://skillmd.com/u/expanso-io)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/expanso-io/expanso-http-webhook-ingestion-2

---


# HTTP Webhook Ingestion

Accept HTTP webhooks and forward to Kafka with request validation, authentication, and rate limiting.

## Category

`data-routing`

## Quick Start

```bash
export KAFKA_BROKERS=localhost:9092
./run.sh
# Send a webhook: curl -X POST http://localhost:8080/webhook -d '{"event":"test"}'
```

## Requirements

- Expanso Edge installed (`clawhub install expanso`)
- Kafka broker for output

