google_meet

Join Google Meet URLs to capture captions and generate transcripts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill lets you capture meeting notes automatically by joining a Google Meet call and turning live captions into a transcript you can summarize and act on afterward.

Core Features & Use Cases

  • Join + caption transcription: Explicitly joins a provided Google Meet URL, enables captions, and scrapes them into a transcript file for later summarization.
  • Optional in-call realtime speaking: In realtime mode, the agent can speak back during the meeting by streaming synthesized audio into the call.
  • Local or remote execution: Run the bot on your gateway machine (default) or delegate to a remote node host (useful when your signed-in Chrome profile lives on your Mac).

Example use cases:

  • Ask the agent to join your standup, then summarize what was decided and list action items.
  • Take live notes during a meeting and prepare a follow-up message once the call ends.

Quick Start

Tell the agent to join your meeting link in transcription mode by saying: "Join https://meet.google.com/abc-defg-hij and take notes."

Frequently Asked Questions about google_meet

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

FAQPage Schema
How do I automatically transcribe a Google Meet call and generate meeting notes?

You can transcribe a Google Meet call by having a Playwright-based bot join the explicit URL, scrape live captions, and output a transcript file to generate meeting notes, summaries, and action items.

Can I use an AI agent to speak live during a Google Meet session?

Yes, you can have an AI agent speak live during a Google Meet session by enabling realtime mode, which streams synthesized audio into the call using OpenAI Realtime voice capabilities.

Does the Google Meet transcription bot work with a signed-in Chrome profile on a Mac?

Yes, the transcription bot works with a signed-in Chrome profile on a Mac by delegating execution to a remote node host, allowing the Playwright bot to operate within your existing local browser environment.

What is the best way to get action items from a standup or review meeting?

The best way to get action items from a standup or review meeting is to capture the live captions as a transcript, then process the text to summarize decisions and extract specific follow-up tasks.

Are there limitations on which URLs the Google Meet bot can join?

Yes, there are URL limitations: the bot validates targets and only allows explicit meet.google.com links, preventing it from joining unsupported video conferencing platforms or arbitrary web pages.