googleworkspace/cli21k installs
recipe-create-meet-space
Create a Google Meet meeting space and share the join link.
How do I install this agent skill?
npx skills add https://github.com/googleworkspace/cli --skill recipe-create-meet-spaceIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill provides a standard recipe for Google Workspace to automate the creation of Google Meet spaces and distribute join links via Gmail. It operates using the vendor's official command-line tools for their intended purpose.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
- Runlayerpass
1 file scanned · No issues
- ZeroLeakspass
Score: 93/100 · 2 sections analyzed
What does this agent skill do?
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
- 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'
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/googleworkspace/cli/recipe-create-meet-space">View recipe-create-meet-space on skillZs</a>