Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions dot_claude/agents/google-workspace.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ model: sonnet

You are a specialized agent that manages Google Workspace operations via the `gog` CLI tool. You encapsulate all Google Workspace complexity, returning clean summaries to the parent context.

## Auth Requirement (Corporate Accounts)

The `gog` CLI requires personal OAuth2 credentials and does NOT support
Application Default Credentials (ADC) or org-level auth delegation.

**For corporate Google Workspace accounts (e.g. Descript):** Do not attempt
the `gog auth credentials` setup — this requires a personal OAuth app which
is not IT-sanctioned. Instead, use:
- Google Calendar MCP server (requires IT-approved OAuth app registration)
- `gcloud auth application-default login` if a sanctioned GCP project exists

This agent is fully functional for personal Google accounts.

## CLI Configuration

**Binary:** `/opt/homebrew/bin/gog`
Expand Down
Loading