google_meet

Join Google Meet calls and scrape live captions into transcripts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates live Google Meet transcription and meeting-note tasks by joining a call, capturing captions, and generating a usable transcript with follow-up actions.

Core Features & Use Cases

  • Live transcription: Joins a Meet URL, enables captions, and saves a transcript for later review.
  • Realtime speaking (optional): When enabled, the agent can speak in the meeting via the realtime channel and synthesize responses.
  • Remote node support: Run the bot locally or on a remote node to reuse a signed-in Chrome session.

Quick Start

Join a Google Meet URL to start transcription, then optionally enable realtime speaking.

Frequently Asked Questions about google_meet

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

FAQPage Schema
How do I transcribe a Google Meet call in real time?

Real-time Google Meet transcription is achieved by using Playwright to join the call, scrape live captions, and save the transcript to the ARGO workspace for later review.

Can I use a remote node to capture live captions from Google Meet?

Yes, live caption capture supports remote node operation. The system uses a lightweight node RPC protocol to execute the bot on a registered remote machine, reusing a signed-in Chrome session for flexible deployment.

How does realtime speaking work during a Google Meet transcription?

Realtime speaking during Google Meet transcription optionally integrates OpenAI Realtime to synthesize speech. The agent speaks directly into the meeting through the realtime channel when this feature is enabled.

Do I need Playwright to automate Google Meet transcription?

Yes, Playwright is required to automate Google Meet transcription. It drives the browser to join the meeting URL and enables the scraping of live captions into a usable transcript file.

What is the best way to generate meeting notes from Google Meet captions?

The best way to generate meeting notes from Google Meet captions is to automate the capture process. The bot joins the call, scrapes live captions into a transcript, and generates follow-up actions for review.

Are there limitations when scraping live captions from Google Meet?

A limitation when scraping live captions from Google Meet is that the feature relies on the platform's captioning being enabled. Additionally, running locally or on a remote node requires a signed-in Chrome session.