google_meet

Join Google Meet conferences and scrape live captions into a transcript.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates joining a Google Meet, scrapes live captions, and can optionally speak in realtime to capture notes and drive follow-up actions.

Core Features & Use Cases

  • Live transcription of Google Meet captions to a persistent transcript.
  • Optional realtime speaking in the meeting via OpenAI Realtime to capture notes aloud.
  • Flexible deployment: run locally or on a remote node, with post-meeting follow-ups and summaries.

Quick Start

Join a Meet URL and start capturing live captions immediately.

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 note-taking?▼

Automate Google Meet transcription by using Playwright to join the conference and scrape live captions into a persistent transcript. This captures meeting notes automatically without manual typing.

Can I use Playwright to scrape live captions from Google Meet?▼

Yes, Playwright automates a signed Google session to join the meeting and scrape live captions. This browser automation approach captures the real-time text directly from the meeting interface.

What is needed to enable realtime speaking during a Google Meet?▼

Realtime speaking requires an OpenAI Realtime API key to augment note-taking aloud. You configure this optional voice feature alongside the local or remote node deployment.

Does Google Meet automation support remote node operation?▼

Yes, Google Meet automation supports flexible deployment on either a local machine or a remote node. This allows you to run caption scraping and transcription continuously without keeping your local browser open.

What is the best way to generate follow-up actions after a Google Meet?▼

The best way to generate follow-up actions is to process the persistent transcript created from live captions. Post-meeting summaries are automatically derived from this text data.

Why do I need a signed Google session for Google Meet automation?▼

A signed Google session is required to authenticate and bypass login barriers when joining a meeting. Playwright relies on this active session to access the live captions interface.