google_meet

Join a Google Meet URL and convert live captions into a transcript.

19|4|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/carterwayneskhizeine/hermes-agent-windows-R --skill google-meet-carterwayneskhizeine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google_meet
Source: https://github.com/carterwayneskhizeine/hermes-agent-windows-R/tree/main/plugins/google_meet
Command: npx skills add https://github.com/carterwayneskhizeine/hermes-agent-windows-R --skill google-meet-carterwayneskhizeine

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill lets you have an agent join an explicit Google Meet link, capture live captions into a transcript, and (optionally) speak back in real time as the meeting runs.

Core Features & Use Cases

  • Live transcript capture: Joins a Meet URL, enables captions, and scrapes them into a transcript file for later summarization and follow-ups.
  • In-call realtime speaking: When enabled, routes generated audio into Chrome via a virtual audio device so the agent can respond during the meeting.
  • Optional remote node execution (v3): Runs the Playwright/Chrome bot on a different machine with a signed-in Chrome profile, while the gateway controls it over WebSocket.

Quick Start

Ask the agent: "Join this Google Meet link and take notes using captions, then summarize the meeting and list action items."

Frequently Asked Questions about google_meet

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

FAQPage Schema
How do I capture live captions from Google Meet into a transcript?

An agent joins an explicit Google Meet URL, enables live captions, and scrapes the text into a transcript file using Playwright for downstream note-taking and summarization.

Can an AI agent speak back during a Google Meet call?

Yes, in realtime mode the agent routes generated audio into Chrome via a platform-specific virtual audio bridge, allowing it to speak back during the Google Meet session.

Do I need a virtual audio device to transcribe Google Meet?

No, a virtual audio device is only required for realtime speaking mode. Standard transcription only requires Playwright to scrape live captions from the Google Meet session.

Can I run the Google Meet transcription bot on a remote machine?

Yes, optional remote node execution runs the Playwright Chrome bot on a different machine with a signed-in profile, controlled over WebSocket by a gateway for remote transcription.

How does Playwright extract meeting notes from Google Meet?

Playwright drives a Chrome instance to join the Google Meet URL, enables captions, and scrapes the live text into a structured transcript file for downstream note-taking and action item extraction.

What is needed to validate a Google Meet URL for automated transcription?

Automated transcription requires safe Meet URL validation to ensure the agent joins an explicit, valid meeting link before Playwright initializes the caption scraping process.