gog

Automate Google Workspace email, calendar, and Drive tasks via CLI.

3|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/ai-in-pm/NemoClawd --skill gog-ai-in-pm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gog
Source: https://github.com/ai-in-pm/NemoClawd/tree/main/apps/clawdbot-main/skills/gog
Command: npx skills add https://github.com/ai-in-pm/NemoClawd --skill gog-ai-in-pm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gogcli, and includes scripts (resource) components.

What problem does it solve?

Manages Google Workspace tasks efficiently through a CLI, reducing the time spent on repetitive tasks like email, calendar management, and document editing.

Core Features & Use Cases

  • Email Management: Perform searches, send, and manage emails from the command line.
  • Calendar Management: List events, create and update events.
  • Document Editing: Access and manipulate Google Drive documents.
  • Use Case: Streamline daily operations for managing email threads, scheduling meetings, and updating project documents without leaving the terminal.

Quick Start

To search your Gmail for emails sent in the last 7 days, run: gog gmail search 'newer_than:7d' --max 10

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 tasks like email and calendar from the command line?

You can manage Google Workspace tasks via a CLI that automates Gmail searches, calendar event creation, and Google Drive document access. It simplifies repetitive workflows by enabling direct terminal interactions for administrative and personal productivity.

How do I search Gmail emails from the terminal?

To search Gmail from the terminal, use the command `gog gmail search 'newer_than:7d' --max 10`. This CLI leverages gogcli.sh to execute queries and retrieve matching email threads directly within your command line interface.

Do I need OAuth authentication to use CLI for Google Workspace automation?

Yes, OAuth authentication is required to use this Google Workspace CLI. You must configure OAuth credentials to authorize the underlying gogcli.sh service, ensuring secure access to your Gmail, Calendar, and Drive data.

What's the best way to automate calendar event management without leaving the terminal?

Automating calendar event management via a CLI allows you to list, create, and update events directly from the terminal. This approach streamlines daily scheduling operations by eliminating the need to switch to a graphical interface.

Can I access and edit Google Drive documents using a command line interface?

Yes, you can access and manipulate Google Drive documents using the command line interface. The CLI interacts with Google Drive to automate document editing tasks, streamlining project updates directly from your terminal environment.

Why use a CLI for Google Workspace instead of standard graphical applications?

Using a CLI for Google Workspace reduces time spent on repetitive tasks like email management and document editing. It streamlines daily operations by allowing users to execute actions quickly without leaving the terminal environment.