What problem does it solve? Attending and documenting Google Meet calls manually is time-consuming, and agents normally cannot join video calls, capture what was said, or speak in them. This Skill lets an agent join a Meet URL, scrape live captions into a transcript, optionally speak in the call, and handle follow-up work like summaries and action items. ## 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 via a DOM MutationObserver. - Realtime Voice: In realtime mode, the agent speaks into the call through OpenAI Realtime, with audio routed into Chrome's fake microphone via a PulseAudio null-sink (Linux) or BlackHole (macOS), including best-effort barge-in when humans interrupt. - Remote Node Hosts: The bot can run on a separate machine (e.g., a Mac with signed-in Chrome) controlled from a headless Linux gateway over a token-authenticated WebSocket connection. - Use Case: Ask the agent to sit in on your standup, take notes, and afterwards send a recap email with action items extracted from the full transcript. ## 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 hermes meet install once to set up Playwright and Chromium.