Creates an open Google Meet space using gws CLI and emails the join link to a team via gws-gmail.
From google-workspacenpx claudepluginhub grailautomation/claude-plugins --plugin google-workspaceThis skill uses the workspace's default tool permissions.
PREREQUISITE: Load the following skills to execute this recipe:
gws-meet,gws-gmail
Create a Google Meet meeting space and share the join link.
gws meet spaces create --json '{"config": {"accessType": "OPEN"}}'gws gmail +send --to team@company.com --subject 'Join the meeting' --body 'Join here: MEETING_URI'