google_meet

google_meet is a skill for Claude Code, Codex from aivrar/portable-hermes-agent. It costs 57 tokens per session (1,829 once invoked), scanned B, a copy of google_meet, MIT.

A meeting assistant for Google Meet that can join a call, capture live captions as a transcript, and optionally speak during the meeting.

In plain words
What is it for?
It helps attend meetings, transcribe them, summarize discussions, respond in realtime when requested, and handle resulting action items.
Why use it?
It removes the need to take notes manually and can turn meeting discussion into follow-up work. Speaking mode requires additional audio setup and costs money for live audio processing.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps attend meetings, transcribe them, summarize discussions, respond in realtime when requested, and handle resulting action items.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aivrar/portable-hermes-agent/google_meet
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add aivrar/portable-hermes-agent --skill google_meet
Clone the repo
git clone --depth 1 https://github.com/aivrar/portable-hermes-agent

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for google_meet

README.md
[![agentmods](https://agentmods.dev/badge/skills/aivrar/portable-hermes-agent/google_meet/github.svg)](https://agentmods.dev/skills/aivrar/portable-hermes-agent/google_meet)
Your own site
<a href="https://agentmods.dev/skills/aivrar/portable-hermes-agent/google_meet"><img src="https://agentmods.dev/badge/skills/aivrar/portable-hermes-agent/google_meet/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for google_meet

Your own site · 80×15
<a href="https://agentmods.dev/skills/aivrar/portable-hermes-agent/google_meet"><img src="https://agentmods.dev/badge/skills/aivrar/portable-hermes-agent/google_meet.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,829 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00057 $0.01829
Opus 5 $0.00028 $0.00915
Sonnet 5 $0.00011 $0.00366
Haiku 4.5 $0.00006 $0.00183

Measured 6d ago against content hash e1f179bed4a0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade B, and why

google_meet scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

The scan reads SKILL.md. This mod also ships 14 executable files (__init__.py, audio_bridge.py, cli.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

`hermes meet install --realtime` prompts before running `sudo apt-get` (Linux)
Origin

This is a copy

100% identical to google_meet — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

plugins/google_meet/SKILL.md · 149 lines

How it starts

The opening of the file, as written. The whole thing — 149 lines — stays where its author put it; the contents beside it link to each section on GitHub.

google_meet

When to use

The user says any of:

  • "join my Meet at "
  • "take notes on this meeting"
  • "summarize the meeting and send followups"
  • "sit in on my standup"
  • "be a bot in this call and speak up when X"

Two modes

Mode What the bot does
transcribe (default) Joins, enables captions, scrapes a transcript. Listen-only.
realtime Same as transcribe PLUS speaks into the meeting via OpenAI Realtime. The agent calls meet_say(text) and the bot's voice comes out of the call.

Pick realtime only when the user actually wants the agent to speak. It costs real money (OpenAI Realtime is pay-per-audio-minute) and requires a virtual audio device set up on the machine running the bot.

Two locations

Location When
Local (default) Gateway machine runs the Playwright bot directly.
Remote node (node="<name>") Bot runs on a different machine that has a signed-in Chrome and (for realtime) a configured audio bridge. Useful when the gateway runs on a headless Linux box but the user's real signed-in Chrome lives on their Mac.

Prerequisites the user must handle once

Easiest path — run the built-in installer:

hermes plugins enable google_meet
hermes meet install                 # pip deps + Chromium (transcribe only)
hermes meet install --realtime      # + pulseaudio-utils / brew blackhole+ffmpeg
hermes meet auth                    # optional; skips guest-lobby wait
hermes meet setup                   # preflight checks

hermes meet install --realtime prompts before running sudo apt-get (Linux) or brew install (macOS). Pass --yes to skip the prompt. It will NOT touch your macOS default-input setting — you have to select BlackHole 2ch in System Settings yourself before starting a realtime meeting.

Or do it manually:

pip install playwright websockets && python -m playwright install chromium

# For realtime mode, additionally:
#   Linux:  sudo apt install pulseaudio-utils
#   macOS:  brew install blackhole-2ch ffmpeg
#           → System Settings → Sound → Input → BlackHole 2ch
#   Then set OPENAI_API_KEY or HERMES_MEET_REALTIME_KEY in ~/.hermes/.env

Read the full file on GitHub · 149 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 149 lines · 57 tokens per session scan B e1f179bed4a0

Subscribe to this mod's changes

google_meet is a skill published in the GitHub repository aivrar/portable-hermes-agent (217 stars, last pushed today), licensed MIT. It adds 57 tokens to every session and 1,829 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). It is 100% identical to google_meet, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

meeting-notes

Use when the user asks to capture, structure, or summarize meeting notes / call notes / 1:1 discussion / standup notes. Produces a standard template with attendees, agenda, decisions, action items (owner + deadline), and open questions.

shiwenwen/hope-agent · 55 tokens

ha-settings

Manage Hope Agent application settings through conversation. Use when the user wants to view or change any app configuration: theme, language, enhanced focus indicators, proxy, temperature, notifications, tool timeout, context compaction, automatic session titles, web search, GitHub issue reporting, memory, embedding…

shiwenwen/hope-agent · 214 tokens

automations

Manage Local Studio automations — scheduled prompts the app re-runs on its own — when the user asks to schedule, pause, resume, edit, inspect or delete recurring work, or asks what a scheduled job has been doing.

sybil-solutions/local-studio · 49 tokens

lark-cli

Use when the user wants to operate Lark or Feishu via the local lark-cli (@larksuite/cli), including install, app credentials, OAuth, readiness checks, and safe read/write boundaries.

Peiiii/nextclaw · 46 tokens

opencli

Use when the user wants to use websites, browser login sessions, Electron apps, or external CLIs through a local OpenCLI setup, especially when setup guidance, readiness checks, and safe task execution are needed.

Peiiii/nextclaw · 45 tokens

rag-code-review

When performing code review on a PR, diff, snippet, or "look at this change" request, first consult the corpus for related ADRs, coding standards, prior patterns, and similar files. Grounds review comments in the team's actual decisions instead of generic best practices. Trigger on any review-style request — "review"…

lyonzin/knowledge-rag · 83 tokens