← Back to Skills Marketplace
maverick

Maverick gog

by Maverick · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
39
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install maverick-gog
Description
Internal setup hook that provisions gogcli with Google OAuth credentials supplied by an external orchestrator over the OpenClaw `skills.setup` RPC. Not user-...
README (SKILL.md)

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.sh hook the deployment harness invokes on credential install / rotation. Reads OAuth credentials from env (delivered ephemerally per call) and hands them to gog 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 upstream gog skill, 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.

Usage Guidance
Treat this as an incomplete review rather than a clean security endorsement. The scanner could not read metadata.json or artifact files due to a local command execution failure, so installation should wait for a successful artifact review.
Capability Tags
cryptorequires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
Artifact coherence could not be confirmed because metadata.json and artifact files were not readable through the available command tool.
Instruction Scope
No instruction-scope issue is supported by artifact evidence available in this run.
Install Mechanism
Install behavior could not be reviewed because the artifact manifest and files were inaccessible.
Credentials
Environment access could not be assessed from artifacts in this run.
Persistence & Privilege
No persistence or privilege concern is supported by artifact evidence available in this run.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install maverick-gog
  3. After installation, invoke the skill by name or use /maverick-gog
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the internal setup hook for provisioning gogcli with Google OAuth credentials. - Adds a setup script to install and rotate credentials from environment variables via the OpenClaw `skills.setup` RPC. - Enables multi-account support, allowing independent provisioning of multiple Google accounts per client. - Not user-facing; does not provide agent-callable commands or user interface surface. - Designed for non-interactive, orchestrated provisioning — does not handle manual/in-browser auth. - Persistent handling of refresh tokens by gogcli; only fatal error is user-side grant revocation.
Metadata
Slug maverick-gog
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments