google_meet

Join Google Meet calls and transcribe live captions to a transcript file.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates joining Google Meet calls, captures live captions, and optionally speaks within the meeting to follow up on action items.

Core Features & Use Cases

  • Join Meet calls and transcribe live captions to a centralized transcript file.
  • Real-time speaking into meetings via mode="realtime" to provide in-call notes and follow-ups.
  • Supports local execution (gateway runs the bot) or remote node execution for offloading to a signed-in Chrome host.

Quick Start

Install the required dependencies, authenticate the Google session, then join a Meet using hermes meet join https://meet.google.com/abc-defg-hij to start transcription.

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 and capture live captions for notes?

Automate Google Meet transcription by deploying a Playwright-based bot to join calls and capture live captions into a centralized transcript file. You can run the bot locally or on a remote node to extract meeting notes and action items.

Can a meeting automation bot speak in Google Meet to provide real-time follow-ups?

Yes, a meeting automation bot can speak in Google Meet using mode="realtime" with OpenAI Realtime integration. This enables the agent to provide in-call notes and follow-up speech during the live discussion.

Does Google Meet transcription automation work on Windows or only Linux and macOS?

Google Meet transcription automation is limited to Linux and macOS environments due to platform constraints. The Playwright-based bot and node execution environment do not support Windows for this meeting automation workflow.

How do I join a Google Meet call with a bot using Playwright to start taking notes?

Join a Google Meet call by authenticating your Google session, then execute the join command with your meeting URL to start the Playwright bot. The bot will automatically begin capturing live captions for transcription.

Do I need an OpenAI Realtime integration for automated Google Meet note-taking?

You do not need OpenAI Realtime integration for basic automated Google Meet note-taking, as the bot can simply transcribe live captions. The realtime integration is optional and only required if the bot must speak within the meeting.