google_meet

Join Google Meet calls and record live captions into a transcript.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The google_meet skill enables a Hermes agent to join Google Meet calls, capture live captions, and generate a transcript for review; it also provides follow-up actions such as summaries and in-call responses when requested by the user.

Core Features & Use Cases

  • Join Google Meet calls and enable live caption transcription to produce a searchable transcript.
  • Optional realtime mode to allow the agent to speak in the meeting via a speech synthesis/OpenAI real-time pipeline.
  • Generate meeting notes, summaries, and follow-up tasks from transcripts, including action items and decisions.

Quick Start

Join a Meet with hermes meet join https://meet.google.com/abc-defg-hij to start transcription and produce a transcript you can reference for notes and 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 Google Meet calls in real-time?

You can generate meeting summaries by having the skill join your Google Meet call to capture live captions, then processing the resulting transcript to extract notes, action items, and follow-up tasks.

Can I use a bot to take notes and generate summaries from Google Meet meetings?

You can generate meeting summaries by having the skill join your Google Meet call to capture live captions, then processing the resulting transcript to extract notes, action items, and follow-up tasks.

Does the Google Meet transcription bot work on Linux and macOS?

Yes, the Google Meet transcription bot supports both Linux and macOS environments, using a local Playwright-based implementation with optional remote execution via a Node RPC bridge.

Can a Google Meet bot speak during the meeting using speech synthesis?

Yes, an optional realtime mode enables the agent to speak in the meeting by routing audio through an OpenAI Realtime bridge and speech synthesis pipeline for in-call interactions.

How do I join a Google Meet link to start automated transcription?

You can initiate automated transcription by providing the meeting URL to the skill, which prompts the local Playwright bot to join the Google Meet link and begin recording live captions immediately.