What problem does it solve? Working with Google Workspace APIs normally requires writing custom HTTP calls, handling OAuth flows, and parsing raw REST responses. This Skill lets an agent operate Drive, Docs, Sheets, Gmail, Calendar, and Chat through the gws CLI, which already knows the Workspace API surface and returns structured JSON by default. ## Core Features & Use Cases - Unified Workspace CLI access: Run read, list, get, and mutation commands across Drive, Docs, Sheets, Gmail, Calendar, and Chat from one tool. - Structured JSON output: Commands return machine-readable JSON, with params, jsonInput, pageAll, and dryRun options for controlled execution. - Safe operation rules: Enforces read-before-write workflows, ID confirmation before mutations, and no interactive auth from agent tool calls. - Use Case: Ask the agent to list your 10 most recent unread Gmail messages, fetch a Google Doc's content for summarization, or pull upcoming events from your primary calendar. ## Quick Start Use the google-workspace skill to list my 10 most recent files in Google Drive and show their names and IDs.