docs(i18n): sync zh-CN google plugin references

This commit is contained in:
Peter Steinberger 2026-03-16 01:42:45 +00:00
parent 0a136f1b90
commit 6987a3c8b5
3 changed files with 14 additions and 17 deletions

View File

@ -5,10 +5,10 @@ read_when:
summary: 模型提供商概述,包含示例配置和 CLI 流程
title: 模型提供商
x-i18n:
generated_at: "2026-02-03T07:46:28Z"
generated_at: "2026-03-16T01:39:16Z"
model: claude-opus-4-5
provider: pi
source_hash: 14f73e5a9f9b7c6f017d59a54633942dba95a3eb50f8848b836cfe0b9f6d7719
source_hash: 978798c80c5809c162f9807072ab48fdf99bfe0db39b2b3c245ce8b4e5451603
source_path: concepts/model-providers.md
workflow: 15
---
@ -87,15 +87,13 @@ OpenClaw 附带 pi-ai 目录。这些提供商**不需要** `models.providers`
- 示例模型:`google/gemini-3-pro-preview`
- CLI`openclaw onboard --auth-choice gemini-api-key`
### Google Vertex、Antigravity 和 Gemini CLI
### Google Vertex 和 Gemini CLI
- 提供商:`google-vertex`、`google-antigravity`、`google-gemini-cli`
- 认证Vertex 使用 gcloud ADCAntigravity/Gemini CLI 使用各自的认证流程
- Antigravity OAuth 作为捆绑插件提供(`google-antigravity-auth`,默认禁用)。
- 启用:`openclaw plugins enable google-antigravity-auth`
- 登录:`openclaw models auth login --provider google-antigravity --set-default`
- Gemini CLI OAuth 作为捆绑插件提供(`google-gemini-cli-auth`,默认禁用)。
- 启用:`openclaw plugins enable google-gemini-cli-auth`
- 提供商:`google-vertex`、`google-gemini-cli`
- 认证Vertex 使用 gcloud ADCGemini CLI 使用其 OAuth 流程
- 注意OpenClaw 中的 Gemini CLI OAuth 属于非官方集成。一些用户报告称,在第三方客户端中使用后其 Google 账号受到了限制。继续前请先查看 Google 条款,并尽量使用非关键账号。
- Gemini CLI OAuth 作为捆绑 `google` 插件的一部分提供。
- 启用:`openclaw plugins enable google`
- 登录:`openclaw models auth login --provider google-gemini-cli --set-default`
- 注意:你**不需要**将客户端 ID 或密钥粘贴到 `openclaw.json` 中。CLI 登录流程将令牌存储在 Gateway 网关主机的认证配置文件中。

View File

@ -2,10 +2,10 @@
summary: 关于 OpenClaw 安装、配置和使用的常见问题
title: 常见问题
x-i18n:
generated_at: "2026-02-01T21:32:04Z"
generated_at: "2026-03-16T01:39:16Z"
model: claude-opus-4-5
provider: pi
source_hash: 5a611f2fda3325b1c7a9ec518616d87c78be41e2bfbe86244ae4f48af3815a26
source_hash: 6e6a4a63fb73dca24dbe77928b51c6b2e5d51ec883fb36c64e2e40ef027050e9
source_path: help/faq.md
workflow: 15
---
@ -687,7 +687,7 @@ Gemini CLI 使用**插件认证流程**,而不是 `openclaw.json` 中的 clien
步骤:
1. 启用插件:`openclaw plugins enable google-gemini-cli-auth`
1. 启用插件:`openclaw plugins enable google`
2. 登录:`openclaw models auth login --provider google-gemini-cli --set-default`
这会在 Gateway 网关主机上将 OAuth 令牌存储为认证配置文件。详情:[模型提供商](/concepts/model-providers)。

View File

@ -5,10 +5,10 @@ read_when:
summary: OpenClaw 插件/扩展:发现、配置和安全
title: 插件
x-i18n:
generated_at: "2026-02-03T07:55:25Z"
generated_at: "2026-03-16T01:39:16Z"
model: claude-opus-4-5
provider: pi
source_hash: b36ca6b90ca03eaae25c00f9b12f2717fcd17ac540ba616ee03b398b234c2308
source_hash: 3c79de31bf50147bdfa6cfc5ed55185e91bb55a8db986df0596b24d5529c7798
source_path: tools/plugin.md
workflow: 15
---
@ -50,8 +50,7 @@ openclaw plugins install @openclaw/voice-call
- [Nostr](/channels/nostr) — `@openclaw/nostr`
- [Zalo](/channels/zalo) — `@openclaw/zalo`
- [Microsoft Teams](/channels/msteams) — `@openclaw/msteams`
- Google Antigravity OAuth提供商认证— 作为 `google-antigravity-auth` 捆绑(默认禁用)
- Gemini CLI OAuth提供商认证— 作为 `google-gemini-cli-auth` 捆绑(默认禁用)
- Google 网页搜索 + Gemini CLI OAuth — 作为 `google` 捆绑(网页搜索会自动加载;提供商认证仍需手动启用)
- Qwen OAuth提供商认证— 作为 `qwen-portal-auth` 捆绑(默认禁用)
- Copilot Proxy提供商认证— 本地 VS Code Copilot Proxy 桥接;与内置 `github-copilot` 设备登录不同(捆绑,默认禁用)