Productivity

recipe-create-meet-space

googleworkspace/cli · updated Apr 8, 2026

$npx skills add https://github.com/googleworkspace/cli --skill recipe-create-meet-space
summary

Create a Google Meet meeting space and email the join link to participants.

  • Requires two prerequisite skills: gws-meet for space creation and gws-gmail for sending invitations
  • Creates an open-access meeting space via the Meet API and extracts the meeting URI from the response
  • Automates sharing the join link by composing and sending an email with the meeting details to specified recipients
skill.md

1c:["$","div",null,{"className":"prose prose-invert max-w-none prose-headings:font-semibold prose-headings:tracking-tight prose-h1:text-4xl prose-h1:mb-2 prose-h2:text-2xl prose-h2:mb-2 prose-h3:text-lg prose-h3:mb-2 prose-p:text-muted-foreground prose-li:text-muted-foreground prose-code:bg-muted prose-code:text-foreground prose-code:px-1 prose-code:py-0.5 prose-code:rounded-sm prose-code:text-sm prose-code:before:content-none prose-code:after:content-none prose-pre:bg-muted prose-pre:text-foreground prose-pre:border prose-pre:border-border prose-pre:rounded-md [&_table]:!border-[color:var(--border)] [&_th]:!border-[color:var(--border)] [&_td]:!border-[color:var(--border)]","dangerouslySetInnerHTML":{"__html":"<p><strong>Create a Google Meet meeting space and email the join link to participants.</strong></p>\n<ul>\n<li>Requires two prerequisite skills: <code>gws-meet</code> for space creation and <code>gws-gmail</code> for sending invitations</li>\n<li>Creates an open-access meeting space via the Meet API and extracts the meeting URI from the response</li>\n<li>Automates sharing the join link by composing and sending an email with the meeting details to specified recipients</li>\n</ul>"}}] 1d:["$","div",null,{"className":"prose prose-invert max-w-none prose-headings:font-semibold prose-headings:tracking-tight prose-h1:text-4xl prose-h1:mb-2 prose-h2:text-2xl prose-h2:mb-2 prose-h3:text-lg prose-h3:mb-2 prose-p:text-muted-foreground prose-li:text-muted-foreground prose-code:bg-muted prose-code:text-foreground prose-code:px-1 prose-code:py-0.5 prose-code:rounded-sm prose-code:text-sm prose-code:before:content-none prose-code:after:content-none prose-pre:bg-muted prose-pre:text-foreground prose-pre:border prose-pre:border-border prose-pre:rounded-md [&_table]:!border-[color:var(--border)] [&_th]:!border-[color:var(--border)] [&_td]:!border-[color:var(--border)]","dangerouslySetInnerHTML":{"__html":"<h1>Create a Google Meet Conference</h1>\n<blockquote>\n<p><strong>PREREQUISITE:</strong> Load the following skills to execute this recipe: <code>gws-meet</code>, <code>gws-gmail</code></p>\n</blockquote>\n<p>Create a Google Meet meeting space and share the join link.</p>\n<h2>Steps</h2>\n<ol>\n<li>Create meeting space: <code>gws meet spaces create --json '{"config": {"accessType": "OPEN"}}'</code></li>\n<li>Copy the meeting URI from the response</li>\n<li>Email the link: <code>gws gmail +send --to team@company.com --subject 'Join the meeting' --body 'Join here: MEETING_URI'</code></li>\n</ol>"}}] 18:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] 16:null