google_meet

Join Google Meet URLs and transcribe live captions into a transcript.

4|Updated May 18, 2026
One-click install
npx skills add https://github.com/ZardLi1115/zedclaw --skill google-meet-zardli1115
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: google_meet
Source: https://github.com/ZardLi1115/zedclaw/tree/main/plugins/google_meet
Command: npx skills add https://github.com/ZardLi1115/zedclaw --skill google-meet-zardli1115

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This Skill eliminates the effort of manually listening to a meeting and turning live speech into usable notes by capturing Google Meet live captions into a transcript.

Core Features & Use Cases

  • Live caption transcription: Joins a Meet URL and continuously scrapes captions into a transcript file you can summarize or act on.
  • In-call realtime speaking (optional): In realtime mode, the agent can speak back using a virtual audio device and an OpenAI Realtime connection, while still transcribing the call.
  • Local or remote node execution: Runs on the gateway machine by default, or on a separate user machine that has an authenticated Chrome profile (useful for headless gateways).

Quick Start

Use the google_meet Skill to transcribe a meeting by running: zedclaw meet join https://meet.google.com/abc-defg-hij.

Frequently Asked Questions about google_meet

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

FAQPage Schema
How do I automatically transcribe a Google Meet call?▼

You can automate Google Meet transcription by joining a specified meet.google.com URL and continuously scraping live captions into a transcript file for later summarization or action.

Can an AI agent speak during a Google Meet call?▼

An AI agent can speak during a Google Meet call by using realtime mode, which utilizes a virtual audio device and an OpenAI Realtime connection to provide follow-ups and summaries.

What do I need to set up before joining a Google Meet to capture notes?▼

Before capturing notes, you must provide a valid meet.google.com URL; the system then installs Playwright, Chromium, and platform audio tooling required for realtime voice and caption scraping.

Does this tool work with remote machines for meeting transcription?▼

Meeting transcription runs on the local gateway machine by default or on a remote user machine with an authenticated Chrome profile, supporting headless gateway environments.

Why does the realtime speaking mode fail to start in my meeting?▼

Realtime speaking mode fails when runtime constraints are unmet; it requires explicit mode='realtime' validation for meet_say and enforces lobby safety timeouts to prevent hanging.