meet

Create and retrieve Google Meet meeting spaces via OAuth-authenticated connector actions.

2|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/terraleiloa/seren-skills --skill meet-terraleiloa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meet
Source: https://github.com/terraleiloa/seren-skills/tree/main/google/meet
Command: npx skills add https://github.com/terraleiloa/seren-skills --skill meet-terraleiloa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you create and manage Google Meet meeting spaces without manually navigating OAuth flows and connector steps.

Core Features & Use Cases

  • Generate meeting spaces and links: Create a meeting space using the configured meeting type and space name.
  • Manage active conferences: Retrieve meeting space details to support ongoing workflow coordination.
  • OAuth-authenticated connector actions: Uses the meet connector with explicit post and get operations.

Quick Start

Create a Google Meet meeting space with the specified meeting type and space name, then retrieve the created space details.

Frequently Asked Questions about meet

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

FAQPage Schema
How do I automate Google Meet link generation for workflow management?

Automate Google Meet link generation by using OAuth-authenticated connector actions to create meeting spaces. You generate a meeting space with a specified meeting type and space name, then retrieve the created space details to support ongoing conference coordination.

Do I need OAuth to create Google Meet spaces via automation?

Yes, you need OAuth to create Google Meet spaces via automation. The connector integration uses explicit OAuth-authenticated post and get operations to generate meeting links and retrieve space information securely.

How does retrieving Google Meet space details support ongoing conference coordination?

Retrieving Google Meet space details supports ongoing conference coordination by fetching active meeting space information via a connector get request. This allows workflows to access created meeting links and manage active conferences programmatically.

What inputs are required to create a Google Meet meeting space through a connector?

Creating a Google Meet meeting space through a connector requires defined inputs for meeting type and space name. These parameters are passed via the connector meet post action to generate the meeting space and link.

Can I manage active Google Meet conferences without manual navigation?

You can manage active Google Meet conferences without manual navigation by using connector integration actions. The workflow handles OAuth flows automatically, allowing you to create and retrieve meeting spaces programmatically.

What are the limitations of using basic connector integration for meeting space management?

The basic connector integration for meeting space management is limited to creating and retrieving Google Meet spaces using defined inputs. It does not support advanced workflow management features beyond generating links and fetching space information.