skills/writing-and-planning/copywriting/document-editorial/composio-skills/googlemeet-automation/SKILL.md
Automate Google Meet tasks via Rube MCP (Composio): create Meet spaces, schedule video conferences via Calendar events, manage meeting access. Always search tools first for current schemas.
npx skillsauth add lunartech-x/superpowers googlemeet-automationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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".GOOGLECALENDAR_CREATE_EVENT only accepts email addresses for attendees, not names. Use GMAIL_SEARCH_PEOPLE to resolve names to emails first.create_meeting_room feature works best with Google Workspace accounts. Personal Gmail accounts will gracefully fallback to creating an event without a Meet link.2025-01-16T13:00:00). Natural language like "tomorrow at 3pm" is NOT supported.event_duration_minutes max is 59. For 1+ hour meetings, use event_duration_hour combined with event_duration_minutes.timezone as a valid IANA identifier (e.g., America/New_York). Abbreviations like "EST" or "PST" are NOT valid.| Action | Tool | Key Parameters |
|--------|------|----------------|
| Create Meet space | GOOGLEMEET_CREATE_MEET | (see full schema via RUBE_SEARCH_TOOLS) |
| Schedule meeting | GOOGLECALENDAR_CREATE_EVENT | start_datetime, summary, attendees, timezone |
| Find free slots | GOOGLECALENDAR_FIND_FREE_SLOTS | items, time_min, time_max, timezone |
| Update meeting | GOOGLECALENDAR_PATCH_EVENT | calendar_id, event_id, summary, start_time |
| Get current time | GOOGLECALENDAR_GET_CURRENT_DATE_TIME | timezone |
| Look up contacts | GMAIL_SEARCH_PEOPLE | query |
Powered by Composio
tools
Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.
testing
Access AlphaFold 200M+ AI-predicted protein structures. Retrieve structures by UniProt ID, download PDB/mmCIF files, analyze confidence metrics (pLDDT, PAE), for drug discovery and structural biology.
development
Access real-time and historical stock market data, forex rates, cryptocurrency prices, commodities, economic indicators, and 50+ technical indicators via the Alpha Vantage API. Use when fetching stock prices (OHLCV), company fundamentals (income statement, balance sheet, cash flow), earnings, options data, market news/sentiment, insider transactions, GDP, CPI, treasury yields, gold/silver/oil prices, Bitcoin/crypto prices, forex exchange rates, or calculating technical indicators (SMA, EMA, MACD, RSI, Bollinger Bands). Requires a free API key from alphavantage.co.
development
This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search. Use when working with temporal data, sequential patterns, or time-indexed observations requiring specialized algorithms beyond standard ML approaches. Particularly suited for univariate and multivariate time series analysis with scikit-learn compatible APIs.