{
  "schemaVersion": "1.0",
  "item": {
    "slug": "zoom-manager-clawd",
    "name": "Zoom Manager",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/vnagin/zoom-manager-clawd",
    "canonicalUrl": "https://clawhub.ai/vnagin/zoom-manager-clawd",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/zoom-manager-clawd",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=zoom-manager-clawd",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/create_meeting.js",
      "scripts/create_meeting.py",
      "scripts/delete_meeting.js",
      "scripts/delete_meeting.py",
      "scripts/get_meeting_info.js"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/zoom-manager-clawd"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/zoom-manager-clawd",
    "agentPageUrl": "https://openagent3.xyz/skills/zoom-manager-clawd/agent",
    "manifestUrl": "https://openagent3.xyz/skills/zoom-manager-clawd/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/zoom-manager-clawd/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Zoom Manager",
        "body": "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."
      },
      {
        "title": "Key Features:",
        "body": "Full Meeting Lifecycle: Create, list, update, and delete meetings using simple natural language or CLI commands.\nEnterprise-Ready: Built for Server-to-Server OAuth, ensuring secure and robust authentication.\nAutomated Recording: Default support for cloud recording to make sure your sessions are always captured.\nDeveloper Friendly: Clean Node.js implementation that can be easily extended for custom automation flows (e.g., auto-scheduling after a CRM update).\nHeadless & Fast: No browser required; interacts directly with the Zoom REST API v2."
      },
      {
        "title": "Setup",
        "body": "Create a Server-to-Server OAuth app in the Zoom App Marketplace.\nScopes Required: In the Zoom App Marketplace (Scopes tab), add the following:\n\nMeetings:\n\nmeeting:read:admin / meeting:read:master (View meetings)\nmeeting:write:admin / meeting:write:master (Create and update meetings)\nmeeting:delete:admin / meeting:delete:master (Delete meetings)\n\n\nUsers: user:read:admin\nRecordings: recording:read:admin\n\n\nGet your Client ID, Client Secret, and Account ID from the \"App Credentials\" tab.\nSet them as environment variables in your Clawdbot config:\n\nZOOM_CLIENT_ID\nZOOM_CLIENT_SECRET\nZOOM_ACCOUNT_ID"
      },
      {
        "title": "List Meetings",
        "body": "node {baseDir}/scripts/zoom-cli.js list"
      },
      {
        "title": "Create a Meeting",
        "body": "node {baseDir}/scripts/zoom-cli.js create \"Meeting Topic\" \"2026-01-30T10:00:00Z\" 60"
      },
      {
        "title": "Update a Meeting",
        "body": "node {baseDir}/scripts/zoom-cli.js update <meeting_id> <new_start_time> <duration> \"New Topic\""
      },
      {
        "title": "Get Meeting Info",
        "body": "node {baseDir}/scripts/zoom-cli.js info <meeting_id>"
      },
      {
        "title": "Delete a Meeting",
        "body": "node {baseDir}/scripts/zoom-cli.js delete <meeting_id>"
      }
    ],
    "body": "Zoom Manager\n\nManage 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.\n\nKey Features:\nFull Meeting Lifecycle: Create, list, update, and delete meetings using simple natural language or CLI commands.\nEnterprise-Ready: Built for Server-to-Server OAuth, ensuring secure and robust authentication.\nAutomated Recording: Default support for cloud recording to make sure your sessions are always captured.\nDeveloper Friendly: Clean Node.js implementation that can be easily extended for custom automation flows (e.g., auto-scheduling after a CRM update).\nHeadless & Fast: No browser required; interacts directly with the Zoom REST API v2.\nSetup\nCreate a Server-to-Server OAuth app in the Zoom App Marketplace.\nScopes Required: In the Zoom App Marketplace (Scopes tab), add the following:\nMeetings:\nmeeting:read:admin / meeting:read:master (View meetings)\nmeeting:write:admin / meeting:write:master (Create and update meetings)\nmeeting:delete:admin / meeting:delete:master (Delete meetings)\nUsers: user:read:admin\nRecordings: recording:read:admin\nGet your Client ID, Client Secret, and Account ID from the \"App Credentials\" tab.\nSet them as environment variables in your Clawdbot config:\nZOOM_CLIENT_ID\nZOOM_CLIENT_SECRET\nZOOM_ACCOUNT_ID\nCommands\nList Meetings\nnode {baseDir}/scripts/zoom-cli.js list\n\nCreate a Meeting\nnode {baseDir}/scripts/zoom-cli.js create \"Meeting Topic\" \"2026-01-30T10:00:00Z\" 60\n\nUpdate a Meeting\nnode {baseDir}/scripts/zoom-cli.js update <meeting_id> <new_start_time> <duration> \"New Topic\"\n\nGet Meeting Info\nnode {baseDir}/scripts/zoom-cli.js info <meeting_id>\n\nDelete a Meeting\nnode {baseDir}/scripts/zoom-cli.js delete <meeting_id>"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/vnagin/zoom-manager-clawd",
    "publisherUrl": "https://clawhub.ai/vnagin/zoom-manager-clawd",
    "owner": "vnagin",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/zoom-manager-clawd",
    "downloadUrl": "https://openagent3.xyz/downloads/zoom-manager-clawd",
    "agentUrl": "https://openagent3.xyz/skills/zoom-manager-clawd/agent",
    "manifestUrl": "https://openagent3.xyz/skills/zoom-manager-clawd/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/zoom-manager-clawd/agent.md"
  }
}