google_meet

Join Google Meet URLs, extract live captions, and speak in real-time.

3|1|Updated May 19, 2026
One-click install
npx skills add https://github.com/Quill-Agent/Quill-Agent --skill google-meet-quill-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google_meet
Source: https://github.com/Quill-Agent/Quill-Agent/tree/main/plugins/google_meet
Command: npx skills add https://github.com/Quill-Agent/Quill-Agent --skill google-meet-quill-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, websockets, pactl, blackhole-2ch, ffmpeg, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies participating in Google Meet calls, allowing you to join calls, transcribe live captions, and optionally speak in real-time.

Core Features & Use Cases

  • Join Google Meet: Automatically join a specified Google Meet URL.
  • Transcription: Extract live captions from the call into a transcript file.
  • Real-time Voice: Speak in the meeting using OpenAI Realtime.
  • Use Case: Ideal for situations where you need to attend a meeting and take notes, or for responding in real-time to the meeting's discussion.

Quick Start

Use the quill meet join <url> command to join a Google Meet call and start transcribing.

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 a transcript file?

To transcribe Google Meet calls, this Skill joins a specified URL and extracts live captions directly into a transcript file using playwright. You simply execute the join command to start capturing the meeting audio and generating text.

Can I use real-time voice to speak in Google Meet using OpenAI?

Yes, you can speak in Google Meet using OpenAI Realtime. The Skill employs an audio bridging mechanism with blackhole-2ch and ffmpeg to route the real-time voice synthesis into the active meeting session.

Does Google Meet meeting automation work on both Linux and macOS?

Google Meet meeting automation is compatible with both Linux and macOS. It relies on platform-specific audio bridge tools like pactl for Linux and blackhole-2ch for macOS to ensure proper audio routing during remote collaboration.

What dependencies do I need to set up for joining Google Meet calls automatically?

To join Google Meet calls automatically, you need playwright for browser automation, websockets for communication, and platform-specific audio tools like ffmpeg and blackhole-2ch. These dependencies handle authentication, audio bridging, and remote node hosting.

Why does real-time voice audio bridging require blackhole-2ch and ffmpeg?

Real-time voice audio bridging requires blackhole-2ch and ffmpeg because Google Meet operates within a browser context. These tools capture the OpenAI Realtime audio stream and route it into the meeting, bypassing direct browser audio input limitations.