Skip to content

Google Meet plugin is absent from Docker onboarding and uses separate OAuth from Gog #120

Description

@jack60612

Summary

A fresh AlphaClaw Docker deployment can install and use Gog, but Google Meet is not available through OpenClaw unless the operator separately installs and enables @openclaw/google-meet.

That distinction is easy to miss: Gog's Meet CLI and OpenClaw's Google Meet participant plugin are separate integrations with separate OAuth configuration.

Reproduction

  1. Start a current AlphaClaw Docker deployment.
  2. Complete the Google/Gog authorization flow.
  3. Try to use the OpenClaw Meet integration.

Before a manual plugin install, the Google Meet command is unavailable because the plugin package is not present/registered.

Installing and enabling the matching official plugin resolves command discovery:

openclaw plugins install @openclaw/google-meet
openclaw plugins enable google-meet
# restart gateway

The plugin then correctly reports that it needs its own OAuth configuration. This is expected behavior, but it is not surfaced by the AlphaClaw onboarding.

Expected behavior

Either:

  • include the version-compatible @openclaw/google-meet plugin in the AlphaClaw image and make it opt-in during setup, or
  • have onboarding explicitly detect that the plugin is absent and offer the install/enable path.

Please also document that Gog OAuth/keyring state is distinct from the Google Meet plugin's OAuth configuration, rather than implying that authorizing Google once enables both.

Why this matters

Without that guidance, an operator can have a healthy Google authorization and enabled Google APIs while Meet still appears broken, because the required plugin was never installed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions