webhook-debugger

Test, debug, and inspect webhooks locally. Receive webhooks, inspect payloads, debug integrations, and replay requests. Essential for API development and third-party integrations.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "webhook-debugger" with this command: npx skills add chenxuyaun/webhook-debugger

Webhook Debugger

Receive, inspect, and debug webhooks locally.

Quick Start

webhook listen
webhook listen 3000
webhook listen --url https://myendpoint.com/webhook

Features

  • 🎣 Local webhook receiver
  • 📋 Payload inspection
  • 🔄 Request replay
  • ⏱️ Request history
  • 🔍 Headers & query params
  • ✅ Signature verification
  • 📤 Forward to other URLs

Usage

Start listener

webhook listen 8080

Inspect incoming request

POST /webhook
Headers: { content-type: application/json }
Body: { "event": "payment", "amount": 100 }

✓ Received 2024-01-15 10:30:00

Replay request

webhook replay <request-id> <target-url>

Common Use Cases

  • Debug Stripe webhooks
  • Test GitHub webhooks
  • Inspect form submissions
  • Verify API payloads
  • Debug Zapier/Make webhooks

Commands

  • webhook listen [port] - Start local server
  • webhook list - Show request history
  • webhook show <id> - Show request details
  • webhook replay <id> <url> - Replay to new URL
  • webhook clear - Clear history
  • webhook forward <url> - Forward to another service

Notes

  • Default port: 3000
  • History stored locally
  • Supports JSON, form-data, plain text

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Bitpanda

Query a Bitpanda account via the Bitpanda API using a bundled bash CLI. Covers all read-only endpoints: balances, trades, transactions, asset info, and live...

Registry SourceRecently Updated
Coding

Bark Push

Send push notifications to iOS devices via Bark. Use when you need to send a push notification to user's iPhone. Triggered by phrases like "send a notificati...

Registry SourceRecently Updated
Coding

Sslgen

Self-signed SSL certificate generator. Create SSL certificates for development, generate CA certificates, create certificate signing requests, and manage dev...

Registry SourceRecently Updated
850Profile unavailable
Coding

Snippet

Code snippet manager for your terminal. Save, organize, search, and recall frequently used code snippets, shell commands, and text templates. Tag and categor...

Registry SourceRecently Updated
830Profile unavailable