← 返回
未分类 中文

Skylv Webhook Tester

Tests and debugs webhooks. Inspects requests and validates responses. Triggers: test webhook, webhook debug, http webhook.
测试并调试 Webhook,检查请求并验证响应。触发词:test webhook、webhook debug、http webhook。
sky-lv
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 400
下载
💾 1
安装
1
版本
#latest

概述

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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 11:03 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Skylv Browser Automation Agent

sky-lv
浏览器自动化Agent,使用Playwright/Puppeteer实现网页自动化、数据采集、表单填写。触发词:browser、浏览器自动化、爬虫、playwright、puppeteer、网页抓取。
★ 0 📥 865

Weather Advisor

sky-lv
天气顾问:智能天气助手,实时查询天气,提供7天预报、穿衣建议及出行活动推荐。
★ 0 📥 866

Agent Discovery

sky-lv
Agent发现探索助手,用于搜索、评估、集成公开Agent。适用场景:搜索可用Agent、评估Agent能力、集成方案设计、成本效益分析。
★ 0 📥 1,052