google_meet

Automate Google Meet joining, transcription, and voice interaction via Playwright.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, websockets, and includes scripts (resource) components.

What problem does it solve?

This skill solves the problem of manual note-taking and the inability for AI agents to participate in live video conferencing, ensuring no critical information is lost during meetings.

Core Features & Use Cases

  • Live Transcription: Automatically joins Google Meet calls to scrape and log live captions into a persistent transcript file.
  • Realtime Interaction: Enables the agent to speak in meetings using OpenAI Realtime voice synthesis, allowing for active participation.
  • Use Case: Use this skill to have an agent sit in on your daily standup, transcribe the discussion, and automatically generate a summary with action items for your team.

Quick Start

Use the google_meet skill to join the meeting at the provided URL and start transcribing the conversation.

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 meeting notes?

You can automate Google Meet transcription using headless browser automation to join calls and log live captions into a persistent transcript file. This ensures no critical information is lost during meetings.

Can an AI agent participate in live video conferencing with realtime voice?

Yes, an AI agent can participate in live video conferencing using OpenAI Realtime voice synthesis. Configuring an optional audio bridge enables duplex voice communication for active meeting interaction.

Do I need Playwright to automate joining Google Meet sessions?

Yes, Playwright is required for browser control to automate joining Google Meet sessions. It drives the headless browser automation needed to access calls and scrape live captions.

What is the best way to generate action items from a daily standup?

The best way to generate action items from a daily standup is to use an automated agent that transcribes the discussion and generates a summary with action items for your team.

How does headless browser automation work for meeting documentation?

Headless browser automation works for meeting documentation by running a background browser instance that joins Google Meet calls to scrape and log live captions into a persistent transcript file.

Can I use websockets for realtime voice interaction in Google Meet?

Yes, websockets are used as a dependency to support realtime voice interaction in Google Meet. Combined with an audio bridge, they enable duplex voice communication for AI-driven facilitation.