From gws
Creates an open Google Meet space using gws CLI and emails the join link to a team via gws-gmail.
npx claudepluginhub wadewarren/gws-claude-pluginThis skill uses the workspace's default tool permissions.
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-meet`, `gws-gmail`
Creates an open Google Meet space using gws CLI and emails the join link to a team via gws-gmail.
Automates Google Meet tasks via Rube MCP (Composio): create meeting spaces, schedule conferences via Calendar events, manage access. Use for programmatic video call setup.
Queries Google Calendar free/busy status for multiple users to find overlapping free slots for meetings. Uses gws CLI to query and create events.
Share bugs, ideas, or general feedback.
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'