recipe-create-meet-space

Create a Google Meet space and email the join link.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/wuyyyyyou/cli --skill recipe-create-meet-space-wuyyyyyou
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-create-meet-space
Source: https://github.com/wuyyyyyou/cli/tree/main/skills/recipe-create-meet-space
Command: npx skills add https://github.com/wuyyyyyou/cli --skill recipe-create-meet-space-wuyyyyyou

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the setup of a Google Meet meeting space and sharing the join link to participants.

Core Features & Use Cases

  • Create a Meet space using the command gws meet spaces create with a JSON configuration to set access OPEN.
  • Retrieve the meeting URI from the response and prepare it for distribution.
  • Email the join link to intended recipients using the gws gmail integration.

Quick Start

Create a Google Meet space and share the join link with the team via email.

Frequently Asked Questions about recipe-create-meet-space

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate creating a Google Meet space and sharing the link via email?

You can automate Google Meet space creation and link sharing by using the gws meet spaces create command with a JSON configuration to set access to OPEN, then retrieve the meeting URI and distribute it to participants using the gws gmail integration.

Can I send a Google Meet join link to recipients automatically through Gmail?

Yes, you can send a Google Meet join link automatically through Gmail by retrieving the meeting URI from the created Meet space response and passing it into the gws gmail integration to email the intended recipients.

What's the best way to schedule ad-hoc team meetings without manual link copying?

The best way to schedule ad-hoc team meetings without manual link copying is to automate end-to-end space creation and link distribution, utilizing the gws meet spaces create command and gws gmail integration to generate and email the join link directly.

Do I need specific Google Workspace prerequisites to create a Meet space and distribute the link?

Yes, you need the gws-meet and gws-gmail prerequisites enabled to perform the end-to-end automation for creating a Google Meet space and distributing the join link via email.

Does the Google Meet space creation process support open access for ad-hoc sessions?

Yes, the Google Meet space creation process supports open access for ad-hoc sessions by applying a JSON configuration that sets the access level to OPEN when executing the gws meet spaces create command.

What limitations exist when automating Google Meet link distribution through email?

The automation relies strictly on the gws-meet and gws-gmail integrations, meaning link distribution is limited to email channels and requires both prerequisites to be properly configured before executing the end-to-end workflow.