google_meet

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

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/THTProtocol/lastochka --skill google-meet-thtprotocol
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google_meet
Source: https://github.com/THTProtocol/lastochka/tree/main/plugins/google_meet
Command: npx skills add https://github.com/THTProtocol/lastochka --skill google-meet-thtprotocol

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies joining Google Meet calls, transcribing live captions, and speaking in real-time during meetings, saving you time and effort in collaborative tasks.

Core Features & Use Cases

  • Join Google Meet: Automatically join a Google Meet call with the provided URL.
  • Transcribe Captions: Capture live captions from the meeting and save them to a transcript file.
  • Real-time Speech: Enable the AI agent to speak during the meeting in real-time (requires OpenAI Realtime API and appropriate audio setup).
  • Use Case: If you're a meeting facilitator and want to have the AI take notes and summarize the meeting for you, this Skill can be incredibly useful.

Quick Start

Use the lastochka meet join <url> command to join a Google Meet call and start taking notes.

Frequently Asked Questions about google_meet

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

FAQPage Schema
How do I automate Google Meet caption transcription for meeting notes?

Google Meet caption transcription is automated by using Python's Playwright library to join calls and capture live captions directly from the website, saving them to a transcript file for note-taking.

Can I use an AI agent to speak in real-time during a Google Meet call?

Yes, real-time speech during a Google Meet call is possible by integrating the OpenAI Realtime API, which enables an AI agent to speak aloud provided you have the API key and an appropriate audio setup.

Do I need an OpenAI Realtime API key to transcribe live captions from Google Meet?

No, an OpenAI Realtime API key is not required for caption transcription; it is only optional and necessary if you want to enable the AI agent to perform real-time speech during the meeting.

What's the best way to join a Google Meet call automatically to take notes?

The best way to join a Google Meet call automatically is by running the `lastochka meet join <url>` command, which triggers Playwright to interact with the website and start capturing live captions.

Does meeting automation with Playwright work for collaborative tasks and meeting facilitation?

Yes, meeting automation with Playwright works for collaborative tasks and meeting facilitation by automatically joining calls, transcribing live captions, and enabling real-time AI speech to assist the facilitator.

Why does real-time speech require an appropriate audio setup in Google Meet automation?

Real-time speech requires an appropriate audio setup because the AI agent must route synthesized audio from the OpenAI Realtime API into the Google Meet website session to ensure participants can hear it.