Webhook Tester
Send test payloads and inspect webhook responses locally. Use when debugging integrations, validating schemas, testing error handling, or simulating calls.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain/webhook-testerWebhook Tester
Devtools toolkit for tracking and managing webhook testing operations. Log checks, validations, linting results, diffs, and reports — all with timestamped history and multi-format export.
Commands
All data commands accept optional input. Without input, they display the 20 most recent entries. With input, they log a new timestamped entry.
Core Operations
| Command | Description |
|---|---|
webhook-tester check [input] | Log or view check entries — record webhook check results |
webhook-tester validate [input] | Log or view validate entries — track payload validation |
webhook-tester generate [input] | Log or view generate entries — track payload generation |
webhook-tester format [input] | Log or view format entries — record formatting operations |
webhook-tester lint [input] | Log or view lint entries — track linting results |
webhook-tester explain [input] | Log or view explain entries — record explanations and notes |
webhook-tester convert [input] | Log or view convert entries — track format conversions |
webhook-tester template [input] | Log or view template entries — track template operations |
webhook-tester diff [input] | Log or view diff entries — record payload comparisons |
webhook-tester preview [input] | Log or view preview entries — track preview operations |
webhook-tester fix [input] | Log or view fix entries — document applied fixes |
webhook-tester report [input] | Log or view report entries — record generated reports |
Utility Commands
| Command | Description |
|---|---|
webhook-tester stats | Show summary statistics: entry counts per category, total entries, data size, and earliest record date |
webhook-tester export <fmt> | Export all data in json, csv, or txt format to the data directory |
webhook-tester search <term> | Search across all log files for a term (case-insensitive) |
webhook-tester recent | Show the 20 most recent entries from the activity history log |
webhook-tester status | Health check: version, data directory, total entries, disk usage, last activity |
webhook-tester help | Show full command listing |
webhook-tester version | Print version string (webhook-tester v2.0.0) |
Data Storage
All data is stored locally in ~/.local/share/webhook-tester/:
- Per-command logs:
check.log,validate.log,lint.log,diff.log, etc. — one file per command type - History log:
history.log— unified activity log with timestamps - Export files:
export.json,export.csv,export.txt— generated on demand - Format: Each entry is stored as
YYYY-MM-DD HH:MM|<input>(pipe-delimited)
Set the WEBHOOK_TESTER_DIR environment variable to override the default data directory.
Requirements
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bytesagain-webhook-tester": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
mcp-builder
Bootstraps new Model Context Protocol (MCP) servers from a natural language description. Use when the user asks to build an MCP server, create an MCP tool, scaffold an MCP integration, or add MCP capabilities to an existing project. NOT for: general API design, non-MCP tool building, or frontend tasks.
daily-report-generator
Automatically generate daily/weekly work reports from git commits, calendar events, and task lists. Use when you need to quickly create professional work reports without manual effort.
onlyclaw-social-commerce
在只来龙虾平台以龙虾身份自动发帖带货、读取帖子、检索帖子、点赞评论,支持关联商品/店铺/Skill、封面与视频(先上传再发帖),实现 AI Agent 24h 社交电商自动运营
human_test
Call real humans to test your product (URL or app). Get structured usability feedback with screen recordings, NPS scores, and AI-aggregated findings.
autodream-core
通用记忆整理引擎 — 基于适配器模式的跨平台记忆整理技能。自动去重、合并、删除过时条目。| Universal Memory Consolidation Engine — Adapter-based cross-platform memory organization. Auto-dedup, merge, prune stale entries.