google_meet

google_meet is a skill for Claude Code, Codex from GGbond-bo/MemOmics-Agent. It costs 57 tokens per session (1,829 once invoked), scanned B, a copy of google_meet, MIT.

A meeting assistant that joins Google Meet, captures live captions, and can optionally speak during the call. Google Meet is Google's video-conferencing service.

In plain words
What is it for?
Joining meetings, taking notes, transcribing discussions, answering in the call when requested, and preparing follow-ups.
Why use it?
It removes the need to attend every detail manually or write notes while also participating. It can leave you with a transcript, summary, follow-up work, or action items.

Skill for Claude CodeCodex

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

Good fit Joining meetings, taking notes, transcribing discussions, answering in the call when requested, and preparing follow-ups.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ggbond-bo/memomics-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 GGbond-bo/MemOmics-Agent --skill google_meet
Clone the repo
git clone --depth 1 https://github.com/GGbond-bo/MemOmics-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/ggbond-bo/memomics-agent/google_meet/github.svg)](https://agentmods.dev/skills/ggbond-bo/memomics-agent/google_meet)
Your own site
<a href="https://agentmods.dev/skills/ggbond-bo/memomics-agent/google_meet"><img src="https://agentmods.dev/badge/skills/ggbond-bo/memomics-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/ggbond-bo/memomics-agent/google_meet"><img src="https://agentmods.dev/badge/skills/ggbond-bo/memomics-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 5d ago against content hash e1f179bed4a0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, 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 5d 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.

hermes-agent/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. 5d 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 GGbond-bo/MemOmics-Agent (19 stars, last pushed 6d ago), 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.