Skip to content
⚙️

Webhook Handler

Security Approved
v1.0.0

Receive and process webhooks from any service. Transform, route, and respond to events.

Automationcloudflarevpslocal

Installation

Install this skill using the OpenClaw CLI:

$ openclaw skill add webhook-handler

Configuration

Add this skill to your OpenClaw configuration:

# OpenClaw Skill Configuration
# Add to ~/.openclaw/config.yaml

skills:
  webhook-handler:
    enabled: true
    
    # Add your API keys and settings below
    settings: {}

Version History

Curated skill releases are reviewed, versioned, and can be rolled back to prior revisions.

v1.0.0active
  • - Initial curated release

Usage

Once installed, you can use this skill in your workflows:

# Run directly
openclaw run webhook-handler

# Or use in automation
openclaw workflow --skill=webhook-handler