skillZs
LIVE SKILL TAGS
>>> LIVE SKILLS INDEX <<<
* OPEN SOURCE *
NO LOGIN, NO TRACKING
REAL INSTALL DATA
← back to all skills
googleworkspace/cli21k installs

recipe-create-meet-space

Create a Google Meet meeting space and share the join link.

How do I install this agent skill?

npx skills add https://github.com/googleworkspace/cli --skill recipe-create-meet-space
view source ↗

Is this agent skill safe to install?

  • Gen Agent Trust Hubpass

    This skill provides a standard recipe for Google Workspace to automate the creation of Google Meet spaces and distribute join links via Gmail. It operates using the vendor's official command-line tools for their intended purpose.

  • Socketpass

    No alerts

  • Snykpass

    Risk: LOW · No issues

  • Runlayerpass

    1 file scanned · No issues

  • ZeroLeakspass

    Score: 93/100 · 2 sections analyzed

What does this agent skill do?

Create a Google Meet Conference

PREREQUISITE: Load the following skills to execute this recipe: gws-meet, gws-gmail

Create a Google Meet meeting space and share the join link.

Steps

  1. Create meeting space: gws meet spaces create --json '{"config": {"accessType": "OPEN"}}'
  2. Copy the meeting URI from the response
  3. Email the link: gws gmail +send --to team@company.com --subject 'Join the meeting' --body 'Join here: MEETING_URI'

Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.

<a href="https://skillzs.dev/skills/googleworkspace/cli/recipe-create-meet-space">View recipe-create-meet-space on skillZs</a>