google_meet

Join Google Meet calls, transcribe live captions, and speak in real-time.

2|Updated Jun 8, 2026
One-click install
npx skills add https://github.com/vikrant-project/devil-agent-ai-platform --skill google-meet-vikrant-project
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google_meet
Source: https://github.com/vikrant-project/devil-agent-ai-platform/tree/main/agent_core/plugins/google_meet
Command: npx skills add https://github.com/vikrant-project/devil-agent-ai-platform --skill google-meet-vikrant-project

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, openai-realtime, websockets, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of joining Google Meet calls, transcribing live captions, and speaking in real-time, making meetings more accessible and efficient.

Core Features & Use Cases

  • Join Google Meet: Automatically join a meeting using a URL or by providing a meeting ID.
  • Transcription: Capture live captions from the meeting and save them for later reference.
  • Real-time Speech: Speak into the meeting in real-time, using OpenAI Realtime technology.
  • Use Case: Imagine you are part of a team working remotely. This Skill allows you to join meetings, take notes, and speak in real-time without leaving your workspace.

Quick Start

To join a Google Meet call, use the command 'hermes meet join [meeting URL]'.

Frequently Asked Questions about google_meet

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate joining a Google Meet call and capturing live captions?

You can automate joining Google Meet calls and transcribing live captions by using a Skill that leverages Playwright browser automation to control the meeting page and extract real-time speech text for later reference.

Can I use OpenAI Realtime to speak in a Google Meet call automatically?

Yes, you can speak in real-time during a Google Meet call by integrating OpenAI Realtime technology for speech generation, provided your client machine has the appropriate audio bridging setup configured.

Do I need Playwright installed to automate Google Meet transcription?

Yes, Playwright is a required dependency for browser automation to join the meeting and capture live captions, alongside the openai-realtime package and websockets for full real-time speech functionality.

Does this Google Meet automation tool work on Windows?

No, this Google Meet automation tool currently operates only on Linux and macOS platforms, requiring specific audio bridging configurations on the client machine to function correctly.

What is the difference between transcribe-only mode and real-time speech mode for meeting automation?

Transcribe-only mode captures and saves live captions from the Google Meet call for later reference, whereas real-time speech mode actively speaks into the meeting using OpenAI Realtime technology.