This is a Python CLI that wraps the Zoom REST API so you can manage meetings, participants, and recordings from the terminal instead of clicking through the web interface. It includes an interactive REPL mode with tab completion and undo/redo, plus all the usual commands for creating meetings, registering participants in bulk from CSV, and downloading cloud recordings. The dual output mode (human-readable tables or JSON with the --json flag) makes it equally usable for manual work and automation scripts. Requires Python 3.10+ and OAuth2 setup before you can do anything useful, but once configured it's a straightforward way to batch operations that would be tedious in the Zoom web UI.
npx skills add https://github.com/hkuds/cli-anything --skill cli-anything-zoom