google_meet

Join Google Meet calls and capture live captions into a transcript.

Updated May 14, 2026
One-click install
npx skills add https://github.com/SethyPagna/Secretary-Jarvis --skill google-meet-sethypagna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google_meet
Source: https://github.com/SethyPagna/Secretary-Jarvis/tree/main/src/plugins/google_meet
Command: npx skills add https://github.com/SethyPagna/Secretary-Jarvis --skill google-meet-sethypagna

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of manually joining Google Meet calls, capturing notes, and turning conversations into usable follow-up work. It is designed for situations where an assistant needs to sit in on a meeting, keep a running transcript, and help respond or summarize afterward without missing details.

Core Features & Use Cases

  • Live caption transcription: Joins a Meet call and scrapes captions into a transcript file for later review.
  • Optional in-call speech: In realtime mode, the assistant can speak into the meeting through a virtual audio bridge.
  • Remote node hosting: Runs the bot on another machine when the gateway and the signed-in Chrome profile live in different places.
  • Practical use cases: Meeting notes, action-item capture, follow-up summaries, standup coverage, and bot participation in discussions where the user explicitly wants the assistant to talk.

Quick Start

Ask the assistant to join a specific Google Meet URL, transcribe the conversation, and summarize the meeting afterward.

Frequently Asked Questions about google_meet

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

FAQPage Schema
How do I automatically transcribe Google Meet calls into meeting notes?

To transcribe Google Meet calls, this Skill joins the meeting via Playwright and Chromium, scrapes live captions in real time, and saves them into a transcript file for post-meeting note-taking and follow-up summaries.

Can an AI assistant speak during a Google Meet call?

Yes, an AI assistant can speak during a Google Meet call by enabling realtime mode, which bridges a virtual audio connection using optional OpenAI Realtime audio to let the assistant participate and talk directly in the discussion.

Do I need Playwright and Chromium to automate Google Meet transcription?

Yes, Playwright and Chromium are required dependencies for automating Google Meet transcription, as they provide the browser environment needed to join the call, validate URLs, and capture live captions from the meeting interface.

How does remote node hosting work for Google Meet bots?

Remote node hosting uses token-authenticated WebSocket node RPC to run the Google Meet bot on a separate machine, which is necessary when the gateway and the signed-in Chrome browser profile reside in different network environments.

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

The best way to capture action items from a remote standup is using an automated bot to join the Google Meet call, maintain a running transcript of live captions, and generate follow-up summaries of the discussion afterward.