
Recipe Create Meet Space
- 24k installs
- 30k repo stars
- Updated July 22, 2026
- googleworkspace/cli
recipe-create-meet-space is a CLI recipe that creates Google Meet conference spaces and shares join links.
About
A recipe for creating Google Meet spaces and sharing join links. Use this when you need to set up video conference spaces and automatically distribute meeting links to participants via email.
- Create Google Meet conference spaces programmatically
- Share meeting links via email with teams
- Support open access configurations for meetings
Recipe Create Meet Space by the numbers
- 24,033 all-time installs (skills.sh)
- +794 installs in the week ending Jul 28, 2026 (Skillselion tracking)
- Ranked #70 of 3,301 Productivity & Planning skills by installs in the Skillselion catalog
- Security screen: LOW risk (skills.sh audit)
- Data as of Jul 28, 2026 (Skillselion catalog sync)
recipe-create-meet-space capabilities & compatibility
- Works with
- gmail
- Use cases
- orchestration
What recipe-create-meet-space says it does
Create a Google Meet meeting space and share the join link.
Create meeting space: `gws meet spaces create --json '{"config": {"accessType": "OPEN"}}'`
npx skills add https://github.com/googleworkspace/cli --skill recipe-create-meet-spaceAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 24k |
|---|---|
| repo stars | ★ 30k |
| Security audit | 3 / 3 scanners passed |
| Last updated | July 22, 2026 |
| Repository | googleworkspace/cli ↗ |
How do you create a Google Meet link via CLI?
Create Google Meet spaces and distribute meeting links to participants automatically.
Who is it for?
Setting up video meetings and distributing meeting links
Skip if: Developers scheduling recurring Calendar meetings with attached Meet links should use Calendar workflows instead of recipe-create-meet-space alone.
When should I use this skill?
Automating Google Meet creation and distribution
What you get
A Google Meet space URI, emailed join link, and logged gws meet spaces create command.
- Google Meet join URI
- Email with meeting link
By the numbers
- Requires 2 utility skills: gws-meet, gws-gmail
- Uses gws meet spaces create with OPEN accessType
- Metadata version 0.22.5
Files
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'
Related skills
How it compares
Choose recipe-create-meet-space for instant ad-hoc rooms; use persona-event-coordinator when full event scheduling and materials are needed.
FAQ
How does recipe-create-meet-space create a room?
recipe-create-meet-space runs gws meet spaces create with JSON config accessType OPEN, reads the meeting URI from the response, then emails the link using gws gmail +send to the target recipients.
What skills does recipe-create-meet-space require?
recipe-create-meet-space requires the gws binary plus gws-meet and gws-gmail utility skills from googleworkspace/cli v0.22.5 before creating and sharing a conference link.
Is Recipe Create Meet Space safe to install?
skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.