What problem does it solve? Attending, transcribing, and following up on Google Meet calls requires manual presence and note-taking; this Skill lets an agent join a meeting as a bot, capture live captions into a transcript, optionally speak in the call, and handle follow-up work afterwards. ## Core Features & Use Cases - Transcribe mode: A headless Chromium bot joins the Meet URL, enables live captions, and scrapes them into a timestamped transcript file via a DOM MutationObserver. - Realtime voice mode: The agent speaks into the call through OpenAI Realtime, with audio routed through a PulseAudio null-sink (Linux) or BlackHole device (macOS), including best-effort barge-in when humans talk. - Remote node hosts: Run the bot on a different machine (e.g. a Mac with signed-in Chrome) than the gateway, using bearer-token-authenticated WebSocket nodes. - Use Case: Ask the agent to sit in on your standup, poll the transcript during the call, then summarize the meeting and send follow-ups using regular tools after leaving. ## Quick Start Ask the agent to join your Google Meet URL and take notes, for example: "join my Meet at https://meet.google.com/abc-defg-hij and summarize it afterwards."