zoom-manager

Manage Zoom meetings via the Zoom OAuth API with Node.js and Python scripts.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/dexhunter/Logi-Lobsterism --skill zoom-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zoom-manager
Source: https://github.com/dexhunter/Logi-Lobsterism/tree/main/skills/zoom-manager-clawd
Command: npx skills add https://github.com/dexhunter/Logi-Lobsterism --skill zoom-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the management of Zoom meetings, allowing users to create, list, update, and delete meetings directly through the bot, eliminating the need to manually interact with the Zoom dashboard.

Core Features & Use Cases

  • Full Meeting Lifecycle Management: Create, list, update, and delete meetings via API.
  • Server-to-Server OAuth: Secure and robust authentication for enterprise use.
  • Automated Cloud Recording: Ensures all sessions are captured by default.
  • Use Case: Schedule a recurring team sync meeting every Monday at 10 AM for 60 minutes with a specific topic.

Quick Start

Use the zoom-manager skill to create a meeting titled 'Project Sync' starting at 2026-02-15T14:00:00Z for 45 minutes.

Frequently Asked Questions about zoom-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Zoom meeting scheduling without using the web dashboard?

You can automate Zoom meeting scheduling by using the Zoom OAuth API to programmatically create, list, update, and delete meetings directly through scripts. This eliminates manual dashboard interaction.

Can I use server-to-server OAuth to manage Zoom meetings programmatically?

Yes, server-to-server OAuth is supported for secure authentication when managing Zoom meetings. This method enables robust, enterprise-grade automated scheduling and meeting lifecycle management workflows.

How do I schedule a recurring Zoom meeting via API?

You schedule a recurring Zoom meeting via API by defining the topic, start time, duration, and recurrence pattern in your script parameters. The API then creates the recurring event automatically.

Does API-created Zoom meeting management support cloud recording?

Yes, API-created Zoom meeting management supports cloud recording. Cloud recording is enabled by default for all sessions created through the API, ensuring meetings are captured automatically.

What do I need to set up before automating Zoom video conferencing workflows?

Before automating Zoom video conferencing workflows, you need a Node.js or Python environment and a configured Zoom server-to-server OAuth application for secure API authentication.

What is the best way to manage the full lifecycle of Zoom meetings?

The best way to manage the full lifecycle of Zoom meetings is using the Zoom OAuth API through scripts. This allows automated creation, listing, updating, and deletion of events without manual input.