Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Cli Anything Zoom

Skill Verifiziert Aktiv

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

Zweck

To enable programmatic and automated management of Zoom meetings, participants, and recordings through a robust command-line interface, suitable for AI agents and developers.

Funktionen

  • Manage Zoom meetings (create, list, info, update, delete)
  • Manage Zoom participants (add, batch add, list, remove, attended)
  • Manage Zoom cloud recordings (list, files, download, delete)
  • Authentication and status checks for Zoom API
  • Interactive REPL mode with history and tab-completion
  • JSON output for machine consumption and agent integration
  • Project state management with undo/redo

Anwendungsfälle

  • Automating the scheduling and management of recurring Zoom meetings.
  • Programmatically adding and removing participants from meetings or webinars.
  • Retrieving and downloading Zoom cloud recordings for analysis or archiving.
  • Integrating Zoom functionality into broader automation workflows via a CLI.

Nicht-Ziele

  • Providing direct access to Zoom's video conferencing features during a live meeting.
  • Managing Zoom account settings beyond API-accessible user/meeting data.
  • Acting as a GUI replacement for the Zoom desktop client.

Workflow

  1. Configure Zoom API credentials via auth setup commands.
  2. Use command groups (Meeting, Participant, Recording) to perform desired actions.
  3. Optionally use REPL mode for interactive management.
  4. Utilize `--json` flag for agent-consumable output.

Voraussetzungen

  • Python 3.10+
  • zoom must be installed on your system

Documentation

  • info:Configuration & parameter referenceWhile commands and their general descriptions are provided, specific details on all options, parameters, and their defaults for each command are not explicitly documented, though the `--help` flag would likely provide this.

Execution

  • info:ValidationWhile the CLI likely validates inputs through Click decorators, explicit use of a schema validation library like Zod or Pydantic is not evident from the provided source.

Errors

  • info:Actionable error messagesWhile the SKILL.md instructs agents to parse stderr for errors, the specific content and actionability of those error messages are not fully detailed.

Protocol

  • info:Idempotent retry & timeoutsWhile the tool relies on the Zoom API, specific details on how API calls handle idempotency, retries, or timeouts are not explicitly documented within the provided source.

Practical Utility

  • info:Edge casesWhile basic usage is covered, specific documentation on handling failure modes like API rate limits, invalid credentials, or malformed input for each command is not explicitly detailed.

Installation

npx skills add hkuds/cli-anything

Führt das Vercel skills CLI (skills.sh) via npx aus — benötigt Node.js lokal und mindestens einen installierten skills-kompatiblen Agent (Claude Code, Cursor, Codex, …). Setzt voraus, dass das Repo dem agentskills.io-Format folgt.

Qualitätspunktzahl

Verifiziert
95 /100
Analysiert 3 days ago

Vertrauenssignale

Letzter Commit3 days ago
Sterne34.4k
LizenzApache-2.0
Status
Quellcode ansehen