google_meet

Join Google Meet calls, transcribe live captions, and speak via OpenAI Realtime API.

Updated May 11, 2026
One-click install
npx skills add https://github.com/richardnguyen0715/keep-it-real --skill google-meet-richardnguyen0715
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google_meet
Source: https://github.com/richardnguyen0715/keep-it-real/tree/main/refer-projects/hermes-agent/plugins/google_meet
Command: npx skills add https://github.com/richardnguyen0715/keep-it-real --skill google-meet-richardnguyen0715

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates participation in Google Meet calls, enabling live caption transcription and optional real-time voice interaction, streamlining meeting engagement and follow-up tasks.

Core Features & Use Cases

  • Automated Meet Joining: Automatically join Google Meet calls and enable live captions.
  • Real-time Voice Interaction: Speak into meetings in real-time with OpenAI Realtime integration.
  • Transcription: Generate a transcript of the meeting captions for post-meeting analysis.
  • Use Case: Imagine you're part of a remote team that frequently has meetings. This Skill can automatically join your meetings, transcribe them for later review, and even allow you to speak during the meeting using your own voice.

Quick Start

Use the hermes meet join command with the URL of your Google Meet session.

Frequently Asked Questions about google_meet

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

FAQPage Schema
How do I automate joining a Google Meet call and transcribing live captions?

You can automate Google Meet transcription by using a script that joins the web interface, enables live captions, and records the text. This Skill uses Playwright to control the browser and capture the meeting transcription in real-time.

Can I use OpenAI Realtime API to speak in a Google Meet automatically?

Yes, real-time voice interaction in Google Meet is possible by integrating the OpenAI Realtime API. This allows your automated agent to listen to meeting audio and speak responses directly into the call using websockets.

What do I need to set up before automating remote collaboration and meeting transcription?

You need Python installed with the playwright and websockets libraries, plus an OpenAI Realtime API key. These dependencies allow the script to control the browser, manage real-time audio streams, and generate voice interactions.

Does this approach for meeting automation work for both local and remote operation?

Yes, the meeting automation process supports both local and remote operation. This allows you to run the Google Meet transcription and voice interaction scripts from your own machine or a remote server.

How does real-time voice interaction work during an automated Google Meet session?

Real-time voice interaction works by capturing live captions from Google Meet and sending them to the OpenAI Realtime API via websockets. The API then generates voice responses that are played directly into the active meeting session.