Skip to main content
Back to the directory
googleworkspace/cliSoftware EngineeringFrontend and Design

recipe-create-meet-space

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

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
11

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/googleworkspace/cli --skill recipe-create-meet-space
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, recipe-create-meet-space has 11 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: googleworkspace/cli. Canonical URL: https://skills.sh/googleworkspace/cli/recipe-create-meet-space.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Create a Google Meet meeting space and email the join link to participants. PREREQUISITE: Load the following skills to execute this recipe: gws-meet , gws-gmail Create a Google Meet meeting space and share the join link. - 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 - 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 team@company.com --subject 'Join the meeting' --body 'Join here: MEETING_URI'

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does recipe-create-meet-space do?

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

Is recipe-create-meet-space good?

recipe-create-meet-space does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support recipe-create-meet-space?

recipe-create-meet-space currently lists compatibility with Skills CLI.

Is recipe-create-meet-space safe to install?

recipe-create-meet-space has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to recipe-create-meet-space?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install recipe-create-meet-space?

Run the following command to install recipe-create-meet-space: npx skills add https://github.com/googleworkspace/cli --skill recipe-create-meet-space

Related skills

More from googleworkspace/cli

Related skills

Alternatives in Software Engineering