One-click install
npx skills add https://github.com/big4council-prog/b4c-agent --skill google-meet-big4council-prog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google_meet
Source: https://github.com/big4council-prog/b4c-agent/tree/main/plugins/google_meet
Command: npx skills add https://github.com/big4council-prog/b4c-agent --skill google-meet-big4council-prog

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, websockets, pactl, paplay, blackhole-2ch, ffmpeg.

What problem does it solve?

When you need reliable meeting notes or live summaries, manually watching and typing during a Google Meet call is slow and error-prone.

Core Features & Use Cases

  • Live caption transcription: Joins a provided Google Meet URL and scrapes live captions into a persistent transcript file you can poll during or after the call.
  • Optional realtime in-call voice: In realtime mode, the agent can speak into the meeting using OpenAI Realtime (with the required virtual audio setup).
  • Remote node support: Runs the Playwright/Chromium bot on a separate machine (typically the user’s Mac with the signed-in Chrome profile) while the gateway controls it.

Quick Start

Enable the plugin, then ask the agent to join a Meet URL to start transcribing (use realtime mode only if you explicitly want the agent to speak).

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 live meeting notes?

Google Meet transcription is automated by joining a meet.google.com URL and scraping live captions into a persistent transcript file. This captures meeting notes automatically without manual typing during the call.

Can I use OpenAI realtime voice to speak into a Google Meet call?

OpenAI realtime voice can speak into Google Meet using realtime mode. This requires configuring a virtual audio bridge with blackhole-2ch and pactl to route the agent's voice into the meeting.

Does automated meeting transcription require a separate remote node to run?

Automated meeting transcription supports running on a remote node. You can run the Playwright and Chromium bot on a separate machine with your signed-in Chrome profile while the gateway controls it remotely.

What dependencies are needed for realtime voice interaction during Google Meet?

Realtime voice interaction requires Playwright, websockets, pactl, paplay, blackhole-2ch, and ffmpeg. These dependencies handle browser automation, signaling, and virtual audio bridging for in-call speech.

Why does the Google Meet bot fail to join without a valid meet.google.com URL?

The Google Meet bot fails without a valid meet.google.com URL because the platform enforces strict URL constraints. A mandatory meet.google.com link is required to initiate the session and access live captions.