gog

Automate Google Workspace administration tasks from the command line.

4|2|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/bitan-del/gods-eye --skill gog-bitan-del
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gog
Source: https://github.com/bitan-del/gods-eye/tree/main/skills/gog
Command: npx skills add https://github.com/bitan-del/gods-eye --skill gog-bitan-del

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gmail, Calendar, Drive, Contacts, Sheets, and Docs are powerful but often require jumping between GUI and APIs. This Skill enables you to manage Google Workspace services directly from the CLI, speeding automation and reducing context switches.

Core Features & Use Cases

  • Gmail: search, read, compose, draft, and reply from the terminal.
  • Calendar: list, create, and update events programmatically.
  • Drive & Docs: search and export documents; manage Drive contents.
  • Sheets & Contacts: retrieve and update sheet data; manage contacts.
  • General workflows: automate repetitive admin tasks across multiple services, integrate with scripts and CI workflows.

Quick Start

Authenticate with Google OAuth and run a simple command such as gog gmail search 'in:inbox' to verify setup.

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 from the command line?

You can manage Google Workspace from the command line using the gog CLI to automate Gmail, Calendar, Drive, Contacts, Sheets, and Docs workflows, enabling search, creation, update, and export tasks directly from the terminal.

Can I search and read Gmail from the terminal?

Yes, you can search and read Gmail from the terminal using the gog CLI. It supports composing, drafting, and replying to emails, allowing you to handle Gmail workflows without leaving the command line interface.

Do I need OAuth credentials to use the gog CLI for Google Workspace administration?

Yes, you need Google OAuth credentials to use the gog CLI. The Skill relies on OAuth authentication to securely access Google APIs and manage Google Workspace services like Gmail, Calendar, and Drive.

What's the best way to automate repetitive admin tasks across Google Workspace services?

The best way to automate repetitive admin tasks across Google Workspace is using the gog CLI. It programmatically manages multiple services like Sheets and Calendar, integrating smoothly with scripts and CI workflows to reduce context switching.

Can I export Google Docs and manage Drive contents from a CLI?

Yes, you can export Google Docs and manage Drive contents from a CLI. The gog CLI enables you to search for documents, export files, and manage your Drive contents directly through terminal commands.

Does Google Workspace CLI automation work with CI workflows?

Yes, Google Workspace CLI automation works with CI workflows. The gog CLI is designed to integrate with scripts and CI workflows, automating cross-service tasks like updating Sheets data or managing Calendar events programmatically.