Zoom Integration for Openclaw

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

membranedev
v1.0.0
Mar 5, 2026
1
654
4

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install zoom

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Zoom Integration?

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.

Zoom Integration Use Cases

  • Automate meeting scheduling and registrant management for webinars.
  • Retrieve and process cloud recordings for automated meeting summaries or transcriptions.
  • Manage organizational user accounts and list active participants in real-time.
  • Synchronize Zoom meeting data with external calendars or project management tools.
  • Generate and distribute join links for dynamic virtual events.

How Zoom Integration Works

  1. The AI agent initiates a connection to Zoom using the Membrane CLI, which manages the OAuth handshake and token refreshes server-side.
  2. Users or agents discover available actions by querying the CLI with specific intents, such as listing meetings or fetching user details.
  3. The agent executes selected actions or performs direct proxy requests to the Zoom API through the Membrane gateway.
  4. Data is returned in a structured JSON format, allowing the agent to parse and act upon meeting or user information immediately.

Zoom Integration Setup

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

Zoom Integration Data Schema & Taxonomy

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

Zoom Integration Advanced Features

  • Transparent Credential Refresh: Membrane automatically handles expired OAuth tokens for long-running automations without user intervention.
  • Direct API Proxy: Use the membrane request command to access any Zoom API endpoint not covered by pre-built actions.
  • Intent-based Action Discovery: Dynamically find the right API calls based on natural language descriptions to reduce token usage.
  • Headless Environment Support: Complete authentication in remote servers or CI/CD pipelines using the login complete command.
  • Multi-Connection Management: Easily list and switch between multiple Zoom accounts or connections via CLI.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*