cli-anything-zoom

Manage Zoom meetings, participants, and recordings via CLI commands.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/xxxxkkkqq/CineWeave --skill cli-anything-zoom-xxxxkkkqq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cli-anything-zoom
Source: https://github.com/xxxxkkkqq/CineWeave/tree/main/research/upstreams/CLI-Anything/zoom/agent-harness/cli_anything/zoom/skills
Command: npx skills add https://github.com/xxxxkkkqq/CineWeave --skill cli-anything-zoom-xxxxkkkqq

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It simplifies the process of managing Zoom meetings, participants, and recordings through command-line commands, reducing manual effort and enabling automation.

Core Features & Use Cases

  • Meeting Management: Create, list, update, and delete Zoom meetings with ease.
  • Participant Control: Add or remove participants from meetings, including batch registration.
  • Recording Access: List, download, or delete cloud recordings associated with meetings.
  • Use Case: A team leader can quickly set up an upcoming meeting, invite participants, and retrieve recordings for review, all using simple command-line instructions.

Quick Start

Use the CLI to create a new meeting and list all scheduled meetings for your account.

Frequently Asked Questions about cli-anything-zoom

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

FAQPage Schema
How do I automate Zoom meeting management from the command line?

You can automate Zoom meeting management by executing CLI commands that interact with the Zoom REST API to create, list, update, and delete scheduled meetings for automated workflows.

Can I retrieve and download Zoom cloud recordings using a CLI?

Yes, you can retrieve and download Zoom cloud recordings using CLI commands that list, fetch, or delete recording files associated with your meetings via the Zoom REST API.

How does participant control work for Zoom meetings via command line?

Participant control via command line works by executing CLI commands to add or remove participants from meetings, including batch registration, directly through the Zoom REST API.

Do I need the Zoom REST API to list and update scheduled meetings?

Yes, the Zoom REST API is required to authenticate, persist sessions, and process JSON outputs for listing and updating scheduled meetings through command-line interface commands.

What's the best way to integrate automated Zoom scheduling workflows with JSON output?

The best way to integrate automated Zoom scheduling workflows is using CLI commands that return JSON output, enabling seamless integration with other systems for conference coordination and remote admin tasks.

Are there limitations when managing Zoom participants through command-line automation?

Limitations of managing Zoom participants through command-line automation include relying on Zoom REST API rate limits and authentication persistence, making it less suited for real-time interactive UI moderation.