{
  "schemaVersion": "1.0",
  "item": {
    "slug": "zoom-calendar",
    "name": "Zoom + Google Calendar",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/Shaharsha/zoom-calendar",
    "canonicalUrl": "https://clawhub.ai/Shaharsha/zoom-calendar",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/zoom-calendar",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=zoom-calendar",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/zoom_meeting.sh"
    ],
    "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-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-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-calendar"
    },
    "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-calendar",
    "agentPageUrl": "https://openagent3.xyz/skills/zoom-calendar/agent",
    "manifestUrl": "https://openagent3.xyz/skills/zoom-calendar/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/zoom-calendar/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 + Google Calendar 📹",
        "body": "Create Zoom meetings via API and attach them to Google Calendar events — identical to the Zoom for Google Workspace add-on UI."
      },
      {
        "title": "Quick Usage",
        "body": "bash skills/zoom-calendar/scripts/zoom_meeting.sh <event_id> \"Meeting Title\" \"2026-03-01T11:50:00\" 60\n\nParameters:\n\nParamDescriptionExampleevent_idGoogle Calendar event IDdgth9d45bb93a0q7ohfnckq88ktopicMeeting title\"Team Meeting\"start_timeISO format, no timezone (Jerusalem assumed)\"2026-03-01T11:50:00\"durationMinutes (optional, default 60)45\n\nOutput: Join URL, Meeting ID, Password + event patched automatically."
      },
      {
        "title": "Typical Workflow",
        "body": "Create calendar event with gog calendar create\nRun zoom_meeting.sh with the event ID\nDone — conferenceData with icon, video link, and notes are set"
      },
      {
        "title": "Critical Rules",
        "body": "RuleDetailiconUriUse EXACTLY the URL in the script — official Zoom Marketplace iconentryPointsONLY video — no phone, no SIPpasscodeNot pin — field name mattersmeetingCodeInclude the meeting ID here toonotesUse <br /> for line breaks (not \\n)descriptionLeave empty — don't duplicate infolocationLeave empty — Zoom link lives in conferenceDataDefaultDo NOT add Zoom unless explicitly requested"
      },
      {
        "title": "Zoom (Server-to-Server OAuth)",
        "body": "Credentials: .credentials/zoom.json\n\n{\"account_id\": \"...\", \"client_id\": \"...\", \"client_secret\": \"...\"}\n\nCreate at marketplace.zoom.us → Develop → Server-to-Server OAuth.\nScopes: meeting:write:admin, meeting:read:admin."
      },
      {
        "title": "Google Calendar",
        "body": "Uses gog CLI auth. The script handles token export + refresh automatically.\nRequires: GOG_KEYRING_PASSWORD and GOG_ACCOUNT env vars."
      }
    ],
    "body": "Zoom + Google Calendar 📹\n\nCreate Zoom meetings via API and attach them to Google Calendar events — identical to the Zoom for Google Workspace add-on UI.\n\nQuick Usage\nbash skills/zoom-calendar/scripts/zoom_meeting.sh <event_id> \"Meeting Title\" \"2026-03-01T11:50:00\" 60\n\n\nParameters:\n\nParam\tDescription\tExample\nevent_id\tGoogle Calendar event ID\tdgth9d45bb93a0q7ohfnckq88k\ntopic\tMeeting title\t\"Team Meeting\"\nstart_time\tISO format, no timezone (Jerusalem assumed)\t\"2026-03-01T11:50:00\"\nduration\tMinutes (optional, default 60)\t45\n\nOutput: Join URL, Meeting ID, Password + event patched automatically.\n\nTypical Workflow\nCreate calendar event with gog calendar create\nRun zoom_meeting.sh with the event ID\nDone — conferenceData with icon, video link, and notes are set\nCritical Rules\nRule\tDetail\niconUri\tUse EXACTLY the URL in the script — official Zoom Marketplace icon\nentryPoints\tONLY video — no phone, no SIP\npasscode\tNot pin — field name matters\nmeetingCode\tInclude the meeting ID here too\nnotes\tUse <br /> for line breaks (not \\n)\ndescription\tLeave empty — don't duplicate info\nlocation\tLeave empty — Zoom link lives in conferenceData\nDefault\tDo NOT add Zoom unless explicitly requested\nAuth Setup\nZoom (Server-to-Server OAuth)\n\nCredentials: .credentials/zoom.json\n\n{\"account_id\": \"...\", \"client_id\": \"...\", \"client_secret\": \"...\"}\n\n\nCreate at marketplace.zoom.us → Develop → Server-to-Server OAuth. Scopes: meeting:write:admin, meeting:read:admin.\n\nGoogle Calendar\n\nUses gog CLI auth. The script handles token export + refresh automatically. Requires: GOG_KEYRING_PASSWORD and GOG_ACCOUNT env vars."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Shaharsha/zoom-calendar",
    "publisherUrl": "https://clawhub.ai/Shaharsha/zoom-calendar",
    "owner": "Shaharsha",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/zoom-calendar",
    "downloadUrl": "https://openagent3.xyz/downloads/zoom-calendar",
    "agentUrl": "https://openagent3.xyz/skills/zoom-calendar/agent",
    "manifestUrl": "https://openagent3.xyz/skills/zoom-calendar/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/zoom-calendar/agent.md"
  }
}