google_meet

Automate Google Meet calls, scrape live captions, and save transcripts.

150|25|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/Devsoul2026/Hermes-One-Click --skill google-meet-devsoul2026
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google_meet
Source: https://github.com/Devsoul2026/Hermes-One-Click/tree/main/hermes-agent/plugins/google_meet
Command: npx skills add https://github.com/Devsoul2026/Hermes-One-Click --skill google-meet-devsoul2026

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Hermes agent joins Google Meet calls, scrapes live captions, and saves a transcript for follow-up notes and action items.

Core Features & Use Cases

  • Live caption transcription during Google Meet sessions with a persistent transcript file.
  • Optional realtime speaking in the meeting via OpenAI Realtime, enabling the agent to respond or take notes aloud.
  • Remote node support to run the bot on a different machine, enabling workflow separation and leveraging signed-in Chrome sessions.
  • Safe URL handling and browser automation via Playwright, with status and transcript accessible to the agent for further automation.

Quick Start

Install prerequisites, sign in to Google, and run hermes meet join with a Meet URL to start capturing captions.

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 for live meeting captions?

Automate Google Meet transcription by using Playwright to drive Chromium, joining the call, and scraping live captions into a persistent transcript file for downstream tasks. This operates locally or via remote nodes.

Can I use browser automation to join Google Meet calls and speak during the session?

Yes, browser automation joins Google Meet calls and optionally speaks aloud during the session. By integrating OpenAI Realtime, the agent can respond verbally or take notes aloud within the meeting.

Do I need a signed-in Chrome session to run Google Meet automation?

You need a signed-in Google account session to join meetings reliably. The automation supports running on remote nodes, allowing you to leverage an existing signed-in Chrome session on a different machine.

What is the best way to scrape live captions from a Google Meet session?

Scraping live captions from Google Meet is best handled by Playwright-driven Chromium automation. It captures the realtime text stream and saves it directly to a persistent transcript file for later processing.

Are there URL restrictions when automating Google Meet with Playwright?

Yes, URL handling is strictly enforced to meet.google.com domains. This ensures the browser automation safely targets only Google Meet calls and prevents unauthorized navigation.