← ClaudeAtlas

google-workspacelisted

Use when accessing Google Workspace services including Gmail, Calendar, Docs, Sheets, Slides, Drive, and Chat. Triggered by requests for email, scheduling, document creation, or file management.
tomcounsell/ai · ★ 18 · AI & Automation · score 74
Install: claude install-skill tomcounsell/ai
# Google Workspace Goal: complete Workspace tasks with the lightest tool available, in the user's timezone, previewing every write before it happens. Success = the requested operation done via the highest-priority working tier, with no unconfirmed writes and no auto-sent mail. ## Repo Context Probe If `.claude/skill-context/google-workspace.md` exists, read it and honor its declarations; otherwise use the generic defaults described below. The context file is where a repo declares a faster project-local mail CLI to try *above* the generic Gmail ladder. When the file is absent (the common case in a foreign repo), start the mail ladder at `gws gmail` — the generic tiers below need nothing beyond a Google Workspace login or an interactive MCP session. ## Tool Selection Walk the priority order per service top to bottom: `gws` CLI first, MCP second, BYOB browser automation only as a last resort when nothing above can do the task at all. Fall through on tool **absence OR auth failure** — a present-but- unauthenticated `gws` (it needs a one-time `gws auth setup` / `gws auth login` human OAuth step) must hand off to the next tier, not stall. | Service | 1st: `gws` CLI | 2nd: MCP (where it exists) | 3rd (last resort) | |---------|----------------|----------------------------|-------------------| | Gmail | `gws gmail` | `mcp__claude_ai_Gmail__*` | BYOB | | Calendar | `gws calendar` | `mcp__claude_ai_Google_Calendar__*` | BYOB | | Drive | `gws drive` | `mcp__claude_ai_Google_Drive