google_meet

Joins Google Meet calls and transcribes live captions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables the Linket agent to join Google Meet calls, transcribe live captions, optionally speak in real-time, and perform follow-up actions.

Core Features & Use Cases

  • Join Calls: Connect to Google Meet calls and start transcribing live captions.
  • Transcription: Extract and store captions from Google Meet calls for later reference.
  • Real-time Speech: Allow the agent to speak in real-time during meetings (available with the realtime mode).
  • Use Case: You can ask the Linket agent to join a meeting, and it will transcribe the captions for you, enabling you to stay focused on the discussion.

Quick Start

To join a Google Meet call and transcribe captions, run the following command:

linket meet join https://meet.google.com/abc-defg-hij

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 calls?

To automate Google Meet transcription, you can use a Skill that joins calls via browser automation and extracts live captions in real time. It connects to the meeting, transcribes the spoken audio, and stores the text for later reference.

Can I capture real-time speech during a meeting and have an agent speak back?

Yes, real-time speech is supported in realtime mode. The agent can both transcribe live captions and synthesize speech to speak during the meeting using Python libraries and Google Meet APIs.

Do I need playwright and websockets to automate meeting attendance?

Yes, playwright and websockets are required dependencies. Playwright handles browser automation to join the call, while websockets facilitate real-time caption extraction and interaction during the meeting.

How do I route audio for transcription without feedback loops?

You need blackhole-2ch and pactl to route audio properly. Blackhole-2ch acts as a virtual audio driver to capture system audio, while pactl manages audio streams, and ffmpeg handles any necessary audio processing.

What is the best way to transcribe live captions for post-meeting analysis?

The best way to transcribe live captions for post-meeting analysis is to use an automated agent that joins the Google Meet call, extracts the live caption stream, and stores the text output for later review.

Does automated meeting attendance work with Google Meet APIs and Python?

Yes, automated meeting attendance works with Google Meet APIs and Python libraries. The agent uses these tools to connect, interact, transcribe live captions, and optionally speak in real time.