/install maverick-gog
maverick-gog
Internal setup hook for the gog CLI (openclaw/gogcli). Provisions gogcli's OAuth state from env vars supplied by an external orchestrator over the OpenClaw skills.setup RPC. After setup completes, agents use Google Workspace via the upstream gog skill — this skill provides no agent-facing commands.
Provides
- A
setup.shhook the deployment harness invokes on credential install / rotation. Reads OAuth credentials from env (delivered ephemerally per call) and hands them togog auth credentials set+gog auth import— gogcli owns where the values are persisted. - Multi-account support — each
(client, account)pair is provisioned independently; multiple Google accounts can coexist on one instance.
Does not provide
- Agent-callable commands or tool surface. For Workspace usage (
gog gmail ...,gog calendar ..., etc.) see the upstreamgogskill, which loads alongside this one. - Interactive auth (
gog auth add --manual). Setup is fully non-interactive — credentials come from the orchestrator.
Authentication
Credentials are setup-time only. Once seeded, gogcli handles refresh-token rotation autonomously; agent calls never need to refresh credentials directly. The only unrecoverable failure is user-side grant revocation (e.g. user removes the integration in Google's account settings), which surfaces as auth errors on the next API call.
Multi-account
The setup hook does not mark any provisioned account as the default. When more than one account is connected for the same client, gog ... calls must disambiguate — either via the GOG_ACCOUNT=\x3Cemail> env var (upstream's documented convention; see the Notes section of the upstream gog skill) or the --account=\x3Cemail> flag. With a single account connected, gogcli resolves it implicitly and the upstream skill's no---account command examples work unchanged.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install maverick-gog - 安装完成后,直接呼叫该 Skill 的名称或使用
/maverick-gog触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Maverick gog 是什么?
Internal setup hook that provisions gogcli with Google OAuth credentials supplied by an external orchestrator over the OpenClaw `skills.setup` RPC. Not user-... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 39 次。
如何安装 Maverick gog?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install maverick-gog」即可一键安装,无需额外配置。
Maverick gog 是免费的吗?
是的,Maverick gog 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Maverick gog 支持哪些平台?
Maverick gog 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Maverick gog?
由 Maverick(@maverick)开发并维护,当前版本 v1.0.0。