cli-anything-zoom

Manage Zoom meetings, participants, and recordings via a Python CLI with REST API.

Updated May 5, 2026
One-click install
npx skills add https://github.com/dawsonblock/THE-JUDGE --skill cli-anything-zoom-dawsonblock
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cli-anything-zoom
Source: https://github.com/dawsonblock/THE-JUDGE/tree/main/external/CLI-Anything-main/zoom/agent-harness/cli_anything/zoom/skills
Command: npx skills add https://github.com/dawsonblock/THE-JUDGE --skill cli-anything-zoom-dawsonblock

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CLI harness enables developers and operators to control Zoom meetings, participants, and recordings directly from the terminal, reducing context switching and enabling automation.

Core Features & Use Cases

  • Meeting management: create, list, view info, update, and delete meetings.
  • Participant management: add, list, and remove participants for meetings.
  • Recording handling: list recordings and download assets as needed.
  • Use Case: Integrate Zoom controls into AI agents or automation scripts to schedule meetings, sync participants, and fetch recordings.

Quick Start

Authenticate with Zoom and create your first meeting using the meeting create command.

Frequently Asked Questions about cli-anything-zoom

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

FAQPage Schema
How do I manage Zoom meetings from the command line?

You can manage Zoom meetings from the command line by using a Python-based CLI harness that integrates with the Zoom REST API to create, list, update, and delete meetings directly from your terminal.

Can I automate Zoom participant management with a CLI?

Yes, you can automate Zoom participant management with a CLI by executing commands to add, list, and remove meeting participants, which is ideal for syncing attendees in automated AI agent workflows.

Does this Zoom CLI tool support downloading meeting recordings?

Yes, this Zoom CLI tool supports downloading meeting recordings by listing available recording assets and retrieving them directly through command line execution for automated archival.

What is the best way to integrate Zoom controls into an AI agent workflow?

The best way to integrate Zoom controls into an AI agent workflow is using a CLI harness that supports JSON output, allowing agents to parse meeting, participant, and recording data programmatically.

Do I need OAuth2 to create Zoom meetings via a CLI?

Yes, you need OAuth2 to create Zoom meetings via a CLI, as the Python harness implements an OAuth2 authentication flow to securely authorize REST API requests for your Zoom account.

Can I use an interactive REPL mode for Zoom meeting automation?

Yes, you can use an interactive REPL mode for Zoom meeting automation, which allows operators to sequentially execute multiple Zoom REST API commands without leaving the terminal session.