google_meet

Automate Google Meet participation with Playwright and OpenAI Realtime for live transcription and speech.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/LynxLabVN/office-agent --skill google-meet-lynxlabvn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google_meet
Source: https://github.com/LynxLabVN/office-agent/tree/main/agent-core/plugins/google_meet
Command: npx skills add https://github.com/LynxLabVN/office-agent --skill google-meet-lynxlabvn

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of joining Google Meet calls, transcribing live captions, speaking in real-time (if configured), and providing follow-up summaries and actions.

Core Features & Use Cases

  • Join Google Meet Calls: Automatically join meetings with specified URLs and handle guest authentication.
  • Transcription: Scrap live captions from Google Meet and save them to a transcript file.
  • Real-Time Speech: Enable the agent to speak in real-time during meetings using OpenAI Realtime and audio bridges.
  • Follow-Up Actions: Generate meeting summaries, file issues, and schedule follow-ups based on meeting transcripts.
  • Use Case: When the user wants to join a meeting, sit in on a call, take notes, summarize the meeting, or respond during the meeting, this Skill can be triggered to automate these tasks.

Quick Start

Use the google_meet skill to join a Google Meet call at this URL: 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 automate Google Meet transcription and note-taking?

This Skill automates Google Meet participation by using Playwright to join calls and OpenAI Realtime to scrape live captions into a transcript file. It handles guest authentication and captures real-time speech for automated note-taking without manual intervention.

How does real-time speech work during an automated Google Meet call?

Real-time speech during automated Google Meet calls works by integrating OpenAI Realtime with audio bridges. This setup enables the agent to listen to live captions and speak audibly back into the meeting, requiring configured Python dependencies and audio routing.

Do I need Python and audio bridges to automate Google Meet participation?

Yes, automating Google Meet participation requires Python dependencies such as Playwright, OpenAI, and websockets, plus configured audio bridges. These components handle browser automation, live transcription scraping, and real-time speech interaction.

Can I generate meeting summaries and follow-up actions from a Google Meet transcript?

Yes, you can generate meeting summaries and follow-up actions from a Google Meet transcript. The automation processes the saved transcript file to create summaries, file issues, and schedule subsequent tasks automatically based on meeting content.

What is the best way to join a Google Meet URL automatically and handle guest authentication?

The best way to join a Google Meet URL automatically is using Playwright browser automation. This approach programmatically navigates to the meeting link and handles the guest authentication flow to access the call for transcription and interaction.