googlemeet-automation

Automate Google Meet space creation and calendar scheduling via Rube MCP integration.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill googlemeet-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: googlemeet-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/googlemeet-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill googlemeet-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual friction of coordinating meeting links, checking participant availability, and managing calendar events across Google Workspace and personal accounts.

Core Features & Use Cases

  • Instant Meeting Creation: Generate dedicated Google Meet spaces without needing a calendar event.
  • Integrated Scheduling: Create calendar events that automatically include Google Meet links and attendee invitations.
  • Availability Management: Check participant free/busy slots to identify optimal meeting times before scheduling.

Quick Start

Use the googlemeet-automation skill to schedule a 30-minute meeting with [email protected] for tomorrow at 2pm.

Frequently Asked Questions about googlemeet-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Google Meet link without a calendar event?

Use the GOOGLEMEET_CREATE_MEET tool to generate a standalone meeting space. This provides an instant link for ad-hoc discussions without requiring a formal calendar entry.

Can I schedule meetings with attendees using this skill?

Yes, use the GOOGLECALENDAR_CREATE_EVENT tool. Provide the attendee email addresses, start time, and set the create_meeting_room parameter to true to automatically include a Meet link.

Why is my meeting not generating a Google Meet link?

Ensure you are using a Google Workspace account, as personal Gmail accounts may not support automatic Meet link generation via the API. Verify that the create_meeting_room parameter is set to true.

How do I check if a participant is available before scheduling?

Call the GOOGLECALENDAR_FIND_FREE_SLOTS tool with the target email addresses and your desired time window to retrieve available time slots before creating the event.

What format should I use for meeting times?

All time parameters must be provided in ISO 8601 format (e.g., 2025-01-16T13:00:00). Natural language time descriptions are not supported by the underlying API.