mcpbeat

Recipe Create Meet Space

googleworkspace/recipe-create-meet-space

Create a Google Meet meeting space and share the join link.

188 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
30175
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/googleworkspace/cli --skill recipe-create-meet-space

The instruction itself

2 sections, as written by the author

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'

How to use it

Copy the folder

Take googleworkspace/recipe-create-meet-space from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

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.