google-meet
Google Meet wraps the Meet v2 API to create persistent video spaces with shareable join links, manage access settings, and retrieve conference history including participants, recordings, and transcripts. Requires gws CLI authenticated with Google Workspace OAuth credentials.
Google Meet creates persistent video spaces with join links and retrieves past meeting records via the gws CLI.
AI-generated summary based on this skill's SKILL.md
Install
Open-Curiosity/gini-agent/google-meet · repository language: TypeScript
git clone https://github.com/Open-Curiosity/gini-agent
cp -r gini-agent/skills/google/google-meet ~/.claude/skills/google-meetFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I create a google meet room with google-meet?
google-meet creates persistent Meet spaces through the Meet v2 API. You can establish a new space and obtain a shareable join link for participants. The skill requires gws CLI authentication with Google Workspace OAuth credentials to set up the room and manage its configuration.
How can I list google meet recordings from past calls?
google-meet retrieves past meeting records including recordings, transcripts, and smart notes via the Meet v2 API. You can access and export these materials from your conference history. The skill also lets you view meeting participants and attendance data alongside recording status and transcript details.
What is a persistent meet space and how do I make one?
google-meet enables you to set up a permanent Meet space—a dedicated video room with a stable join link that persists across multiple sessions. This allows you to share the same meeting link repeatedly without creating new calendar events, ideal for recurring team standups or office hours.
Can I manage meet spaces via CLI and control access?
google-meet supports automation through the Google Workspace CLI, letting you create spaces, update access settings, and end active conferences programmatically. You can control who can join your persistent spaces and manage conference lifecycle directly from the command line with proper OAuth authentication.
How do I get meet join links from past calls?
google-meet retrieves past meeting details and join links from your conference history using the Meet v2 API. You can fetch records of previous calls along with participant lists and other metadata, making it easy to locate and reshare links from earlier sessions.
What authentication does google-meet require?
google-meet requires gws CLI authenticated with Google Workspace OAuth credentials. This integration ensures secure access to the Meet v2 API for creating spaces, managing settings, retrieving recordings, and automating Meet workflows within your Google Workspace environment.
SKILL.md
rendered from the published skill — quoted content, verbatim
Google Meet
Use gws meet to create Meet spaces (the persistent video rooms with a join link), fetch metadata for a space, and inspect conference records — past calls, participants, recordings, transcripts, and smart notes. Wraps the Meet v2 API.
Prerequisites
gwsinstalled and authenticated. Ifgwsis not on PATH ORgws auth statusreports no authenticated user, do NOT silently call setup. Instead, in a single short reply to the user:- State plainly what's missing — e.g. "Google Workspace access isn't set up on this machine yet" or "your Google sign-in has expired."
- Ask one sentence: "Want me to walk you through setting it up?" Wait for the user's answer.
- If they
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 1 file
skills/google/google-meet/SKILL.md