Files
openclaw/extensions/google-meet
Wynne668 73cb408565 fix(google-meet): reject nondecimal transcript cursors (#106384)
* fix(google-meet): reject nondecimal transcript cursors

Use parseStrictNonNegativeInteger for --since validation so hex,
exponent, and fractional spellings are rejected at the CLI boundary
instead of silently coercing to different cursor offsets.

Remove the redundant file header comment to stay within the
oversized-file LOC ratchet.

* test(google-meet): harden transcript cursor coverage

* style(google-meet): format cursor tests

---------

Co-authored-by: Peter Steinberger <steipete@gmail.com>
2026-07-13 22:28:18 -07:00
..

@openclaw/google-meet

Official Google Meet participant plugin for OpenClaw.

This plugin registers the google_meet tool so agents can join Google Meet calls through supported Chrome or Twilio transports.

Install

openclaw plugins install @openclaw/google-meet

Restart the Gateway after installing or updating the plugin.

Configure

Enable the plugin and follow the Google Meet docs for browser profile, transport, and call-join setup:

Package

  • Plugin id: google-meet
  • Tool: google_meet
  • Package: @openclaw/google-meet
  • Minimum OpenClaw host: 2026.4.20