Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Create a Google Meet meeting space and share the join link via Gmail.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
SKILL.md
1---2name: recipe-create-meet-space3description: "Create a Google Meet meeting space and share the join link."4metadata:5version: 0.22.56openclaw:7category: "recipe"8domain: "scheduling"9requires:10bins:11- gws12skills:13- gws-meet14- gws-gmail15---1617# Create a Google Meet Conference1819> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-meet`, `gws-gmail`2021Create a Google Meet meeting space and share the join link.2223## Steps24251. Create meeting space: `gws meet spaces create --json '{"config": {"accessType": "OPEN"}}'`262. Copy the meeting URI from the response273. Email the link: `gws gmail +send --to [email protected] --subject 'Join the meeting' --body 'Join here: MEETING_URI'`2829