gog

Manage Google Workspace services through a command-line interface using OAuth authentication.

3|1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/gensparx/GenSparx --skill gog-gensparx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gog
Source: https://github.com/gensparx/GenSparx/tree/main/skills/gog
Command: npx skills add https://github.com/gensparx/GenSparx --skill gog-gensparx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines interactions with Google Workspace applications, allowing users to manage emails, calendars, drive files, contacts, and documents directly from the command line, eliminating the need to navigate multiple web interfaces.

Core Features & Use Cases

  • Gmail Management: Search, send, draft, and reply to emails efficiently.
  • Calendar Operations: List, create, and update calendar events across different calendars.
  • Drive & Docs Integration: Search for files on Google Drive and export Google Docs content.
  • Contacts & Sheets: List contacts and interact with Google Sheets for data manipulation.
  • Use Case: Quickly send a follow-up email to a client with meeting details, create a new calendar event for a team sync, or extract specific data from a Google Sheet, all without leaving your terminal.

Quick Start

Use the gog skill to search your Gmail inbox for emails from '[email protected]' received in the last 7 days.

Frequently Asked Questions about gog

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

FAQPage Schema
How do I manage Gmail and Google Calendar from the command line?

You can manage Gmail and Google Calendar from the command line by using a CLI tool that interfaces with Google Workspace services. This allows you to search, send emails, and create calendar events directly from your terminal.

How does Google Workspace automation handle OAuth authentication for CLI access?

Google Workspace automation handles OAuth authentication by requiring user-specific OAuth credentials for secure access. This ensures that command-line interactions with your Gmail, Drive, and Calendar data remain protected.

Can I search Google Drive files and export Google Docs content without using a web interface?

Yes, you can search Google Drive files and export Google Docs content without a web interface. A Google Workspace CLI provides direct terminal commands to query Drive and extract document text automatically.

Do I need to install a specific binary to automate interactions with Google Sheets and Contacts?

Yes, you need to install the gogcli binary to automate interactions with Google Sheets and Contacts. This binary acts as the command-line interface facilitating data manipulation and contact listing.

What is the best way to send a scheduled follow-up email and create a calendar event in one workflow?

The best way to send a follow-up email and create a calendar event in one workflow is through Google Workspace CLI automation. It enables drafting emails and updating schedules sequentially without leaving the terminal.