google_meet

Join Google Meet calls and transcribe live captions into a searchable transcript.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Join Google Meet calls and transcribe live captions into a searchable transcript.

Core Features & Use Cases

  • Take notes during meetings by capturing captions and building a transcript.
  • Generate summaries and follow-up items from meeting content, with optional in-call speaking in realtime mode.
  • Support local gateway runs or remote node hosts for Meet bot execution; provides transcript access across setups.

Quick Start

Join a Meet URL and start the bot to transcribe captions and generate follow-ups.

Frequently Asked Questions about google_meet

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

FAQPage Schema
How do I transcribe live captions from a Google Meet call into a searchable transcript?

To transcribe live captions from a Google Meet call, join the meeting URL and start the bot to capture captions and build a searchable transcript. The bot uses Playwright with Chromium to automate joining and reading the live caption data.

How do I automatically generate meeting notes and action items from Google Meet?

Automatically generate meeting notes and action items from Google Meet by running a bot that captures live captions. The transcribed text is processed to produce summaries and follow-up items directly from the meeting content.

Can I run a Google Meet transcription bot on a remote node?

You can run a Google Meet transcription bot on a remote node host or a local gateway. This flexibility provides access to the generated transcripts across different execution setups without requiring a local machine.

Do I need Linux or macOS to use Playwright for capturing Google Meet captions?

You need Linux or macOS to use this Playwright-based caption capturing approach. The transcription setup relies on Chromium automation and optional realtime audio tooling, which are specifically supported on these operating systems.

Can a meeting bot speak in realtime during a Google Meet call?

A meeting bot can speak in realtime during a Google Meet call by utilizing optional realtime audio tooling. This allows the agent to actively participate and speak in the call while simultaneously transcribing live captions.

What is the best way to capture Google Meet captions for later analysis?

The best way to capture Google Meet captions for later analysis is automating the process with a Chromium bot. It joins the call, transcribes the live captions into a searchable format, and prepares the content for generating summaries and follow-up items.