agentsclimarketplace

Recipe create meet space

Skill googleworkspace/cli/skills/recipe-create-meet-space

Create a Google Meet meeting space and share the join link.From its SKILL.md

Install
npx -y skills add googleworkspace/cli --skill recipe-create-meet-space

Assembled 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

  1. Create meeting space: gws meet spaces create --json '{"config": {"accessType": "OPEN"}}'
  2. Copy the meeting URI from the response
  3. 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.

Keep looking

Skills are one crate of 326,144. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.