What problem does it solve? Managing Google Workspace from the terminal requires memorizing dozens of API endpoints and query syntaxes. This Skill consolidates Gmail, Calendar, Drive, Sheets, Tasks, and Contacts operations into a single command-line workflow using the gog CLI, enabling fast inbox triage, meeting scheduling, and document management without leaving the terminal. ## Core Features & Use Cases - Gmail Triage & Search: Search, send, reply, and organize email using the full Gmail query operator syntax (from:, is:unread, newer_than:, has:attachment, and more). - Calendar Scheduling: Create events with Google Meet links, check free/busy availability across attendees, detect conflicts, set focus time and out-of-office status, and build recurring events with RRULE patterns. - Drive & Docs Management: Search files with Drive query syntax (MIME types, ownership, dates), upload/download, share files, and export Docs/Sheets/Slides to PDF, DOCX, or XLSX. - Tasks & Contacts: Manage task lists with due dates, and search or create contacts and directory entries. - Use Case: As an executive assistant, run a morning routine that checks unread VIP emails, reviews today's calendar, finds scheduling conflicts, and lists pending tasks — all with a few gog commands and jq for JSON parsing. ## Quick Start Ask the assistant to show all unread emails from your boss received in the last 7 days using the google skill.