An integration skill for AI agents to automate responses to external app events and manage real-time data flows via Webhooks.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install webhook-integration
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install webhook-integration using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Webhook skill enables AI agents to interact with automated messages sent from various applications. By integrating this skill into your environment, you can trigger complex workflows and update external systems based on real-time events. This skill is part of the Openclaw Skills collection, designed to provide high-level abstractions for API interactions.
Built on the Membrane framework, the skill handles the heavy lifting of authentication and credential management. This allows developers to focus on building logic rather than dealing with the intricacies of auth plumbing or manual token refreshes, making it an essential tool for creating responsive and connected AI agents.
Install the necessary CLI tools to begin using this skill:
npm install -g @membranehq/cli
Log in to your account to manage credentials:
membrane login --tenant
Find the connector ID and create a new connection:
membrane search webhook --elementType=connector --json
# Use the ID from the output in the next command
membrane connect --connectorId=CONNECTOR_ID --json
| Component | Type | Description |
|---|---|---|
| Connection ID | String | Unique identifier for the authenticated service link. |
| Action ID | String | Identifier for a specific pre-built workflow or API call. |
| Input Schema | JSON | Defines the parameters required for a specific action execution. |
| Event Payload | Object | The raw data received from the external application trigger. |
Loading
A robust integration for Trello that enables automated management of boards, lists, and cards through the Membrane CLI.

A comprehensive integration that allows AI agents to manage Teamwork Desk tickets, customers, and support workflows through a secure CLI interface.

A comprehensive integration to manage Teamleader CRM, projects, and invoicing data through automated AI workflows.

A comprehensive integration allowing AI agents to manage Stripe financial data, subscriptions, and payment processing through a secure, automated interface.

A comprehensive cloud accounting integration that enables AI agents to manage invoices, track expenses, and synchronize financial data.

A powerful Zoom integration that allows AI agents to manage video conferencing, participants, and cloud recordings through the Membrane CLI.








































