gog-cli

Interact with Google Workspace services via the gog CLI from the terminal.

281|25|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/intellectronica/agent-skills --skill gog-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gog-cli
Source: https://github.com/intellectronica/agent-skills/tree/main/plugins/gog-cli/skills
Command: npx skills add https://github.com/intellectronica/agent-skills --skill gog-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interact with Google Workspace services via the CLI to automate routine tasks and reduce manual overhead.

Core Features & Use Cases

  • Comprehensive command set to manage Gmail, Calendar, Drive, Docs, Sheets, Slides, Chat, Classroom, Contacts, Tasks, People, Groups, and Keep from the terminal.
  • Automate multi-service workflows (e.g., read emails, schedule events, and export Drive documents) with consistent CLI patterns.
  • Use case: orchestrate a monthly report by querying Gmail, updating a calendar, and exporting documentation from Drive.

Quick Start

Run a sample gog command to list unread Gmail messages

Frequently Asked Questions about gog-cli

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

FAQPage Schema
How do I automate Google Workspace tasks from the command line?

You can automate Google Workspace tasks by using a script-friendly CLI to execute terminal commands that read emails, manage calendars, and handle Drive files. This approach enforces safe usage by requiring explicit consent for actions.

Can I orchestrate cross-service workflows across Gmail, Calendar, and Drive?

Yes, you can orchestrate cross-service workflows to query Gmail, schedule Calendar events, and export Drive documents using consistent CLI patterns like global flags, subcommands, and JSON outputs.

Do I need to install and authenticate the gog tool before managing Google Workspace services?

Yes, this skill requires the gog CLI tool to be installed and authenticated before you can interact with services like Gmail, Calendar, Drive, Docs, Sheets, and Chat from the terminal.

What is the best way to generate a monthly report using Google Workspace data?

The best way to generate a monthly report is to orchestrate a workflow that queries Gmail for data, updates a Calendar with deadlines, and exports documentation from Drive using standard CLI automation patterns.

Does this CLI approach support JSON output for script automation?

Yes, the CLI supports standard script-friendly patterns including JSON and plain text outputs, allowing developers and operators to parse responses reliably when automating routine Google Workspace tasks.

When should I require explicit user consent for Google Workspace CLI actions?

Explicit user consent is enforced for actions to ensure safe usage when interacting with Google Workspace services. This prevents unauthorized modifications while reading emails or managing Drive files from the terminal.