google_meet

Captures live captions from Google Meet calls into searchable transcripts using Playwright and Chromium.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the tedious task of joining Google Meet sessions, capturing live captions, and turning them into usable notes and follow-ups.

Core Features & Use Cases

  • Join a Google Meet call and scrape live captions into a transcript for later review.
  • Transcribe-only mode provides a silent observer; realtime mode can speak back into the meeting when needed.
  • Remote-node support lets the bot run on a signed-in machine elsewhere, while the gateway stays lightweight.

Quick Start

Join a Meet URL to start live-caption transcription with optional 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 Google Meet captions automatically?

Automate Google Meet transcription by deploying a bot that joins the call URL, captures live captions via Playwright and Chromium, and stores a searchable text transcript for later review.

Can I run a Google Meet transcription bot on a remote node?

Yes, Google Meet transcription bots support remote-node operation. Running the bot on a signed-in remote machine keeps the local gateway lightweight while executing node-based actions safely.

What is the difference between transcribe and realtime modes for Google Meet?

Transcribe mode acts as a silent observer that only captures captions, whereas realtime mode can speak back into the meeting and perform follow-up actions after the call ends.

Do I need Playwright and Chromium to scrape live captions from Google Meet?

Yes, Playwright and Chromium are required dependencies for scraping live captions from Google Meet, with optional realtime audio tooling needed if you use realtime speaking features.

What limitations exist when automating Google Meet caption capture?

Google Meet caption capture is limited by a safe URL whitelist for guardrails and requires either local execution or a remote node, meaning it cannot join arbitrary unrestricted links.