Create a Google Meet Conference
SkillProductivityLets your agent create a Google Meet meeting space and share the join link.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Create a Google Meet Conference skill
About this capability
Create a Google Meet meeting space and share the join link.
What this skill tells your AI
The instructions your AI receives, as published by googleworkspace/cli in skills/recipe-create-meet-space/SKILL.md and read by ahel’s review.
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
- 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'
Signals
- GitHub stars
- 31k
- Forks
- 2k
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
recipe-create-meet-space- Source
- github.com/googleworkspace/cli