cli-anything-zoom

Manage Zoom meetings, participants, and recordings via a command-line interface.

1|Updated Jun 13, 2025
One-click install
npx skills add https://github.com/quazfenton/binG --skill cli-anything-zoom-quazfenton
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cli-anything-zoom
Source: https://github.com/quazfenton/binG/tree/main/.agents/skills/CLI-Anything-main/CLI-Anything-main/zoom/agent-harness/cli_anything/zoom/skills
Command: npx skills add https://github.com/quazfenton/binG --skill cli-anything-zoom-quazfenton

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This CLI harness solves the tedious, manual process of managing Zoom meetings, participants, and recordings by providing a programmable, terminal-based interface that interacts with the Zoom REST API.

Core Features & Use Cases

  • Auth: OAuth2 configuration and session management.
  • Meeting: create, list, info, update, delete, join, start.
  • Participant: add, add-batch, list, remove, attended.
  • Recording: list, files, download, delete.
  • REPL mode for interactive exploration and testing.
  • JSON output for machine consumption and agent integration.

Quick Start

Install the CLI, authenticate with your Zoom account, and start an interactive session to manage meetings from the terminal.

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 creation from the command line?

You can automate Zoom meeting creation from the command line by using a dedicated CLI that interacts with the Zoom REST API to script meeting setup, participant onboarding, and recording retrieval.

Can I manage Zoom participants in bulk via a terminal CLI?

Yes, you can manage Zoom participants in bulk via the terminal CLI using batch commands to add, list, remove, and track attendees across your scheduled meetings programmatically.

Does the Zoom CLI support OAuth authentication for automated scripts?

The Zoom CLI supports OAuth2 authentication, allowing you to configure secure session management for automated scripts and terminal-based meeting management without manual login steps.

What is the best way to script Zoom recording downloads for automation?

Scripting Zoom recording downloads for automation is best handled through a CLI that retrieves recording files via the Zoom REST API, outputting structured JSON for seamless machine and agent consumption.

How do I integrate Zoom meeting data with other agents or scripts?

You integrate Zoom meeting data with other agents by utilizing the CLI's JSON output mode, which formats REST API responses for direct machine consumption and interactive REPL testing.

Can I use a REPL mode to interactively test Zoom API commands?

Yes, you can use the built-in REPL mode to interactively test Zoom API commands, explore meeting and participant management functions, and verify operations before embedding them in automation scripts.