← Back to Skills Marketplace
sky-lv

Skylv Webhook Debugger

by SKY-lv · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
51
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skylv-webhook-debugger
Description
Tests and debugs webhooks. Inspects requests and validates responses. Triggers: test webhook, webhook debug, http webhook.
README (SKILL.md)

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

Usage Guidance
This skill appears safe for basic webhook testing. Before using it, confirm the webhook URL, use fake test data, avoid secrets or production payloads, and be careful with public request-inspection services or ngrok tunnels.
Capability Analysis
Type: OpenClaw Skill Name: skylv-webhook-debugger Version: 1.0.0 The skill bundle is a utility for testing and debugging webhooks, providing documentation and a generic PowerShell example using 'example.com'. It references standard industry tools like webhook.site and ngrok for legitimate testing purposes and contains no malicious code, data exfiltration logic, or suspicious instructions in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
The skill's HTTP request examples and webhook debugging links are consistent with its stated purpose, but users should avoid sending secrets or production data in test payloads.
Instruction Scope
The instructions include a PowerShell example for sending a POST request; this is purpose-aligned for webhook testing and appears user-directed rather than hidden or automatic.
Install Mechanism
No install spec, helper files, dependencies, binaries, or environment variables are required.
Credentials
The artifact does not request credentials, persistent storage, local file access, privileged permissions, or OS-specific capabilities.
Persistence & Privilege
No persistence, background execution, account access, or privilege escalation behavior is shown.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skylv-webhook-debugger
  3. After installation, invoke the skill by name or use /skylv-webhook-debugger
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the webhook testing and debugging tool. - Supports testing and debugging of webhook integrations. - Inspects incoming webhook requests and validates responses. - Provides sample test payloads and response code details. - Includes references to common webhook testing tools.
Metadata
Slug skylv-webhook-debugger
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments