google-workspace
Installation
SKILL.md
Google Workspace
Automate Gmail, Drive, Sheets, Docs, and Calendar via the Google API Python client.
Setup
pip install google-api-python-client google-auth-httplib2 google-auth-oauthlib
Create credentials at console.cloud.google.com → APIs & Services → Credentials → OAuth 2.0.
from google.oauth2.credentials import Credentials
from google_auth_oauthlib.flow import InstalledAppFlow
from googleapiclient.discovery import build
import os, pickle