gog

Manage Google Workspace services like Gmail, Calendar, and Drive via command line.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/spoonbobo/trinity --skill gog-spoonbobo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gog
Source: https://github.com/spoonbobo/trinity/tree/main/app/skills/gog
Command: npx skills add https://github.com/spoonbobo/trinity --skill gog-spoonbobo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines your interaction with Google Workspace applications like Gmail, Calendar, Drive, Contacts, Sheets, and Docs, allowing you to manage them efficiently via the command line.

Core Features & Use Cases

  • Email Management: Search, send, draft, and reply to emails.
  • Calendar Operations: List, create, and update calendar events.
  • Drive File Management: Search for files in Google Drive.
  • Contact Management: List contacts.
  • Sheets Data Handling: Get, update, append, and clear data in Google Sheets.
  • Docs Export: Export Google Docs content in various formats.
  • Use Case: Quickly search your Gmail for emails from a specific sender, create a new calendar event for an upcoming meeting, and export a Google Doc to a text file, all without leaving your terminal.

Quick Start

Use the gog skill to search your Gmail for emails newer than 7 days and display a maximum of 10 results.

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 using a CLI tool to search emails, create calendar events, and manipulate Google Sheets data. It requires specific OAuth setup and service authorizations to operate.

Can I automate Google Sheets data handling and Google Docs export via CLI?

Yes, you can automate Google Sheets data handling and Google Docs export via CLI by executing commands to get, update, append, or clear spreadsheet data, and export documents in various formats.

Do I need OAuth setup to search Gmail and manage Google Drive files through a terminal?

Yes, OAuth setup and specific service authorizations are required to search Gmail and manage Google Drive files through a terminal. This authentication grants the CLI secure access to your Google Workspace applications.

What is the best way to search Gmail for recent emails without leaving the terminal?

The best way to search Gmail for recent emails without leaving the terminal is using a Google Workspace CLI to filter messages, such as displaying a maximum of 10 results newer than 7 days.

Does this CLI approach support listing Google Contacts and updating Calendar events?

Yes, this Google Workspace CLI approach supports listing Google Contacts and updating Calendar events. You can execute terminal commands to list existing contacts and create or update upcoming meeting events.

What are the limitations of using a CLI for Google Workspace automation?

A limitation of using a CLI for Google Workspace automation is the strict dependency on OAuth setup and specific service authorizations for operation. It is suited for terminal-based workflows rather than visual interface interactions.