zoom

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

3|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/pinion05/skills --skill zoom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zoom
Source: https://github.com/pinion05/skills/tree/main/zoom
Command: npx skills add https://github.com/pinion05/skills --skill zoom

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill eliminates the manual overhead of managing Zoom meetings and retrieving cloud recordings by providing a programmable interface to the Zoom API.

Core Features & Use Cases

  • Meeting management: List, create, update, and delete scheduled meetings.
  • Recording access: List cloud recordings with transcripts, summaries, and download links.
  • Time handling: Supports instant or scheduled meetings with explicit timezone handling; interprets local times when scheduling.
  • Use Case: A product team wants to schedule recurring standups and retrieve recordings for QA reviews, all via CLI or an automation workflow.

Quick Start

Use the Zoom Skill to list upcoming meetings, create a scheduled meeting, and fetch recordings using the provided CLI.

Frequently Asked Questions about zoom

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

FAQPage Schema
How do I automate Zoom meeting management and recording retrieval?

You can automate Zoom meeting management by using a CLI script that calls the Zoom API endpoints like /users/me/meetings and /users/me/recordings to list, create, update, and delete meetings programmatically.

How do I fetch Zoom cloud recordings and transcripts via the API?

To fetch Zoom cloud recordings, the skill queries the /users/me/recordings endpoint to retrieve download links, transcripts, and summaries directly through the provided CLI automation script.

Can I schedule recurring Zoom meetings with explicit timezone handling using a CLI?

Yes, the CLI script supports scheduling instant or recurring Zoom meetings with explicit timezone handling, interpreting local times correctly when interacting with the Zoom API.

Do I need OAuth credentials to list and create Zoom meetings programmatically?

Yes, accessing Zoom API endpoints like /users/me/meetings requires OAuth credentials to authenticate requests, which the requests library facilitates within the CLI script.

What is the best way to manage multiple Zoom meetings across team automation workflows?

The best way to manage Zoom meetings across workflows is using this requests-based CLI script to programmatically create, list, update, and delete scheduled meetings via the Zoom API.

Does the Zoom API script support deleting scheduled meetings?

Yes, the Zoom API script supports deleting scheduled meetings, allowing teams to automate the full meeting lifecycle by sending delete requests to the /users/me/meetings endpoint.