gog

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

4|2|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Clawdi-AI/openclaw --skill gog-clawdi-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gog
Source: https://github.com/Clawdi-AI/openclaw/tree/main/skills/gog
Command: npx skills add https://github.com/Clawdi-AI/openclaw --skill gog-clawdi-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the management of Google Workspace applications like Gmail, Calendar, Drive, Contacts, Sheets, and Docs directly from the command line, eliminating the need to navigate multiple web interfaces.

Core Features & Use Cases

  • Email Management: Search, send, draft, and reply to emails efficiently.
  • Calendar Operations: List and create events across your Google Calendars.
  • Drive & Docs Integration: Search for files on Drive and export or view Docs content.
  • Contact Management: List contacts from your Google Contacts.
  • Sheets Manipulation: Get, update, append, and clear data in Google Sheets.
  • Use Case: Quickly send a follow-up email to a client with specific details from a recent meeting, or add a new event to your calendar for an upcoming appointment, all without leaving your terminal.

Quick Start

Search for emails from 'example.com' received in the last 7 days and display the 10 newest ones.

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

You can manage Google Workspace from the command line by using a CLI tool to interact with services like Gmail, Calendar, Drive, Contacts, Sheets, and Docs. It enables programmatic management of emails, events, and files directly from your terminal.

Do I need OAuth credentials to access Gmail and Google Calendar via CLI?

Yes, you need OAuth credentials to access Gmail and Google Calendar via CLI. The interface requires user authorization through OAuth authentication to ensure secure access to your Google Workspace data.

Can I search and send emails through Gmail using terminal commands?

Yes, you can search and send emails through Gmail using terminal commands. The CLI supports searching for emails, sending new messages, drafting, and replying to existing threads without navigating web interfaces.

What is the best way to append or clear data in Google Sheets without a browser?

The best way to append or clear data in Google Sheets without a browser is using a CLI tool that supports Sheets manipulation. It allows you to get, update, append, and clear spreadsheet data programmatically.

Does this CLI approach work for exporting Google Docs and listing Drive files?

Yes, this CLI approach works for exporting Google Docs and listing Drive files. It provides Drive and Docs integration to search for files on Drive and export or view Docs content directly in your terminal environment.

What are the limitations of managing Google Contacts and Calendar events via a CLI?

Limitations include requiring the installation of a specific binary and initial OAuth setup. While it supports listing contacts and creating or listing calendar events, complex graphical scheduling or contact merging may still require the web interface.