← Back to Skills Marketplace
sky-lv

Skylv Webhook Tester

by SKY-lv · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
108
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skylv-webhook-tester
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 is instruction-only and appears coherent for testing webhooks. It does not ask for secrets or install anything itself. However, exercise caution when using its suggestions: do not send real production credentials or sensitive payloads to public inspect services (webhook.site, requestbin) or expose sensitive local services via ngrok without understanding the security implications. Verify any webhook target URL before sending data, install ngrok or other tools from their official sources, and prefer staging endpoints when testing. Because the skill originates from an unknown author, treat its instructions as guidance you will execute manually rather than as an automated integration that will run with your credentials.
Capability Analysis
Type: OpenClaw Skill Name: skylv-webhook-tester Version: 1.0.0 The skill is a standard utility for testing and debugging webhooks. It contains a benign PowerShell snippet using Invoke-RestMethod with a placeholder URL (example.com) and references legitimate developer tools like webhook.site and ngrok. No malicious code, data exfiltration, or prompt injection attempts were found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
Name and description (webhook testing/debugging) match the SKILL.md content. The file provides example requests and testing tools appropriate for the stated purpose and does not ask for unrelated access or credentials.
Instruction Scope
Instructions are limited to sending test payloads (PowerShell Invoke-RestMethod example), interpreting HTTP response codes, and pointing to common inspection/forwarding tools (webhook.site, requestbin, ngrok). The skill does not instruct the agent to read local files, environment variables, or send data to unexpected endpoints beyond user-specified webhook URLs and public inspection tools.
Install Mechanism
No install specification or code files — instruction-only. No downloads or extracted artifacts are suggested by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested. The examples reference public testing services and a local tunneling tool; these are reasonable for the stated purpose but are external tools the user must obtain/install separately.
Persistence & Privilege
Skill is not set to always: true and does not request persistent system presence or modify other skills/configurations. It is user-invocable and follows the expected privilege model for a tool of this type.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skylv-webhook-tester
  3. After installation, invoke the skill by name or use /skylv-webhook-tester
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of skylv-webhook-tester. - Test and debug webhook integrations with request inspection and response validation. - Supports triggers: test webhook, webhook debug, http webhook. - Provides example test payloads and response code meanings. - Lists common tools for webhook testing and debugging.
Metadata
Slug skylv-webhook-tester
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Skylv Webhook Tester?

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 108 downloads so far.

How do I install Skylv Webhook Tester?

Run "/install skylv-webhook-tester" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Skylv Webhook Tester free?

Yes, Skylv Webhook Tester is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Skylv Webhook Tester support?

Skylv Webhook Tester is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Skylv Webhook Tester?

It is built and maintained by SKY-lv (@sky-lv); the current version is v1.0.0.

💬 Comments