A powerful Zoom integration that allows AI agents to manage video conferencing, participants, and cloud recordings through the Membrane CLI.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install zoom
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 zoom using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill enables developers to integrate Zoom's robust video conferencing capabilities into their AI-driven workflows. By leveraging the Membrane CLI, it simplifies authentication and provides a structured interface for interacting with Zoom's API, including meetings, webinars, and user account management. Using this skill within Openclaw Skills ensures that AI agents can perform complex tasks like scheduling meetings or retrieving recordings without manually handling OAuth tokens.
It abstracts the complexity of the Zoom API, allowing for secure, server-side credential management and reliable data retrieval. Whether you are building an automated meeting assistant or a complex organizational management tool, this integration provides the technical foundation needed for seamless communication automation.
First, install the Membrane CLI to enable communication between your environment and the Openclaw Skills infrastructure:
npm install -g @membranehq/cli
Authenticate your account using the tenant login command:
membrane login --tenant
Connect to Zoom by finding the connector and completing the browser-based authentication flow:
# Find the connector ID
membrane search zoom --elementType=connector --json
# Create the connection
membrane connect --connectorId=CONNECTOR_ID --json
The skill interacts with several core Zoom entities, providing structured access to your communication data. Most responses are returned as JSON objects.
| Entity | Key Attributes |
|---|---|
| Meeting | id, topic, start_time, duration, join_url, status |
| Recording | meeting_id, file_type, play_url, download_url, file_size |
| User | id, first_name, last_name, email, type, pmi |
| Webinar | id, topic, agenda, registrants, occurrences |
Loading
A comprehensive cloud accounting integration that enables AI agents to manage invoices, track expenses, and synchronize financial data.

An integration skill for AI agents to automate responses to external app events and manage real-time data flows via Webhooks.

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 professional AI agent skill designed to discover, compare, and analyze video content across YouTube, TikTok, Instagram, and Twitter.

A specialized OAuth assistant for authenticating ClawHub on headless servers without a graphical web browser.








































