google_meet

Join Google Meet calls, transcribe live captions, and manage follow-up tasks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Join Google Meet calls, transcribe live captions, optionally speak in realtime, and manage follow-up tasks after the meeting.

Core Features & Use Cases

  • Transcribe live captions from Google Meet and store them as a transcript for later review.
  • Optional realtime speech in the meeting via OpenAI Realtime, enabling the agent to speak when needed.
  • Flexible deployment: run locally on the gateway or on a remote node with token-based authentication; transcripts and meeting data are persisted locally.
  • Safe, URL-limited operation: only accepts meet.google.com URLs and supports lifecycle management (join, status, transcript, leave).

Quick Start

Install prerequisites and join a Meet with hermes meet join https://meet.google.com/abc-defg-hij

Frequently Asked Questions about google_meet

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

FAQPage Schema
How do I transcribe Google Meet captions automatically?

To transcribe Google Meet captions automatically, use this Skill to join your meet.google.com URL, capture live captions, and save the transcript for later review.

Can an AI agent speak in real-time during a Google Meet call?

Yes, an AI agent can speak in real-time during a Google Meet call by configuring the optional OpenAI Realtime API key to enable speech capabilities.

How do I deploy a meeting bot on a remote node?

Deploy a meeting bot on a remote node by running the gateway on a Linux or macOS host, using token-based authentication to validate access and persist transcripts locally.

Does this Google Meet transcription tool support joining any video call URL?

No, this transcription tool restricts inputs to meet.google.com URLs for safety, preventing operation on unsupported video call platforms or arbitrary web links.

What is needed to generate meeting summaries and action items from Google Meet?

Generating meeting summaries and action items requires joining the Google Meet call with the bot, allowing it to transcribe captions, and then processing the persisted transcript data.