google_meet

Join Google Meet calls, capture live captions, and speak in real-time.

1|Updated May 21, 2026
One-click install
npx skills add https://github.com/blueskies1818/hermesALIone --skill google-meet-blueskies1818
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: google_meet
Source: https://github.com/blueskies1818/hermesALIone/tree/main/Agent/plugins/google_meet
Command: npx skills add https://github.com/blueskies1818/hermesALIone --skill google-meet-blueskies1818

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, openai-realtime-api, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables your agent to join Google Meet calls, transcribe live captions, speak in real-time, and perform follow-up tasks, automating collaborative meetings and note-taking.

Core Features & Use Cases

  • Join Google Meet: Automatically join meetings using provided URLs.
  • Live Captioning: Capture and store live captions from the meeting.
  • Real-time Voice: Speak in the meeting in real-time (requires OpenAI Realtime API).
  • Post-meeting Analysis: Summarize meeting highlights and action items.
  • Use Case: Imagine your agent needs to sit in on a client call, take notes, summarize the meeting, and send follow-up emails. This Skill can handle it all.

Quick Start

Use the google_meet skill to join the meeting at 'https://meet.google.com/abc-defg-hij'.

Frequently Asked Questions about google_meet

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

FAQPage Schema
How do I automate joining a Google Meet call and taking notes?▼

Automating Google Meet note-taking involves using Playwright to launch the browser and capture live captions for transcription, letting your agent join meetings and record conversations automatically.

Can an AI agent speak in a Google Meet call in real-time?▼

Yes, an AI agent can speak in Google Meet in real-time by integrating the OpenAI Realtime API, which enables live voice input and interaction during the automated meeting session.

Do I need an OpenAI API key to automate Google Meet transcription?▼

Yes, you need an OpenAI API key to enable real-time voice interaction, and you also need Playwright installed along with platform-specific audio bridge setup to capture live captions and host the environment.

Does Google Meet meeting automation work in headless server environments?▼

Yes, Google Meet meeting automation works in headless environments by utilizing remote node hosting and requiring platform-specific audio bridge setup to route audio correctly without a graphical interface.

What is the best way to summarize action items after a Google Meet call?▼

The best way to summarize action items after a Google Meet call is to process the captured live caption transcriptions, letting your agent extract meeting highlights and generate follow-up emails automatically.

What are the limitations of capturing live captions from Google Meet with Playwright?▼

Capturing live captions from Google Meet with Playwright requires platform-specific audio bridge setup for headless environments and depends on the browser's live caption feature, meaning transcription fails if native captioning is disabled.