google_meet

Automate Google Meet joining, caption transcription, real-time speech, and post-meeting follow-ups.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, websockets, openai, pactl, blackhole-2ch, ffmpeg, ffmpeg-python, pulseaudio-utils, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates joining Google Meet calls, transcribing live captions, speaking in real-time, and following up on tasks after the meeting, saving time and reducing manual effort.

Core Features & Use Cases

  • Meet Joining: Automatically join Google Meet calls based on URLs provided by the user.
  • Transcription: Capture live captions from the meeting and save them for review.
  • Real-time Speech: Enable the agent to speak during the meeting in real-time using OpenAI Realtime and BlackHole/PulseAudio.
  • Post-Meeting Follow-up: Summarize meeting notes, send follow-ups, and track action items.
  • Use Case: Imagine a user wants to join a meeting, take notes, and send out a summary to the team. The user can simply ask the agent to join the meeting, and the Skill will handle the rest.

Quick Start

Use the google_meet skill to join the meeting at 'https://meet.google.com/abc-defg-hij'.

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 and capture live captions?

Automated Google Meet transcription uses Playwright to join calls and scrape live captions from the meeting interface, saving them for post-meeting review and documentation.

Can I use OpenAI Realtime to speak during an automated Google Meet call?

Yes, real-time speech generation during Google Meet uses OpenAI Realtime alongside BlackHole and PulseAudio for audio routing, allowing the agent to speak audibly during the call.

Do I need Playwright and PulseAudio to automate joining Google Meet calls?

Yes, automating Google Meet participation requires Playwright for browser control and web scraping, while PulseAudio and BlackHole-2ch handle audio routing for real-time speech generation.

What's the best way to generate post-meeting follow-up tasks from Google Meet notes?

Post-meeting follow-up tasks are generated by summarizing the captured live caption transcripts, extracting action items, and sending automated follow-ups to the team.

How does audio processing work when automating Google Meet participation?

Audio processing for automated Google Meet participation uses ffmpeg, ffmpeg-python, and BlackHole-2ch to capture, route, and manage real-time audio streams for speech output and transcription.

Are there limitations to using websockets for real-time speech in Google Meet automation?

Real-time speech in Google Meet automation relies on websockets for data streaming, which requires a stable network connection, and depends on proper PulseAudio configuration to avoid audio routing failures.