惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
B
Blog
M
MIT News - Artificial intelligence
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
P
Proofpoint News Feed
C
Check Point Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
J
Java Code Geeks
博客园 - 叶小钗
S
SegmentFault 最新的问题
Last Week in AI
Last Week in AI
T
The Blog of Author Tim Ferriss
Microsoft Security Blog
Microsoft Security Blog
小众软件
小众软件
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 【当耐特】
腾讯CDC
博客园 - Franky
博客园 - 聂微东
V
Visual Studio Blog
GbyAI
GbyAI
Martin Fowler
Martin Fowler
罗磊的独立博客
Y
Y Combinator Blog

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
feat(google-meet): add browser create fallback · openclaw...
steipete · 2026-04-25 · via Recent Commits to openclaw:main

@@ -104,6 +104,18 @@ openclaw googlemeet create

104104

openclaw googlemeet join https://meet.google.com/new-abcd-xyz --transport chrome-node

105105

```

106106107+

`googlemeet create` has two paths:

108+109+

- API create: used when Google Meet OAuth credentials are configured. This is

110+

the most deterministic path and does not depend on browser UI state.

111+

- Browser fallback: used when OAuth credentials are absent. OpenClaw uses the

112+

pinned Chrome node, opens `https://meet.google.com/new`, waits for Google to

113+

redirect to a real meeting-code URL, then returns that URL. This path requires

114+

the OpenClaw Chrome profile on the node to already be signed in to Google.

115+116+

The command output includes a `source` field (`api` or `browser`) so agents can

117+

explain which path was used.

118+107119

Or tell an agent: "Create a Google Meet, join it with realtime voice, and send

108120

me the link." The agent should call `google_meet` with `action: "create"`, copy

109121

the returned `meetingUri`, then call `google_meet` with `action: "join"` and

@@ -400,7 +412,11 @@ openclaw googlemeet join https://meet.google.com/abc-defg-hij \

400412401413

## OAuth and preflight

402414403-

Google Meet Media API access uses a personal OAuth client first. Configure

415+

OAuth is optional for creating a Meet link because `googlemeet create` can fall

416+

back to browser automation. Configure OAuth when you want official API create,

417+

space resolution, or Meet Media API preflight checks.

418+419+

Google Meet API access uses a personal OAuth client first. Configure

404420

`oauth.clientId` and optionally `oauth.clientSecret`, then run:

405421406422

```bash

@@ -411,11 +427,15 @@ The command prints an `oauth` config block with a refresh token. It uses PKCE,

411427

localhost callback on `http://localhost:8085/oauth2callback`, and a manual

412428

copy/paste flow with `--manual`.

413429414-

The OAuth consent includes Meet space creation, Meet space read access, and

415-

Meet conference media read access. If you authenticated before meeting creation

430+

The OAuth consent includes Meet space creation, Meet space read access, and Meet

431+

conference media read access. If you authenticated before meeting creation

416432

support existed, rerun `openclaw googlemeet auth login --json` so the refresh

417433

token has the `meetings.space.created` scope.

418434435+

No OAuth credentials are needed for the browser fallback. In that mode, Google

436+

auth comes from the signed-in Chrome profile on the selected node, not from

437+

OpenClaw config.

438+419439

These environment variables are accepted as fallbacks:

420440421441

- `OPENCLAW_GOOGLE_MEET_CLIENT_ID` or `GOOGLE_MEET_CLIENT_ID`

@@ -439,21 +459,50 @@ Run preflight before media work:

439459

openclaw googlemeet preflight --meeting https://meet.google.com/abc-defg-hij

440460

```

441461442-

Create a fresh Meet space with the same OAuth config:

462+

Create a fresh Meet space:

443463444464

```bash

445465

openclaw googlemeet create

446466

```

447467448-

The command prints the new `meeting uri` and `space`. Agents can use the

468+

The command prints the new `meeting uri` and source. With OAuth credentials it

469+

uses the official Google Meet API. Without OAuth credentials it uses the pinned

470+

Chrome node's signed-in browser profile as a fallback. Agents can use the

449471

`google_meet` tool with `action: "create"` to create a meeting, then call

450472

`action: "join"` with the returned `meetingUri`.

451473452-

Creating a Meet space only creates the meeting URL. The Chrome or Chrome-node

453-

transport still needs a signed-in Google Chrome profile to join through the

454-

browser. If the profile is signed out, OpenClaw reports

455-

`manualActionRequired: true` and asks the operator to finish Google login before

456-

retrying the join.

474+

Example JSON output from the browser fallback:

475+476+

```json

477+

{

478+

"source": "browser",

479+

"meetingUri": "https://meet.google.com/abc-defg-hij",

480+

"browser": {

481+

"nodeId": "ba0f4e4bc...",

482+

"targetId": "tab-1"

483+

}

484+

}

485+

```

486+487+

Example JSON output from API create:

488+489+

```json

490+

{

491+

"source": "api",

492+

"meetingUri": "https://meet.google.com/abc-defg-hij",

493+

"space": {

494+

"name": "spaces/abc-defg-hij",

495+

"meetingCode": "abc-defg-hij",

496+

"meetingUri": "https://meet.google.com/abc-defg-hij"

497+

}

498+

}

499+

```

500+501+

Creating a Meet only creates or discovers the meeting URL. The Chrome or

502+

Chrome-node transport still needs a signed-in Google Chrome profile to join

503+

through the browser. If the profile is signed out, OpenClaw reports

504+

`manualActionRequired: true` or a browser fallback error and asks the operator

505+

to finish Google login before retrying.

457506458507

Set `preview.enrollmentAcknowledged: true` only after confirming your Cloud

459508

project, OAuth principal, and meeting participants are enrolled in the Google

@@ -740,15 +789,20 @@ Common manual actions:

740789741790

### Meeting creation fails

742791743-

`googlemeet create` uses the Google Meet API `spaces.create` endpoint. Confirm:

792+

`googlemeet create` first uses the Google Meet API `spaces.create` endpoint

793+

when OAuth credentials are configured. Without OAuth credentials it falls back

794+

to the pinned Chrome node browser. Confirm:

744795745-

- `oauth.clientId` and `oauth.refreshToken` are configured, or matching

746-

`OPENCLAW_GOOGLE_MEET_*` environment variables are present.

747-

- The refresh token was minted after create support was added. Older tokens may

748-

be missing the `meetings.space.created` scope; rerun

796+

- For API creation: `oauth.clientId` and `oauth.refreshToken` are configured,

797+

or matching `OPENCLAW_GOOGLE_MEET_*` environment variables are present.

798+

- For API creation: the refresh token was minted after create support was

799+

added. Older tokens may be missing the `meetings.space.created` scope; rerun

749800

`openclaw googlemeet auth login --json` and update plugin config.

750-

- The Google Cloud project and OAuth principal are allowed to use the required

751-

Google Meet API scopes.

801+

- For browser fallback: `defaultTransport: "chrome-node"` and

802+

`chromeNode.node` point at a connected node with `browser.proxy` and

803+

`googlemeet.chrome`.

804+

- For browser fallback: the OpenClaw Chrome profile on that node is signed in

805+

to Google and can open `https://meet.google.com/new`.

752806753807

### Agent joins but does not talk

754808