google_meet

Automate Google Meet participation by scraping live captions and enabling real-time audio interaction.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, websockets, and includes scripts (resource) components.

What problem does it solve?

This skill removes the burden of manual note-taking and allows your AI agent to actively participate in Google Meet calls, ensuring no action items or insights are missed.

Core Features & Use Cases

  • Live Transcription: Automatically joins meetings and scrapes live captions into a persistent transcript file.
  • Real-time Interaction: Enables the agent to speak in meetings using OpenAI Realtime voice synthesis.
  • Remote Node Support: Allows the bot to run on a local machine with a signed-in Chrome profile while the agent gateway remains on a headless server.
  • Use Case: Use this skill to have your agent sit in on a standup meeting, transcribe the discussion, and automatically generate a summary with action items for your team.

Quick Start

Use the google_meet skill to join the meeting at the provided URL and begin transcribing the conversation.

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 notes?

You can automate Google Meet transcription by using a browser automation tool to join the meeting and scrape live captions into a persistent transcript file. This removes the need for manual note-taking during the call.

Can an AI agent participate in Google Meet calls with real-time voice?

Yes, an AI agent can participate in Google Meet calls with real-time duplex audio interaction. This is achieved by using OpenAI Realtime voice synthesis alongside platform-specific audio bridging.

Do I need Playwright to automate Google Meet participation?

Yes, you need Playwright for browser automation to join Google Meet and scrape live captions. It enables the agent to navigate the meeting interface and extract the live transcription data automatically.

What's the best way to run a Google Meet bot on a headless server?

You can run a Google Meet bot on a headless server by using a remote node architecture. This allows the bot to run locally with a signed-in Chrome profile while the agent gateway remains hosted on the remote server.

Are there limitations to scraping live captions for meeting notes?

Scraping live captions for meeting notes depends on the browser automation environment and platform-specific audio bridging. It is limited by the structure of the live captions displayed during the Google Meet session.

What is remote node support for Google Meet automation?

Remote node support for Google Meet automation separates the local browser running a signed-in Chrome profile from the headless server hosting the agent gateway. This setup enables real-time interaction across distributed architectures.