What problem does it solve? Connecting AI agents to Google services usually requires third-party OAuth providers that sit between you and your data. This Skill lets you create your own OAuth client in Google Cloud Console and connect Calendar, Gmail, Drive, Docs, Sheets, and Contacts directly, with credentials stored locally on your machine. ## Core Features & Use Cases - Direct OAuth Setup: Guides you through creating a Google Cloud project, enabling APIs, configuring the consent screen, and generating OAuth credentials. - Automatic Token Refresh: A background daemon refreshes access tokens every 4 hours so sessions stay alive without re-authorization. - Python API Helpers: Provides ready-to-use functions like get_calendar_service() and get_gmail_service() for reading events, sending emails, and more. - Use Case: Ask your agent "What's on my calendar today?" or "Read my recent emails" and it queries the Google APIs directly using your own credentials. ## Quick Start Set up Google Direct OAuth with this credentials file, attaching the client secret JSON downloaded from Google Cloud Console.