google_meet

Automate Google Meet call joining, live caption capture, and transcript generation.

1|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/Monjyu1101/AiDiy2026 --skill google-meet-monjyu1101
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google_meet
Source: https://github.com/Monjyu1101/AiDiy2026/tree/main/backend_hermes/plugins/google_meet
Command: npx skills add https://github.com/Monjyu1101/AiDiy2026 --skill google-meet-monjyu1101

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual note-taking during Google Meet sessions is time-consuming and error-prone; this skill automates joining the call, capturing live captions, and generating follow-up notes for quick review.

Core Features & Use Cases

  • Transcription: join Meet, enable live captions, and store a transcript for later review.
  • Real-time speaking: in realtime mode, the agent can speak in the meeting via meet_say using an OpenAI Realtime bridge and a virtual audio device.
  • Remote execution: optional remote node deployment to run the bot on another machine with sign-in Chrome.
  • Lifecycle tooling: CLI commands to join, check status, fetch transcripts, and stop gracefully.

Quick Start

Join a Google Meet URL with hermes meet join and then read the transcript with hermes meet transcript.

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 note-taking?

Automating Google Meet transcription involves a Playwright bot joining the call, enabling live captions, and storing the transcript for later review. The pipeline also generates follow-up notes from the captured transcript end-to-end.

Can a meeting bot speak in real-time during a Google Meet call?

Yes, a meeting bot can speak in real-time during a Google Meet call using realtime mode. It leverages an OpenAI Realtime bridge and a virtual audio device to output speech via the meet_say function.

Do I need a local machine to run the Google Meet bot, or can I deploy it remotely?

You do not need a local machine; the Google Meet bot supports optional remote node deployment. You can run the bot on another machine with sign-in Chrome and manage it via a WebSocket node API and CLI tools.

What's the best way to manage a Google Meet bot lifecycle and fetch transcripts?

The best way to manage a Google Meet bot lifecycle is using provided CLI commands. You can join calls, check status, fetch transcripts, and stop gracefully using the hermes meet command suite.

Does the automated Google Meet note-taker handle errors and status tracking?

Yes, the automated Google Meet note-taker includes a transcript pipeline with status and error handling. This coordinates the end-to-end workflow, ensuring the bot manages connection issues and captures captions reliably.