โ† All skills
Tencent SkillHub ยท Productivity

Zoom + Google Calendar

Create Zoom meetings and add them to Google Calendar events with proper conferenceData (icon, video entry, notes). Use when creating calendar events with Zoo...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Create Zoom meetings and add them to Google Calendar events with proper conferenceData (icon, video entry, notes). Use when creating calendar events with Zoo...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/zoom_meeting.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

Zoom + Google Calendar ๐Ÿ“น

Create Zoom meetings via API and attach them to Google Calendar events โ€” identical to the Zoom for Google Workspace add-on UI.

Quick Usage

bash skills/zoom-calendar/scripts/zoom_meeting.sh <event_id> "Meeting Title" "2026-03-01T11:50:00" 60 Parameters: ParamDescriptionExampleevent_idGoogle Calendar event IDdgth9d45bb93a0q7ohfnckq88ktopicMeeting title"Team Meeting"start_timeISO format, no timezone (Jerusalem assumed)"2026-03-01T11:50:00"durationMinutes (optional, default 60)45 Output: Join URL, Meeting ID, Password + event patched automatically.

Typical Workflow

Create calendar event with gog calendar create Run zoom_meeting.sh with the event ID Done โ€” conferenceData with icon, video link, and notes are set

Critical Rules

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

Zoom (Server-to-Server OAuth)

Credentials: .credentials/zoom.json {"account_id": "...", "client_id": "...", "client_secret": "..."} Create at marketplace.zoom.us โ†’ Develop โ†’ Server-to-Server OAuth. Scopes: meeting:write:admin, meeting:read:admin.

Google Calendar

Uses gog CLI auth. The script handles token export + refresh automatically. Requires: GOG_KEYRING_PASSWORD and GOG_ACCOUNT env vars.

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • scripts/zoom_meeting.sh Scripts