Use this skill to perform Google Workspace operations through the local gog binary.
Common Commands
gog gmail list— list recent emailsgog gmail send --to user@example.com --subject "Hello"— send an emailgog calendar list MyCalendar— list events (calendar name is positional, not a flag)gog calendar create MyCalendar --title "Standup" --start "2025-01-15T09:00:00"— create eventgog drive list— list files in Drivegog drive upload ./report.pdf— upload a filegog contacts list— list contactsgog tasks list— list tasks
Use gog <service> --help to discover subcommands and flags for any service.
Available Services
gmail, calendar, drive, contacts, tasks, sheets, docs, slides, forms, chat, classroom, appscript, people, groups, admin, keep, time
Rules
- Calendar name is always a positional argument, not a flag
- Respect the configured
allowed_commandslist - Use
--jsonfor machine-readable output (appended automatically)