google_meet

Automate Google Meet call joining and live caption capture.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Hermes-enabled agents can join Google Meet calls, capture live captions, and perform post-meeting follow-ups, eliminating manual note-taking and scattered action items.

Core Features & Use Cases

  • Live transcription: transcripts captions from Meet into a searchable transcript file.
  • Real-time participation: in realtime mode the agent can speak in the call via meet_say and generate notes or actions.
  • Flexible deployment: run locally on the gateway or on a remote node with a signed Chrome profile.

Quick Start

Install dependencies, authenticate with Google, run preflight checks, then join a Meet URL to start capturing captions.

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 for meeting notes?

To automate Google Meet transcription, this Skill uses Playwright to launch Chromium and capture live captions directly from the call. It transcribes the captions into a searchable transcript file, eliminating manual note-taking during remote meetings.

Can an AI agent participate and speak during a Google Meet call?

Yes, in realtime mode the agent can actively participate and speak during a Google Meet call using the meet_say function. This allows the agent to generate notes or actions and interact verbally while capturing live captions.

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

Yes, Playwright is required to launch Chromium and automate joining Google Meet URLs for capturing live captions. The Skill strictly enforces that URLs must be from meet.google.com to function correctly.

How does realtime speech work with Google Meet captioning?

Realtime speech works by utilizing an optional realtime audio bridge alongside the standard caption capture. This enables the agent to both listen to the meeting audio and speak aloud via the meet_say command during the call.

Can I run Google Meet automation on a remote node instead of locally?

Yes, you can run the Google Meet automation on a remote node with a signed Chrome profile instead of executing locally on the gateway. This remote node support is optional and provides flexible deployment for capturing captions.

What are the limitations of capturing Google Meet captions with an agent?

A key limitation is that the automation strictly enforces only meet.google.com URLs and requires Playwright to launch Chromium. Additionally, realtime audio bridge and node support are optional features that require specific setup to function.