Unified library and CLI for Gmail, Drive, Calendar, and Tasks — built for AI agents that need to interact with Google services without browser automation.

AI agents need to read email, create calendar events, manage files in Drive, and handle task lists. The official Google APIs are powerful but painful: OAuth flows, token refresh, pagination, encoding quirks, error handling. Go Easy wraps all of that into a single library with four CLIs (go-gmail, go-drive, go-calendar, go-tasks) that agents can call directly from bash.

The design prioritizes agent ergonomics: two-phase OAuth that works in headless environments, consistent JSON output, pagination handled transparently, and a pi skill that teaches any LLM how to use it. Published to npm as @marcfargas/go-easy.