# Recipe Create Meet Space > Create a Google Meet meeting space and share the join link. Source: https://skillsagentes.com/skills/googleworkspace/cli/recipe-create-meet-space Repository: https://github.com/googleworkspace/cli Author: googleworkspace License: Apache-2.0 Updated: hace 4 meses Context cost: 15 tok installed, 189 tok once triggered, 189 tok with every bundled file Bundle: 1 file, 754 B Permissions requested: none declared ## Install ```bash npx -y skills add googleworkspace/cli --skill recipe-create-meet-space --agent claude-code ``` ## What it does - Crea un espacio de reunión de Google Meet con `gws meet spaces create --json '{"config": {"accessType": "OPEN"}}'` - Copia el URI de la reunión de la respuesta - Envía el enlace por correo con `gws gmail +send --to team@company.com --subject 'Join the meeting' --body 'Join here: MEETING_URI'` ## Use it when - Necesitas crear una reunión de Google Meet y compartir el enlace de acceso por correo ## What triggers it - "Crea una reunión de Google Meet y envía el enlace al equipo" - "Genera un espacio de Meet abierto y comparte el link por Gmail" ## Before you install - Requiere el binario `gws` y cargar las skills `gws-meet` y `gws-gmail`. ## Files - SKILL.md — 754 B ## SKILL.md Reproduced verbatim from googleworkspace/cli under Apache-2.0. This section is the upstream document and is in English. # 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'` --- Skills Agentes — https://skillsagentes.com/skills/googleworkspace/cli/recipe-create-meet-space