google_meet

Capture Google Meet captions and generate structured summaries and follow-up notes.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/matlee0409/cronus --skill google-meet-matlee0409
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: google_meet
Source: https://github.com/matlee0409/cronus/tree/main/plugins/google_meet
Command: npx skills add https://github.com/matlee0409/cronus --skill google-meet-matlee0409

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables an agent to join Google Meet calls, capture live captions, optionally speak in realtime, and produce structured follow-up notes and summaries for post-meeting tasks.

Core Features & Use Cases

  • Live transcription of Meet captions and generation of a transcript file for cross-session recall.
  • Optional realtime speaking via OpenAI Realtime with a virtual audio bridge to the call.
  • Support for local gateway execution or remote node hosting to split the bot from the gateway.

Quick Start

Install prerequisites, authenticate, and join a Meet URL to start transcription.

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 and capture live captions?▼

Automate Google Meet transcription by using an agent to join the call and capture live captions. The agent processes these captions to generate a transcript file for cross-session recall and structured follow-up notes.

Can I use Playwright and Chromium to join Google Meet calls for automated note taking?▼

Yes, you can use Playwright with Chromium to join Google Meet calls for automated note taking. This Skill requires Python and Playwright to control the browser, capture captions, and issue follow-up notes post-meeting.

Does the Google Meet transcription agent support realtime speaking via OpenAI Realtime?▼

Yes, the Google Meet transcription agent supports realtime speaking via OpenAI Realtime. It uses a virtual audio bridge to the call, allowing the agent to respond verbally during the live meeting while capturing captions.

Can I run the Google Meet bot on a remote node host to separate it from the gateway?▼

Yes, you can run the Google Meet bot on a remote node host to off-gateway execution. This separates the bot from the local gateway, allowing you to split browser automation and processing tasks across different machines.

What is needed to generate structured follow-up notes from Google Meet captions?▼

Generating structured follow-up notes from Google Meet captions requires Python, Playwright with Chromium, and an agent to join the meeting. The agent captures the live captions, summarizes them, and outputs structured follow-up tasks.