zoom-manager

Manage Zoom meetings via OAuth API. Create, list, delete, and update events.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "zoom-manager" with this command: npx skills add vnagin/zoom-manager-clawd

Zoom Manager

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.

Key Features:

  • 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.

Setup

  1. Create a Server-to-Server OAuth app in the Zoom App Marketplace.
  2. 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
  3. Get your Client ID, Client Secret, and Account ID from the "App Credentials" tab.
  4. Set them as environment variables in your Clawdbot config:
    • ZOOM_CLIENT_ID
    • ZOOM_CLIENT_SECRET
    • ZOOM_ACCOUNT_ID

Commands

List Meetings

node {baseDir}/scripts/zoom-cli.js list

Create a Meeting

node {baseDir}/scripts/zoom-cli.js create "Meeting Topic" "2026-01-30T10:00:00Z" 60

Update a Meeting

node {baseDir}/scripts/zoom-cli.js update <meeting_id> <new_start_time> <duration> "New Topic"

Get Meeting Info

node {baseDir}/scripts/zoom-cli.js info <meeting_id>

Delete a Meeting

node {baseDir}/scripts/zoom-cli.js delete <meeting_id>

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Board Meeting Prep

Generate comprehensive board meeting packages including agenda, financial summary, KPI dashboard, risk register, and action item tracker tailored to your com...

Registry SourceRecently Updated
6650Profile unavailable
General

Ai Meeting Helper

会议纪要生成器 - 自动将会议录音转为结构化纪要

Registry SourceRecently Updated
2780Profile unavailable
General

Cn Meeting Minutes

会议纪要生成工具。输入会议录音文件,自动生成结构化纪要文档,包含关键讨论点、决策结论、待办事项,输出Markdown格式。

Registry SourceRecently Updated
1450Profile unavailable
General

ai-meeting-notes

Messy notes → Clear action items. Instantly. Paste any meeting notes, transcript, or text. Get summaries, action items with owners and deadlines. Auto-saved,...

Registry SourceRecently Updated
1340Profile unavailable