google_meet

Join Google Meet calls, transcribe live captions, and speak in real-time.

2|Updated May 22, 2026
One-click install
npx skills add https://github.com/519lab/thoth-agent --skill google-meet-519lab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google_meet
Source: https://github.com/519lab/thoth-agent/tree/main/plugins/google_meet
Command: npx skills add https://github.com/519lab/thoth-agent --skill google-meet-519lab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, websockets, openai-realtime, playwright, pdfplumber, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill allows you to join Google Meet calls, transcribe live captions, and optionally speak in real-time, making it easier to participate in meetings and collaborate effectively.

Core Features & Use Cases

  • Join Google Meet: Automatically join a Google Meet call with specified parameters.
  • Transcription: Capture live captions from the meeting and save them for later review.
  • Real-time Speech: Speak in the meeting in real-time using OpenAI Realtime and a virtual audio device.
  • Use Case: Imagine you are in a remote meeting and need to take notes and summarize key points. This Skill can automatically join the meeting, transcribe the captions, and allow you to speak in real-time, making it easier to participate and capture important information.

Quick Start

Use the google_meet skill to join a Google Meet call: thoth 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 join a Google Meet call and transcribe captions in real-time?

You can automate joining Google Meet calls and transcribing live captions by using browser automation with Playwright and capturing the meeting text directly. The transcribed captions are saved for later review.

Can I use OpenAI Realtime to speak during a Google Meet call?

Yes, you can speak in real-time during Google Meet calls by utilizing OpenAI Realtime for speech synthesis and routing audio through a virtual audio device. This requires an OpenAI API key to function.

Do I need a Google Meet account and OpenAI API key to automate remote meetings?

Yes, automating remote meetings with real-time speech and transcription requires both a Google Meet account to join the call and an OpenAI API key for the real-time speech synthesis features.

What Python libraries are required to capture live speech and automate virtual meetings?

Capturing live speech and automating virtual meetings requires Python libraries including Playwright for browser automation, websockets for real-time communication, and pdfplumber for document processing.

What is the best way to take notes and summarize key points from a Google Meet call?

The best way to take notes is to use an automated tool to join the meeting, capture live captions as they appear, and save the transcription for later review and summarization of key points.

Does browser automation work with Google Meet for capturing real-time speech without manual entry?

Yes, browser automation works with Google Meet to join calls and capture live captions without manual entry. Playwright drives the browser session to automatically interact with the meeting interface.