zoom

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

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/PytaichukBohdan/salesbooster-snoopgame --skill zoom-pytaichukbohdan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zoom
Source: https://github.com/PytaichukBohdan/salesbooster-snoopgame/tree/main/.claude/skills/zoom
Command: npx skills add https://github.com/PytaichukBohdan/salesbooster-snoopgame --skill zoom-pytaichukbohdan

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Scheduling and managing Zoom meetings and accessing cloud recordings via the Zoom API often requires multiple tools and manual steps. This skill provides a unified CLI to manage meetings (list, create, update, delete) and retrieve recordings (with transcripts, download links) programmatically.

Core Features & Use Cases

  • Create, list, update, and delete scheduled Zoom meetings
  • Retrieve cloud recordings with transcripts, summaries, and download links
  • Supports instant and scheduled meetings, timezone handling, and JSON/Markdown outputs
  • Use case: automate weekly team standups and post-meeting review by fetching recordings and summaries

Quick Start

Install and configure Zoom credentials as described, then manage meetings with commands like list, create, or recordings to perform common tasks.

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 via the API?

Automate Zoom meeting management by using a CLI to create, list, update, and delete scheduled meetings programmatically. It handles instant meetings, timezone settings, and returns outputs in JSON or Markdown formats.

How do I retrieve Zoom cloud recordings and transcripts programmatically?

Retrieve Zoom cloud recordings programmatically by listing available sessions and extracting download links, transcripts, and summaries. This requires User OAuth authentication to access the recording data.

What authentication is needed for the Zoom API to access meetings and recordings?

Accessing the Zoom API requires dual authentication: Server-to-Server OAuth for managing meetings and User OAuth for retrieving cloud recordings. Both credential types must be configured before use.

Can I output Zoom API responses in Markdown instead of JSON?

Yes, you can output Zoom API responses in Markdown instead of JSON. The automation CLI supports both formats, allowing you to format meeting lists and recording transcripts for direct documentation.

Does this Zoom automation tool require additional Python dependencies?

Yes, this Zoom automation tool requires the Python requests library as its only dependency. You must install this package alongside configuring your Server-to-Server and User OAuth credentials.

What is the best way to fetch Zoom meeting summaries for a weekly team standup?

Fetch Zoom meeting summaries by listing cloud recordings via the API and retrieving the associated transcripts. This automates post-meeting reviews by programmatically extracting summaries and download links.