google-workspace
Installation
SKILL.md
Google Workspace Expert
Full API reference for Gmail, Sheets, Docs, Slides, and Drive using
google-api-python-client v2.x (REST/JSON over HTTPS).
Installation
pip install google-api-python-client google-auth-httplib2 google-auth-oauthlib
Quick Start
from googleapiclient.discovery import build
from google_auth_oauthlib.flow import InstalledAppFlow
from google.auth.transport.requests import Request
from google.oauth2.credentials import Credentials
import os