What problem does it solve? Working with Google Workspace from an AI agent or terminal usually means juggling multiple APIs, OAuth flows, and inconsistent output formats. This Skill provides a single, already-authenticated command-line interface for Docs, Drive, Sheets, Calendar, and Gmail, with rules for safe scripting and handling untrusted content. ## Core Features & Use Cases - Drive and Docs access: Search files with full-text queries, download documents as Markdown, and read document structure for targeted edits. - Sheets, Calendar, and Gmail operations: Read and write cell ranges with A1 notation, list events and free/busy blocks, and search or send email using Gmail query syntax. - Safety controls: JSON/plain output modes for scripting, dry-run flags for destructive mutations, and --wrap-untrusted to treat document and email bodies as data rather than instructions. - Use Case: Ask the agent to find a meeting time by checking calendar free/busy across all calendars, then email the attendees a summary pulled from a Google Doc. ## Quick Start Use the gog skill to list my calendar events for today and summarize any unread emails from my boss.