What problem does it solve? Accessing Gmail, Calendar, Drive, Contacts, Sheets, and Docs normally requires switching between apps or building custom integrations. This Skill provides a single OAuth2-authenticated Python CLI that lets an AI agent read, search, send, and modify Google Workspace data on your behalf from any platform. ## Core Features & Use Cases - Gmail Operations: Search with full Gmail query syntax, read message bodies, send plain or HTML email, reply in threads, and manage labels. - Calendar, Drive, Sheets, Docs, Contacts: List and create calendar events with attendees, search Drive files, read and write spreadsheet ranges, extract Docs text, and list contacts. - Non-Interactive OAuth2 Setup: A step-by-step setup script handles PKCE-based authorization, token storage, and automatic refresh, working over CLI, Telegram, or Discord. - Use Case: Ask your agent to summarize unread emails from your boss this week, draft replies for approval, then create a follow-up calendar event with the relevant attendees. ## Quick Start Ask the agent to check your unread Gmail messages from the last 24 hours and it will verify authentication, run the search, and return the results as structured JSON.