Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Manage Zoom meetings via OAuth API. Create, list, delete, and update events.
Manage Zoom meetings via OAuth API. Create, list, delete, and update events.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Manage your Zoom meetings directly from Clawdbot with this powerful, headless integration. This skill allows you to automate your meeting workflows without ever opening the Zoom dashboard.
Full Meeting Lifecycle: Create, list, update, and delete meetings using simple natural language or CLI commands. Enterprise-Ready: Built for Server-to-Server OAuth, ensuring secure and robust authentication. Automated Recording: Default support for cloud recording to make sure your sessions are always captured. Developer Friendly: Clean Node.js implementation that can be easily extended for custom automation flows (e.g., auto-scheduling after a CRM update). Headless & Fast: No browser required; interacts directly with the Zoom REST API v2.
Create a Server-to-Server OAuth app in the Zoom App Marketplace. Scopes Required: In the Zoom App Marketplace (Scopes tab), add the following: Meetings: meeting:read:admin / meeting:read:master (View meetings) meeting:write:admin / meeting:write:master (Create and update meetings) meeting:delete:admin / meeting:delete:master (Delete meetings) Users: user:read:admin Recordings: recording:read:admin Get your Client ID, Client Secret, and Account ID from the "App Credentials" tab. Set them as environment variables in your Clawdbot config: ZOOM_CLIENT_ID ZOOM_CLIENT_SECRET ZOOM_ACCOUNT_ID
node {baseDir}/scripts/zoom-cli.js list
node {baseDir}/scripts/zoom-cli.js create "Meeting Topic" "2026-01-30T10:00:00Z" 60
node {baseDir}/scripts/zoom-cli.js update <meeting_id> <new_start_time> <duration> "New Topic"
node {baseDir}/scripts/zoom-cli.js info <meeting_id>
node {baseDir}/scripts/zoom-cli.js delete <meeting_id>
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.