zoom

Schedule and manage Zoom meetings and cloud recordings via the Zoom API.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/KISHOR403/claude-skills --skill zoom-kishor403
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zoom
Source: https://github.com/KISHOR403/claude-skills/tree/main/zoom
Command: npx skills add https://github.com/KISHOR403/claude-skills --skill zoom-kishor403

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Managing Zoom meetings and cloud recordings can be manual and error-prone; this skill provides a programmatic way to handle creation, listing, updating, and retrieval via the Zoom API, improving consistency and efficiency.

Core Features & Use Cases

  • Schedule, list, update, and delete Zoom meetings using the API.
  • Retrieve cloud recordings with transcripts, summaries, and download links.
  • Supports both server-to-server OAuth for meetings and user OAuth for recordings.
  • Outputs in JSON or Markdown for easy integration into tools and reports.

Quick Start

Check your setup and then list upcoming meetings using the Zoom CLI.

Frequently Asked Questions about zoom

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

FAQPage Schema
How do I schedule Zoom meetings automatically using the API?

You can schedule Zoom meetings automatically by using this skill's CLI to interact with the Zoom API, which handles meeting creation, listing, updating, and deletion through a server-to-server OAuth flow.

How do I retrieve Zoom cloud recordings and transcripts programmatically?

Retrieve Zoom cloud recordings, transcripts, summaries, and download links programmatically by using this skill's user OAuth flow to access and extract recording data via the Zoom API.

Do I need different OAuth flows for managing Zoom meetings and recordings?

Yes, managing Zoom meetings and recordings requires different OAuth flows: server-to-server OAuth handles meetings, while user OAuth is necessary for retrieving cloud recordings.

What's the best way to automate Zoom meeting workflows and handle API tokens?

Automate Zoom meeting workflows and handle API tokens using this skill's CLI, which manages token authentication and error handling for API interactions across scheduled and on-demand scenarios.

Can I get Zoom API responses in JSON or Markdown format for reports?

Yes, you can get Zoom API responses in JSON or Markdown formats, allowing you to easily integrate meeting schedules and recording data into automated tools and reports.

Why do I need the requests library to manage Zoom meetings via CLI?

You need the requests library to manage Zoom meetings via CLI because it handles the HTTP API interactions required for token management, scheduling, and data retrieval.