gog

Manage Google Workspace apps via a unified CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/Glour/ai-office-v2 --skill gog-glour
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gog
Source: https://github.com/Glour/ai-office-v2/tree/main/skills/gog
Command: npx skills add https://github.com/Glour/ai-office-v2 --skill gog-glour

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Google Workspace is a suite of tools that many teams manage through multiple apps; this Skill provides a unified CLI to interact with Gmail, Calendar, Drive, Contacts, Sheets, and Docs, reducing context switching and boosting productivity.

Core Features & Use Cases

  • Centralized command interface for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
  • Quick data retrieval and actions: search mail, schedule events, fetch Drive files, list contacts, read and update sheets, and export docs.
  • Real-world example: a user can search for all emails from a client this week, add a calendar event, and retrieve a file from Drive in a single workflow.

Quick Start

Run gog auth credentials /path/to/client_secret.json to authorize, then start issuing commands like gog gmail search 'query' to perform routine Google Workspace tasks.

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 apps like Gmail and Calendar from a single interface?

You can manage Google Workspace apps from a single interface by using a unified CLI to handle Gmail, Calendar, Drive, Contacts, Sheets, and Docs. It implements OAuth setup and service-specific commands to reduce context switching and ensure secure access.

Can I search emails and schedule calendar events in one workflow?

Yes, you can search emails and schedule calendar events in a single workflow. The CLI supports cross-app tasks like searching Gmail, adding calendar events, and retrieving Drive files sequentially without switching contexts.

Do I need OAuth credentials to control Gmail and Drive from the command line?

Yes, you need OAuth credentials to control Gmail and Drive from the command line. You authorize access by running the auth command with your client_secret.json file path to ensure secure and reproducible results.

What is the best way to retrieve Drive files and update Sheets without switching browser tabs?

The best way to retrieve Drive files and update Sheets without switching browser tabs is using a centralized command interface. It provides quick data retrieval and actions for fetching Drive files, listing contacts, and updating Sheets directly.

How does consistent prompting and error handling work for Google Workspace commands?

Consistent prompting and error handling for Google Workspace commands works by implementing a unified CLI structure. This ensures reproducible results and secure access across Gmail, Calendar, Drive, Contacts, Sheets, and Docs operations.