← 返回 Skills 市场
sky-lv

Skylv Webhook Debugger

作者 SKY-lv · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
51
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skylv-webhook-debugger
功能描述
Tests and debugs webhooks. Inspects requests and validates responses. Triggers: test webhook, webhook debug, http webhook.
使用说明 (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

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skylv-webhook-debugger
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skylv-webhook-debugger 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug skylv-webhook-debugger
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Skylv Webhook Debugger 是什么?

Tests and debugs webhooks. Inspects requests and validates responses. Triggers: test webhook, webhook debug, http webhook. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 51 次。

如何安装 Skylv Webhook Debugger?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skylv-webhook-debugger」即可一键安装,无需额外配置。

Skylv Webhook Debugger 是免费的吗?

是的,Skylv Webhook Debugger 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Skylv Webhook Debugger 支持哪些平台?

Skylv Webhook Debugger 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Skylv Webhook Debugger?

由 SKY-lv(@sky-lv)开发并维护,当前版本 v1.0.0。

💬 留言讨论