gog

Manage Google Workspace services via a command-line interface.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/douglasjs/clawdbot_plugin_tools --skill gog-douglasjs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gog
Source: https://github.com/douglasjs/clawdbot_plugin_tools/tree/main/gog
Command: npx skills add https://github.com/douglasjs/clawdbot_plugin_tools --skill gog-douglasjs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a command-line interface to interact with Google Workspace applications, streamlining tasks related to email, calendar, drive, and contacts management.

Core Features & Use Cases

  • Gmail Management: Search emails, send messages, manage drafts, and reply to threads.
  • Calendar Operations: List events, create new appointments, and update existing ones.
  • Drive & Contacts: Search for files in Google Drive and manage contacts.
  • Sheets & Docs: Read, update, append, and clear data in Google Sheets, and export Google Docs.
  • Use Case: Quickly find all emails from a specific sender in the last week, create a new calendar event for a meeting, and share a document from your Drive, all from your terminal.

Quick Start

Use gog to search your Gmail inbox for emails containing the word 'report' sent in the last 24 hours.

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 from the command line?

You can manage Google Workspace services from the command line by using a CLI tool to programmatically interact with Gmail, Calendar, Drive, Contacts, Sheets, and Docs for tasks like email searching and event scheduling.

Do I need OAuth setup to use the Google Workspace CLI?

Yes, you need OAuth setup to use the Google Workspace CLI. You must also install specific tools like brew to install the gogcli dependency for programmatic interaction with Google services.

Can I search Gmail and create Calendar events via a terminal interface?

Yes, you can search Gmail to find specific messages and create new Calendar events via a terminal interface. The CLI enables searching emails, sending messages, and scheduling appointments directly.

What's the best way to automate Google Sheets and Docs manipulation without a GUI?

The best way to automate Google Sheets and Docs manipulation without a GUI is using a CLI to read, update, append, and clear data in Sheets, and export Google Docs programmatically.

Does the Google Workspace CLI support file management and contacts operations?

Yes, the Google Workspace CLI supports file management and contacts operations. You can search for files in Google Drive and manage your contacts directly from the terminal interface.

Why does Google Workspace automation require specific tool installations like brew?

Google Workspace automation requires specific tool installations like brew to fetch the necessary gogcli dependency. This ensures the command-line interface has the required binaries to execute programmatic API interactions.