Recipe create meet space
Create a Google Meet meeting space and share the join link.From its SKILL.md
npx -y skills add googleworkspace/cli --skill recipe-create-meet-spaceAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.7 KB, 124 tokens by cl100k_base, as published. Nobody here has run it
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
- Create meeting space:
gws meet spaces create --json '{"config": {"accessType": "OPEN"}}' - Copy the meeting URI from the response
- Email the link:
gws gmail +send --to [email protected] --subject 'Join the meeting' --body 'Join here: MEETING_URI'
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.