google_meet

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill allows you to automate the process of joining Google Meet calls, transcribing live captions, and speaking live within the meeting, saving time and reducing manual effort.

Core Features & Use Cases

  • Join Calls: Automatically join a Google Meet call using a provided URL.
  • Transcription: Capture and transcribe live captions from the meeting into a file.
  • Live Speech: Speak live within the meeting using OpenAI Realtime and an audio bridge.
  • Use Case: Imagine you have a weekly team meeting. Use this Skill to join the meeting, take notes, and respond in real-time, all without manual input.

Quick Start

Enable the google_meet skill and join the meeting at 'https://meet.google.com/abc-defg-hij' by running 'hermes 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 automate joining Google Meet calls and taking notes?

You can automate Google Meet attendance and transcription by running a command with the meeting URL, which uses Playwright to join and capture live captions into a file.

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

Yes, you can use OpenAI Realtime to speak live in Google Meet automatically. The Skill requires an audio bridge to process and route audio between the AI model and the meeting.

Do I need a signed-in Chrome instance for Google Meet automation?

Yes, Google Meet automation requires a signed-in Chrome instance on the host machine. This allows Playwright to interact with the meeting interface and capture live captions.

How does real-time transcription work for Google Meet?

Real-time transcription for Google Meet works by capturing live captions from the meeting interface and saving them into a file. This requires Playwright to control the browser and extract the text.

What dependencies are required for Google Meet meeting automation?

Google Meet meeting automation requires Playwright for browser control, an OpenAI API key for live speech, and a platform-specific audio bridge to route audio. You also need a signed-in Chrome instance.

What are the limitations of using Playwright for Google Meet transcription?

A limitation of using Playwright for Google Meet transcription is the requirement for a platform-specific audio bridge to route audio for live speech, alongside a signed-in Chrome instance on the host machine.