ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Webhook Tester

Send test payloads and inspect webhook responses locally. Use when debugging integrations, validating schemas, testing error handling, or simulating calls.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bytesagain/webhook-tester
Or

Webhook 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

CommandDescription
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

CommandDescription
webhook-tester statsShow 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 recentShow the 20 most recent entries from the activity history log
webhook-tester statusHealth check: version, data directory, total entries, disk usage, last activity
webhook-tester helpShow full command listing
webhook-tester versionPrint 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

Stars3535
Views0
Updated2026-03-28
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bytesagain-webhook-tester": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#webhook#testing#http#api#integration#debug#developer#automation
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.