googleworkspace/recipe-create-meet-space
Create a Google Meet meeting space and share the join link.
npx skills add https://github.com/googleworkspace/cli --skill recipe-create-meet-space
> PREREQUISITE: Load the following skills to execute this recipe: gws-meet, gws-gmail
Create a Google Meet meeting space and share the join link.
gws meet spaces create --json '{"config": {"accessType": "OPEN"}}'gws gmail +send --to [email protected] --subject 'Join the meeting' --body 'Join here: MEETING_URI'Take googleworkspace/recipe-create-meet-space from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.