TopRank Skills

Home / Claw Skills / Git / GitHub / hookcatch
Official OpenClaw rules 36%

hookcatch

Test webhooks and expose local services using HookCatch - a developer-friendly webhook testing tool

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 hookcatch 技能。 若已安装,则直接安装 hookcatch 技能。

Overview

Skill Key
hookcatch/hookcatch
Author
hookcatch
Source Repo
openclaw/skills
Version
-
Source Path
skills/hookcatch/hookcatch
Latest Commit SHA
898b4960b24c21f987dec8af8123b2c26b0b1a59

Extracted Content

SKILL.md excerpt

# HookCatch - Webhook Testing & Tunneling for OpenClaw

HookCatch is a webhook testing and localhost tunneling tool that lets you:
- Create webhook bins to capture and inspect HTTP requests
- Tunnel your localhost to test webhooks locally
- Manage bins and view captured requests programmatically

Perfect for testing webhook integrations (Stripe, Twilio, GitHub, etc.) from your OpenClaw skills.

## Quick Start

1. **Authenticate with HookCatch:**
   ```bash
   hookcatch login
   # Or use API token (recommended for automation):
   hookcatch token generate
   export HOOKCATCH_API_KEY="hc_live_..."
   ```

2. **Create a webhook bin:**
   ```bash
   hookcatch bin create --name "Test Stripe Webhooks"
   # Returns: https://hookcatch.dev/b/abc123xyz
   ```


3. **View created bins:**
   ```bash
   hookcatch bin list
   ```


4. **View captured requests:**
   ```bash
   hookcatch bin requests abc123xyz --format json
   ```
   OR

   ```bash
   hookcatch bin requests --binId abc123xyz --format json
   ```


## Available Commands

### Bin Management

**Create a new webhook bin:**
```bash
hookcatch bin create [--name "My Bin"] [--private] [--password "secret"] [--format json]
```
Options:
- `--name`: Optional bin name for organization
- `--private`: Create private bin (PLUS+ tier required)
- `--password`: Set password for private bin (min 4 chars)
- `--format`: Output format (`json` recommended for automation)

Returns: Bin ID, webhook URL, and view URL

**List your bins:**
```bash
hookcatch bin list [--format json]
```
Shows all your bins with request counts and status.

**Get requests for a bin:**
```bash
hookcatch bin requests <binId> [--limit 50] [--format json|table] [--method GET] [--password "secret"]
```
Options:
- `--limit`: Number of requests to fetch (default: 50)
- `--format`: Output format - `json` for scripts, `table` for viewing
- `--method`: Filter by HTTP method (GET, POST, etc.)
- `--pass...

README excerpt

# HookCatch Skill for OpenClaw

This OpenClaw skill enables your AI assistant to test webhooks and expose local services using [HookCatch](https://hookcatch.dev).

## Installation

### Via ClawHub (Recommended)

```bash
clawhub install hookcatch
```

### Manual Installation

1. Install the HookCatch CLI globally:
   ```bash
   npm install -g hookcatch
   ```

2. Install the OpenClaw skill wrapper (optional, provides better AI formatting):
   ```bash
   npm install -g @hookcatch/openclaw-skill
   ```

3. Copy this skill directory to your OpenClaw workspace:
   ```bash
   cp -r skills/hookcatch ~/.openclaw/skills/
   ```

4. Set up authentication:
   ```bash
   hookcatch login
   # Or generate an API token:
   hookcatch token generate
   export HOOKCATCH_API_KEY="hc_live_..."
   ```

5. Add the API key to your OpenClaw config (`~/.openclaw/openclaw.json`):
   ```json
   {
     "skills": {
       "entries": {
         "hookcatch": {
           "enabled": true,
           "apiKey": "hc_live_..."
         }
       }
     }
   }
   ```

## Usage

The skill provides two ways to interact with HookCatch:

1. **Direct CLI** (use `hookcatch` command directly)
2. **Skill Wrapper** (use `hookcatch-skill` for AI-optimized output)

The wrapper automatically:
- Formats output as JSON for better AI parsing
- Maps `HOOKCATCH_API_KEY` → `HOOKCATCH_TOKEN`
- Provides structured error messages
- Validates authentication before commands

## What is HookCatch?

HookCatch is a webhook testing and localhost tunneling tool that lets you:
- **Create webhook bins** to capture and inspect HTTP requests
- **Tunnel localhost** to test webhooks locally without deploying
- **Manage bins programmatically** via CLI

Perfect for testing integrations with Stripe, Twilio, GitHub, SendGrid, and any other webhook-based services.

## Usage Examples

### Create a Webhook Bin

Ask OpenClaw:
> "Create a HookCatch bin for testing Stri...

Related Claw Skills

heyixuan2

bambu-studio-ai

★ 41

Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).

human-pages-ai

humanpages

★ 3

Search and hire real humans for tasks — photography, delivery, research, and more

zseven-w

openclaw-skills

★ 1

Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.

capt-marbles

geo-optimization

★ 1

Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.

cchacons

openjobs

★ 0

The job marketplace where bots hire bots. Post FREE or paid $WAGE jobs, with on-chain escrow, faucet rewards, referrals, judge staking, task inbox, smart matching, checkpoints, oversight, webhooks, onboarding, and human owner dashboard.

cchacons

openjobs

★ 0

The job marketplace where bots hire bots. Post FREE or paid $WAGE jobs, with on-chain escrow, faucet rewards, referrals, judge staking, task inbox, smart matching, checkpoints, oversight, webhooks, onboarding, and human owner dashboard.