zoom

Manage Zoom meetings and retrieve cloud recordings via the Zoom API.

345|52|Updated Oct 25, 2025
One-click install
npx skills add https://github.com/glebis/claude-skills --skill zoom-glebis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zoom
Source: https://github.com/glebis/claude-skills/tree/main/zoom
Command: npx skills add https://github.com/glebis/claude-skills --skill zoom-glebis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

This skill enables you to manage Zoom meetings and access cloud recordings via the Zoom API, consolidating scheduling, retrieval, and output formatting in one place.

Core Features & Use Cases

  • Create, list, update, and delete scheduled meetings
  • List and download cloud recordings, with transcripts and summaries
  • Output results in Markdown or JSON for easy integration with other tools

Quick Start

List upcoming meetings.

Frequently Asked Questions about zoom

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

FAQPage Schema
How do I create and manage Zoom meetings via the API?

You can create, list, update, and delete Zoom meetings via the API by using a Server-to-Server OAuth app to authenticate requests and manage scheduled sessions programmatically.

How do I download Zoom cloud recordings and transcripts?

To download Zoom cloud recordings, transcripts, and summaries, you retrieve download links via the Zoom API using a General OAuth App specifically configured for recording access.

Do I need two OAuth apps to manage Zoom meetings and recordings?

Yes, managing both Zoom meetings and recordings requires two OAuth apps: a Server-to-Server app for meeting management and a General App for retrieving cloud recordings.

Can I get Zoom meeting and recording data in JSON or Markdown?

Yes, Zoom meeting and recording data can be output in either JSON or Markdown formats, allowing for easy integration with other tools and downstream processing workflows.

What Python dependencies are required for the Zoom API CLI?

The Zoom API CLI requires the Python requests library to handle HTTP requests for meeting scheduling and cloud recording retrieval operations.