What problem does it solve? Attending and documenting Google Meet calls manually is time-consuming, and automating a meeting bot requires solving browser automation, caption scraping, and audio routing. This Skill lets an agent join a Meet URL, capture a live transcript, optionally speak in the call, and produce follow-up summaries without manual attendance. ## Core Features & Use Cases - Live transcription: A headless Chromium bot joins the meeting, enables Google Meet captions, and scrapes them into a timestamped transcript file. - Realtime speech: In realtime mode, the agent speaks into the call through OpenAI Realtime, with audio routed via a PulseAudio null-sink on Linux or BlackHole on macOS. - Remote node hosts: Run the bot on a separate machine (e.g., a Mac with a signed-in Chrome) while the gateway runs on a headless Linux box, using bearer-token authenticated WebSocket RPC. - Use Case: Ask the agent to sit in on your standup, take notes, and afterwards summarize the transcript and send action items to the team. ## Quick Start Ask the agent to join your meeting by saying "join my Meet at https://meet.google.com/abc-defg-hij and take notes", after running robo meet install once to set up Playwright and Chromium.