google_meet

Join Google Meet calls, transcribe live captions, and generate follow-up actions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Hermes agents need a practical way to join Google Meet calls, capture live captions, and generate follow-up work without manual note-taking.

Core Features & Use Cases

  • Join Meet calls locally or on a remote node and start caption scraping into a transcript.
  • Transcribe captions in real time and optionally speak in the meeting via realtime mode.
  • Provide post-meeting follow-ups, summaries, and action items using Hermes tools.

Quick Start

Join a Google Meet URL, start the transcription, and review the resulting transcript and follow-ups.

Frequently Asked Questions about google_meet

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

FAQPage Schema
How do I transcribe live captions from a Google Meet call?▼

To transcribe live captions from a Google Meet call, you join the meeting URL and scrape the caption stream into a transcript. This Skill automates the caption capture process and stores the resulting text for follow-up actions.

Can I deploy a Google Meet transcription bot on a remote node?▼

Yes, you can deploy the transcription bot on a remote node. It supports remote-node execution and uses a lightweight WebSocket RPC protocol to control the transcription process and report status back to your local gateway.

Does the Google Meet transcription agent require Playwright and WebSocket?▼

Yes, the agent requires Playwright to automate the browser and join the meeting, and it uses a WebSocket RPC protocol for remote control and realtime status reporting. The Skill enforces platform checks for these prerequisite dependencies before execution.

What is realtime mode for Google Meet transcription?▼

Realtime mode is a feature that allows the agent to transcribe live captions and optionally speak directly into the meeting. It enables interactive participation rather than passive listening, covering both local and remote node-based deployments.

How do I generate action items after transcribing a Google Meet call?▼

After transcribing a Google Meet call, you generate action items by processing the resulting transcript with Hermes tools. The Skill provides post-meeting follow-ups, summaries, and action items directly from the captured caption data.