/install skylv-webhook-debugger
Webhook Tester
Overview
Helps test, debug, and validate webhook integrations.
When to Use
- User asks to "test a webhook" or "debug webhook"
Send Test Payload
$headers = @{ "Content-Type" = "application/json" } $body = @{ event = "test" } | ConvertTo-Json Invoke-RestMethod -Uri "https://example.com/webhook" -Method POST -Headers $headers -Body $body
Response Codes
- 200 OK = success
- 401 = authentication failed
- 403 = signature verification failed
- 429 = rate limited
- 5xx = server error
Common Testing Tools
- https://webhook.site - temporary public URL
- https://requestbin.com - inspect payloads
- ngrok http 3000 - forward to localhost
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skylv-webhook-debugger - After installation, invoke the skill by name or use
/skylv-webhook-debugger - Provide required inputs per the skill's parameter spec and get structured output
What is Skylv Webhook Debugger?
Tests and debugs webhooks. Inspects requests and validates responses. Triggers: test webhook, webhook debug, http webhook. It is an AI Agent Skill for Claude Code / OpenClaw, with 51 downloads so far.
How do I install Skylv Webhook Debugger?
Run "/install skylv-webhook-debugger" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skylv Webhook Debugger free?
Yes, Skylv Webhook Debugger is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skylv Webhook Debugger support?
Skylv Webhook Debugger is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skylv Webhook Debugger?
It is built and maintained by SKY-lv (@sky-lv); the current version is v1.0.0.