← 返回 Skills 市场
sky-lv

Skylv Webhook Tester

作者 SKY-lv · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
108
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skylv-webhook-tester
功能描述
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 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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skylv-webhook-tester
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skylv-webhook-tester 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug skylv-webhook-tester
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 0
历史版本数 1
常见问题

Skylv Webhook Tester 是什么?

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

如何安装 Skylv Webhook Tester?

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

Skylv Webhook Tester 是免费的吗?

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

Skylv Webhook Tester 支持哪些平台?

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

谁开发了 Skylv Webhook Tester?

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

💬 留言讨论