gog

Installation
SKILL.md

gog — Google Workspace CLI

Tool to use: exec Binary: /sandbox/.config/gogcli/bin/gog (always use the full path; not on $PATH) Output: JSON on stdout. Parse it directly. Auth: access token is auto-rotated by a host-side push daemon; no auth steps needed.

How to call it

Always call the exec tool with the full path. Example tool call:

{
  "tool": "exec",
  "input": { "command": "/sandbox/.config/gogcli/bin/gog gmail search in:inbox --max 5" }
}

If a command fails with "unknown flag" or "unknown command", run <that command> --help once and read the output. Do not loop on --help.

Installs
1
GitHub Stars
39
First Seen
Jul 22, 2026
gog — brevdev/nemoclaw-demos