/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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install maverick-gog - After installation, invoke the skill by name or use
/maverick-gog - Provide required inputs per the skill's parameter spec and get structured output
What is 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-... It is an AI Agent Skill for Claude Code / OpenClaw, with 39 downloads so far.
How do I install Maverick gog?
Run "/install maverick-gog" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Maverick gog free?
Yes, Maverick gog is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Maverick gog support?
Maverick gog is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Maverick gog?
It is built and maintained by Maverick (@maverick); the current version is v1.0.0.