google_meet

Join Google Meet calls and transcribe live captions into transcripts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables an agent to join Google Meet calls, capture live captions, and generate transcripts for downstream follow-up actions, reducing manual note-taking and increasing meeting productivity.

Core Features & Use Cases

  • Transcribe live Meet captions and save a searchable transcript for post-meeting review.
  • Support local and remote-node deployments, enabling flexible bot placement and collaboration with user devices.
  • Offer two modes: transcribe (listen-only) and realtime (speaks in-call via OpenAI Realtime) for in-call participation and action items.

Quick Start

Join a Meet URL using mode transcribe or realtime to start capturing captions and generating follow-ups.

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 post-meeting review?▼

Automating Google Meet transcription involves joining calls via Playwright browser automation to capture live captions and generate a searchable transcript for downstream follow-up actions.

Can I deploy a Google Meet bot on a remote node instead of my local machine?▼

Yes, you can deploy the Google Meet bot on a remote node. It supports both local and remote-node deployments to provide flexible bot placement and accommodate different device availability.

Does Google Meet caption capture require Playwright to function?▼

Yes, Playwright is required for browser automation to join Google Meet calls and capture live captions, while OpenAI Realtime is an optional dependency for in-call speech participation.

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

Transcribe mode captures live captions as a listen-only participant, whereas realtime mode uses OpenAI Realtime to speak in-call and generate action items during the meeting.

How do I capture live captions from Google Meet into a searchable transcript?▼

You capture live captions by configuring the bot to join a specific Meet URL, which then listens to the conversation and saves the extracted text into a transcript for post-meeting use.

Are there limitations when using Google Meet automation for live caption capture?▼

Limitations include dependency on Playwright for browser automation and the requirement of OpenAI Realtime for realtime mode, meaning transcription fails if live captions are disabled in the meeting.