CtrlK
BlogDocsLog inGet started
Tessl Logo

recipe-create-meet-space

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

Install with Tessl CLI

npx tessl i github:googleworkspace/cli --skill recipe-create-meet-space
What are skills?

74

1.96x

Quality

63%

Does it follow best practices?

Impact

100%

1.96x

Average score across 3 eval scenarios

Optimize this skill with Tessl

npx tessl skill review --optimize ./skills/recipe-create-meet-space/SKILL.md
SKILL.md
Review
Evals

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 team@company.com --subject 'Join the meeting' --body 'Join here: MEETING_URI'
Repository
googleworkspace/cli
Last updated
Created

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.