Back to Registry View Author Profile
Official Verified
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.
skill-install ā Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chenxuyaun/webhook-debuggerOr
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 serverwebhook list- Show request historywebhook show <id>- Show request detailswebhook replay <id> <url>- Replay to new URLwebhook clear- Clear historywebhook forward <url>- Forward to another service
Notes
- Default port: 3000
- History stored locally
- Supports JSON, form-data, plain text
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build ā we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-chenxuyaun-webhook-debugger": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.