cli-anything-zoom

Manage Zoom meetings, participants, and recordings via CLI with JSON output.

1|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/edwifiguy/era-agents-ops --skill cli-anything-zoom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cli-anything-zoom
Source: https://github.com/edwifiguy/era-agents-ops/tree/main/skills/era-agents-op/cli-anything/zoom/agent-harness/cli_anything/zoom/skills
Command: npx skills add https://github.com/edwifiguy/era-agents-ops --skill cli-anything-zoom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Command-line interface for Zoom - CLI harness for Zoom — manage meetings, participants, and recordings from the command line via the Zoom REST API.

Core Features & Use Cases

  • Meeting management: create, list, info, update, delete, join, and start meetings from the terminal.
  • Participant management: add, list, and remove participants for meetings.
  • Recording access: list and download cloud recordings for audit and sharing.
  • Use Case: Integrate with CI/CD pipelines to provision recurring meetings for teams and automatically fetch attendee details for post-meeting workflows.

Quick Start

Install the cli-anything-zoom package and run cli-anything-zoom --help to explore commands.

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?

Zoom meeting orchestration through a CLI harness allows you to create, list, update, and delete meetings via the Zoom REST API. It outputs structured JSON for programmatic consumption in local scripts and agent-driven tasks.

Can I download Zoom cloud recordings using a CLI script?

Downloading Zoom cloud recordings via a CLI script allows you to list and fetch meeting files directly through the Zoom REST API. This enables automated auditing and sharing of recorded sessions from local scripts.

What do I need to automate Zoom meeting workflows with Python?

Automating Zoom meeting workflows with Python requires Python 3.10+, a Zoom account with API credentials, and the cli-anything-zoom package. This setup enables terminal-based orchestration of meetings, participants, and recordings.

Does a Zoom CLI tool support participant management for automated meetings?

A Zoom CLI tool supports participant management for automated meetings by enabling you to add, list, and remove attendees via terminal commands. These operations interact directly with the Zoom REST API.

How to integrate Zoom meeting provisioning into a CI/CD pipeline?

Integrating Zoom meeting provisioning into a CI/CD pipeline involves using a CLI harness to create recurring meetings and fetch attendee details. The tool outputs JSON, enabling seamless automated post-meeting workflows.