Automate Google Meet creation, scheduling, and meeting access management.
The material is an open-source prompt/workflow description with relatively strong source credibility, and it shows no clear red flags for local execution or file access. The main security consideration is its reliance on a remote Rube MCP service and Google account authorization, meaning meeting and calendar data will be handled by those services, so the overall posture is caution rather than high risk.
The material says there are no API keys, but it explicitly requires establishing googlemeet/googlecalendar connections via RUBE_MANAGE_CONNECTIONS and completing an auth link flow; this typically implies Google OAuth sessions or tokens. No explicit credential abuse is described, but the authorization scope held by the third-party connector should be treated as sensitive.
The README explicitly instructs adding the remote MCP endpoint https://rube.app/mcp and using it to access Google Meet/Calendar capabilities. Business data such as meeting titles, times, attendee emails, and availability windows is expected to be sent to Rube and the relevant Google services; this is normal egress for this type of integration, and no unrelated or unknown endpoints are described.
Per the assessed checks, this is a prompt-only skill/documentation artifact and does not itself include local process spawning, script execution, or requests for system-level execution privileges. The document only describes which MCP tools should be called.
Its stated capabilities include creating Meet spaces, creating/modifying Calendar events, checking participant availability, and managing meeting access, which means it can access account-level business data such as calendar metadata, meeting links, and attendee emails. There is no indication of local filesystem access or obviously excessive data permissions beyond the stated function.
Positive signals include being open-source on GitHub, having very high community adoption (64.7k stars), and having auditable skill text, all of which materially reduce risk. Points to watch are the missing license, unknown maintenance status, and the fact that actual operation depends on an external Rube MCP service whose server-side implementation and dependency chain are not fully disclosed in this material.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "googlemeet-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/googlemeet-automation/SKILL.md 2. Save it as ~/.claude/skills/googlemeet-automation/SKILL.md 3. Reload skills and tell me it's ready
Create Google Meet video conferences, schedule meetings with Meet links, and manage meeting spaces using Rube MCP (Composio).
Toolkit docs: composio.dev/toolkits/googlemeet
RUBE_MANAGE_CONNECTIONS with toolkit googlemeetgooglecalendar toolkitRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit googlemeetgooglecalendar for scheduling meetings with calendar eventsUse GOOGLEMEET_CREATE_MEET to create a new Google Meet meeting space with optional access configuration.
Tool: GOOGLEMEET_CREATE_MEET
Description: Creates a new Google Meet space, optionally configuring
its access type and entry points.
Note: Call RUBE_SEARCH_TOOLS to get the full schema for this tool.
Use GOOGLECALENDAR_CREATE_EVENT to create a calendar event that automatically generates a Google Meet link (enabled by default).
Tool: GOOGLECALENDAR_CREATE_EVENT
Parameters:
- start_datetime (required): ISO 8601 format (e.g., "2025-01-16T13:00:00")
- summary: Meeting title
- attendees: List of email addresses
- timezone: IANA timezone (e.g., "America/New_York")
- event_duration_hour: Duration hours (default: 0)
- event_duration_minutes: Duration minutes (default: 30, max: 59)
- create_meeting_room: true (default) -- generates Meet link
- description: Meeting agenda/notes
- location: Physical or virtual location
Use GOOGLECALENDAR_FIND_FREE_SLOTS before scheduling to find when participants are available.
Tool: GOOGLECALENDAR_FIND_FREE_SLOTS
Parameters:
- items: List of calendar IDs to check (e.g., ["primary", "[email protected]"])
- time_min: Start of time window (ISO format)
- time_max: End of time window (ISO format)
- timezone: IANA timezone
Use GOOGLECALENDAR_PATCH_EVENT to modify meeting details, reschedule, or update attendees.
Tool: GOOGLECALENDAR_PATCH_EVENT
Parameters:
- calendar_id (required): Calendar ID (use "primary")
- event_id (required): Event ID (from search/list)
- summary: Updated title
- start_time / end_time: Rescheduled times
- attendees: Updated attendee list (replaces existing)
- send_updates: Notification preference ("all", "externalOnly", "none")
GOOGLEMEET_CREATE_MEET for an instant meeting space without a calendar event.GOOGLECALENDAR_CREATE_EVENT with create_meeting_room: true (default) to create a calendar event with an embedded Meet link. Workspace accounts get a Meet link automatically.GOOGLECALENDAR_FIND_FREE_SLOTS to find open time slots before scheduling with GOOGLECALENDAR_CREATE_EVENT.GMAIL_SEARCH_PEOPLE (gmail toolkit) to look up email addresses from names before adding attendees.GOOGLECALENDAR_GET_CURRENT_DATE_TIME with a timezone to get the current date/time for scheduling relative to "now".…
Automate Mailcoach email marketing and subscriber workflows through Rube MCP.
Automate GoToWebinar creation, registration, and attendee management through Rube MCP.
Automate Globalping network probes and collect results through Rube MCP.
Automate Logo development tasks via Rube MCP using current tool schemas.
Automate OCRSpace text extraction tasks through Rube MCP workflows.
Automate MailerLite email workflows, subscriber segmentation, and campaign monitoring.
Automate Google Calendar scheduling, lookup, creation, and update tasks via Rube MCP.
Automate Chmeetings tasks through Rube MCP to streamline meeting coordination.
Automate ClickMeeting meetings, registrations, and follow-up workflows through Rube MCP.
Automate Google Workspace admin tasks for users, groups, and account maintenance.
Automate Google Drive file and folder workflows through Rube MCP.
Automate Google Super tasks and cross-tool workflows through Rube MCP.