gog

Manage Google Workspace services via a command-line interface.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/czue/clawdbot --skill gog-czue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gog
Source: https://github.com/czue/clawdbot/tree/main/skills/gog
Command: npx skills add https://github.com/czue/clawdbot --skill gog-czue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Google Workspace administration and usage often involves switching between multiple web interfaces and manual steps. Gog provides a unified CLI to manage Gmail, Calendar, Drive, Contacts, Sheets, and Docs from the command line, speeding up workflows and enabling automation.

Core Features & Use Cases

  • Unified command-line interface for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
  • OAuth-based authentication setup with per-service credentials, enabling reproducible automation.
  • Scriptable operations (search, compose, calendar events, drive queries, sheets updates) for day-to-day admin and batch tasks.

Quick Start

Authenticate with gog and manage Gmail, Calendar, Drive, Contacts, Sheets, and Docs from the command line.

Frequently Asked Questions about gog

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Google Workspace services like Gmail and Calendar from the command line?

You can manage Google Workspace services from the command line by installing the gog binary and using its CLI interfaces to execute operations for Gmail, Calendar, Drive, Contacts, Sheets, and Docs. It requires OAuth credentials for authentication.

Can I automate Google Drive queries and Sheets updates in shell scripts?

Yes, you can automate Google Drive queries and Sheets updates in shell scripts using gog's scriptable operations. The CLI supports search, compose, calendar events, drive queries, and sheets updates for both day-to-day admin and batch tasks.

What do I need to set up Google Workspace CLI authentication for automation?

To set up Google Workspace CLI authentication for automation, you need OAuth credentials configured for per-service access. You must install the gog binary, such as via brew, and authenticate to enable reproducible scriptable operations.

Does the gog CLI support managing Google Contacts and Docs?

Yes, the gog CLI supports managing Google Contacts and Docs. It provides a unified command-line interface that covers per-service operations for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.

Why use a command line interface for Google Workspace instead of web interfaces?

Using a command line interface for Google Workspace solves the problem of switching between multiple web interfaces and manual steps. It speeds up workflows by providing a unified CLI, enabling scriptable operations and batch automation for administration.

What is the best way to script Gmail search and compose operations?

The best way to script Gmail search and compose operations is using the gog CLI. It exposes scriptable operations for Gmail that allow you to automate search and compose tasks directly from the command line with OAuth authentication.