From sundial-org-awesome-openclaw-skills-4
Manages Google Workspace services via CLI — Gmail search/send, Calendar events, Drive search, Contacts, Sheets read/write/append/clear, and Docs export/cat.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:gogThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use `gog` for Gmail/Calendar/Drive/Contacts/Sheets/Docs. Requires OAuth setup.
Use gog for Gmail/Calendar/Drive/Contacts/Sheets/Docs. Requires OAuth setup.
Setup (once)
gog auth credentials /path/to/client_secret.jsongog auth add [email protected] --services gmail,calendar,drive,contacts,sheets,docsgog auth listCommon commands
gog gmail search 'newer_than:7d' --max 10gog gmail send --to [email protected] --subject "Hi" --body "Hello"gog calendar events <calendarId> --from <iso> --to <iso>gog drive search "query" --max 10gog contacts list --max 20gog sheets get <sheetId> "Tab!A1:D10" --jsongog sheets update <sheetId> "Tab!A1:B2" --values-json '[["A","B"],["1","2"]]' --input USER_ENTEREDgog sheets append <sheetId> "Tab!A:C" --values-json '[["x","y","z"]]' --insert INSERT_ROWSgog sheets clear <sheetId> "Tab!A2:Z"gog sheets metadata <sheetId> --jsongog docs export <docId> --format txt --out /tmp/doc.txtgog docs cat <docId>Notes
[email protected] to avoid repeating --account.--json plus --no-input.--values-json (recommended) or as inline rows.npx claudepluginhub sundial-org/awesome-openclaw-skillsCLI tool for managing Google Workspace services (Gmail, Calendar, Drive, Sheets, Docs, Slides, Contacts, Tasks, People, Groups, Keep) from the terminal.
Operates Google Workspace from the command line via gog/gogcli: Gmail, Calendar, Drive, Docs, Sheets, Slides, Forms, Apps Script, Chat, Classroom, Contacts, Tasks, People, Groups, Admin, Keep, and more. Includes auth, configuration, scripting, and agent-safe automation patterns.
Manages Google Workspace operations across 12 services (Gmail, Drive, Calendar, Docs, Sheets, etc.) via MCP tools or CLI. Activates on email, file, calendar, or document requests.