What problem does it solve?
This Skill connects a self-hosted Hermes Agent to Zoom so an AI coding agent can manage Zoom meetings, users, webinars, and reports without manual API wiring. It is designed for SSH-first deployment on a VPS and makes the setup idempotent, rollback-safe, and easy to verify.
Core Features & Use Cases
- Server-to-Server OAuth Wiring: Stores the three Zoom S2S credentials on the remote Hermes host and validates that token minting works.
- Zoom API Operations: Supports common headless Zoom tasks such as listing meetings, creating meetings, and reading usage reports.
- Safety and Guardrails: Explicitly refuses the hosted Zoom MCP path, warns when cloud recordings are requested, and checks activation, scopes, and token health before continuing.
- Use Case: A developer wants their AI agent to manage Zoom scheduling from a VPS, so they run this Skill to configure credentials, reload the gateway, and confirm the API is reachable.
Quick Start
Ask the agent to connect Zoom to your remote Hermes VPS using Server-to-Server OAuth and provide the VPS details plus the Zoom app credentials.