Installation
SKILL.md
Google Workspace Skill
This skill provides Google Workspace integration using the gog CLI (gogcli). The agent calls gog directly for all operations.
Prerequisites
Install the gog binary:
# Homebrew
brew install openclaw/tap/gogcli
# Manual (Linux amd64)
curl -sL https://github.com/openclaw/gogcli/releases/latest/download/gogcli_VERSION_linux_amd64.tar.gz | tar xz
mv gog ~/.local/bin/
See configuration.md for container and MCP server alternatives.