---
title: "Webhook Relay on ClawHub | WebhookRelay"
meta:
  "og:description": "ClawHub is an open registry for AI agent Skills. The Webhook Relay skill teaches Claude and other agents to forward, tunnel, debug, transform, and schedule webhooks with one install."
  "og:title": "Webhook Relay on ClawHub"
  description: "ClawHub is an open registry for AI agent Skills. The Webhook Relay skill teaches Claude and other agents to forward, tunnel, debug, transform, and schedule webhooks with one install."
---

![Stripes](https://webhookrelay.com/docs/clawhub/images/stripes.svg)

Documentation

**Fundamentals**

# **Webhook Relay on ClawHub**

ClawHub is an open registry for AI agent Skills. The Webhook Relay skill teaches Claude and other agents to forward, tunnel, debug, transform, and schedule webhooks with one install.

## [What is ClawHub?](#what-is-clawhub)

[ClawHub](https://clawhub.ai) is an open registry for **AI agent Skills** (and plugins) — the small instruction packs that teach Claude and other skill-aware agents how to perform a specific task. Think of it as a package registry, but for agent capabilities instead of code libraries.

What it does, in short:

- **Browse and search** skills published by the community, each with its rendered `SKILL.md`, file list, and version history.
- **Install in one command** with the `openclaw` / `clawhub` CLI, which downloads the skill and extracts it into your agent's skills directory.
- **Security audits** — every published skill is scanned (malware, telemetry, and agentic-risk checks) and shows a pass/review badge.
- **Open and free** — all skills are published under the permissive `MIT-0` license; there are no paid skills or paywalls.

## [How Webhook Relay helps](#how-webhook-relay-helps)

[Webhook Relay](https://webhookrelay.com) publishes a **Webhook Relay** skill on ClawHub that turns the platform into a capability your agent can drive directly. With it installed, an agent knows how to:

- **Forward webhooks to a private/internal destination** — receive provider webhooks (Stripe, GitHub, Shopify, CI…) on a public URL and relay them to `localhost`, a LAN host, or a Kubernetes service with no public IP.
- **Expose a local or internal service to the internet** — publish a stable public HTTPS/TCP tunnel without opening firewall ports.
- **Debug webhooks** — capture and inspect exactly what a provider sends with a free, no-signup bin, and verify HMAC signatures.
- **Forward, fan out, transform, and schedule** — relay server-side to public URLs, deliver one webhook to many destinations, reshape payloads with JavaScript functions, and fire recurring (cron) webhooks.

It's the same toolkit documented across these docs, packaged as a single skill so an agent can set it up correctly from a single prompt.

## [Install](#install)

The skill lives at **[clawhub.ai/rusenask/webhook-relay](https://clawhub.ai/rusenask/webhook-relay)**. Install it with the CLI:

```
openclaw skills install webhook-relay
```

Or open the listing and use the **Download** button / copy the install command. Once installed, your agent picks up the skill automatically and can drive the `relay` CLI and bin API.

> The bin (debugging) workflow needs nothing but `curl`. Every other workflow uses the `relay` CLI — see [CLI installation](https://webhookrelay.com/docs/clawhub/docs/installation/cli/), then `relay login`.

## [Other ways to install the skills](#other-ways-to-install-the-skills)

ClawHub is one distribution channel. The same skills are also available straight from the open-source repository and other registries — see [Agent Skills](https://webhookrelay.com/docs/clawhub/docs/skills/) for `npx skills add webhookrelay/skills`, the Claude Code plugin marketplace, and manual install.

## [Links](#links)

- [Webhook Relay on ClawHub](https://clawhub.ai/rusenask/webhook-relay)
- [ClawHub](https://clawhub.ai) — the open agent-skill registry
- [Agent Skills](https://webhookrelay.com/docs/clawhub/docs/skills/) — all install channels and the skill list
- [MCP server](https://webhookrelay.com/docs/clawhub/docs/mcp/) — give an agent live, typed tools against your account
- [CLI installation](https://webhookrelay.com/docs/clawhub/docs/installation/cli/)

Did this page help you?