Agent skill · software engineering · hkuds
cli-anything-zoom
Command-line interface for Zoom - CLI harness for **Zoom** — manage meetings, participants, and recordings from the command line via t...
Why this skill is useful
Adds specific commands and workflows for managing Zoom meetings and recordings that the AI wouldn't reliably generate on its own.
What it needs
Requires cli-anything-zoom, python installed locally. Requires zoom account access. About 2k tokens when loaded. Last updated 2026-08-03. 46,739 stars on the source repository.
What this skill does
cli-anything-zoom CLI harness for Zoom — manage meetings, participants, and recordings from the command line via the Zoom REST API. Installation This CLI is installed as part of the cli-anything-zoom package: Prerequisites: Python 3.10+ zoom must be installed on your system Usage Basic Commands REPL Mode When invoked without a subcommand, the CLI enters an interactive REPL session: Command Groups Auth Authentication and OAuth2 setup. Command Description --------- ------------- setup Configure OAuth app credentials login Login via OAuth2 browser flow status Check authentication status logout Remove saved tokens Meeting Meeting management commands. Command Description --------- ------------- create Create a new Zoom meeting list List meetings info Get meeting details update Update a meeting delete Delete a meeting join Open meeting join URL in browser start Open meeting start URL in browser (host only) Participant Participant management commands. Command Description --------- ------------- add Register a participant for a meeting add-batch Batch register participants from a CSV file list List registered participants remove Cancel a participant's registration attended List participants who attended a past meeting Recording Cloud recording management. Command Description --------- ------------- list List cloud recordings files List recording files for a specific meeting download Download a recording file delete Delete all recordings for a meeting Examples Create a New Project Create a new zoom project file. Interactive REPL Session Start an interactive session with undo/redo support. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills hkuds/skills--565adc