gog
Installation
SKILL.md
gog — Google Workspace CLI
Tool to use:
execBinary:/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.