google_meet

Join Google Meet calls and transcribe live captions into structured transcripts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Google Meet bot enables an autonomous agent to join Google Meet calls, capture live captions, transcribe them into a structured transcript, and prepare follow-up notes or actions from the meeting.

Core Features & Use Cases

  • Join a Google Meet URL and scrape live captions into a transcript.
  • Optionally participate in real-time with spoken responses using mode='realtime' (OpenAI Realtime integration).
  • Support local gateway operation or remote node deployment for distributed setups and persistence of meeting data.

Quick Start

Join a Meet URL with hermes meet join <url> to start transcription and read the transcript.

Frequently Asked Questions about google_meet

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

FAQPage Schema
How do I transcribe a Google Meet call into a transcript automatically?

You can transcribe a Google Meet call by deploying an autonomous agent to join the meeting URL and scrape live captions into a structured transcript. The bot captures live captions directly from the browser session using Playwright and Chromium.

Can I automate Google Meet attendance on a remote node for distributed setups?

Yes, you can automate Google Meet attendance on a remote node to support distributed setups and persist meeting data. The bot operates in local gateway mode or runs on a remote node using token-based authentication for execution.

Do I need Playwright and Chromium to capture live captions from Google Meet?

Yes, you need Playwright and Chromium to capture live captions from Google Meet. These dependencies power the browser automation required to join the call and scrape the live caption data into a structured transcript.

Can a Google Meet bot participate in real-time with spoken responses?

Yes, a Google Meet bot can participate with spoken responses using the realtime mode. This leverages OpenAI Realtime integration to enable the agent to interact audibly during the live call while capturing captions.

How do I generate follow-up notes from a Google Meet transcript?

You generate follow-up notes by processing the structured transcript produced after the agent joins the Google Meet call and captures live captions. The bot prepares follow-up notes or actions from the meeting data automatically.

What is the best way to run a Google Meet transcription bot in a local gateway mode?

The best way to run a Google Meet transcription bot in local gateway mode is to execute a join command with the meeting URL. This starts the browser automation locally to scrape captions and generate a transcript.