google_meet

Join Google Meet sessions and transcribe live captions to a file.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill solves the challenge of manually taking notes during meetings and enables the agent to actively participate in calls, ensuring no information is lost and follow-up actions are captured immediately.

Core Features & Use Cases

  • Live Transcription: Automatically joins Google Meet calls to scrape live captions into a persistent transcript file.
  • Real-time Interaction: Supports duplex audio, allowing the agent to speak in meetings via OpenAI Realtime.
  • Remote Node Support: Allows the bot to run on a separate machine (e.g., a user's Mac) while the agent gateway runs on a headless server.
  • Use Case: Use this to have the agent sit in on a standup meeting, transcribe the discussion, and automatically generate a summary with action items for the team.

Quick Start

Use the google_meet skill to join the meeting at the provided URL and start 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 meeting notes?

The google_meet Skill automates transcription by using headless browser automation to join Google Meet calls and scrape live captions into a persistent transcript file. This captures the discussion for meeting notes and follow-up actions without manual effort.

Can I have an agent speak and interact in Google Meet sessions in real time?

Yes, real-time voice interaction in Google Meet is supported via duplex audio using OpenAI Realtime. This allows an agent to actively participate and speak during remote collaboration calls rather than only passively listening.

Do I need Playwright and websockets to automate meeting attendance?

Yes, Playwright and websockets are required dependencies for automating meeting attendance. Playwright drives the headless browser automation to join calls, while websockets enable the real-time communication and duplex audio functionality.

Can I run the Google Meet bot on a remote machine while the agent stays on a server?

Yes, remote node support allows the bot to run on a separate machine, such as a Mac, while the agent gateway runs on a headless server. This setup separates the browser automation client from the core agent infrastructure.

What audio drivers are required for real-time voice interaction in Google Meet?

Full duplex functionality for real-time voice interaction requires platform-specific audio drivers in addition to Playwright and websockets. These drivers enable the agent to simultaneously listen to and speak during the live call.

What is the best way to capture action items from a standup meeting automatically?

The best way to capture action items is to use an agent to sit in on a standup meeting, transcribe the discussion, and automatically generate a summary with action items for the team. This ensures follow-up tasks are captured immediately.