What you can do
- Read, search, and summarize Gmail messages
- Schedule meetings and manage Google Calendar events
- Upload, search, and organize Google Drive files
- Manage Google Contacts
- Draft and send emails via natural language
Install the skill
Install via clawhub
npx clawhub@latest install gog
The gog skill connects your AI agent to Google Workspace APIs, giving it access to Gmail, Calendar, Drive, and Contacts.
Example commands
# Summarize emails
openclaw ask "Summarize unread emails from today"
4 unread emails: 2 from engineering, 1 calendar invite, 1 newsletter
# Schedule a meeting
openclaw ask "Schedule a meeting tomorrow at 3pm"
✓ Created event: "Meeting" — Tomorrow, 3:00 PM
# Search drive
openclaw ask "Find the Q4 report in Drive"
Found: Q4-Report-2025.pdf (shared 2 days ago)
How it works
OpenClaw CLI acts as a watchdog daemon that keeps your AI agent always running. When you install the gog skill, your agent can manage your entire Google Workspace — reading email, scheduling meetings, and organizing files. Authenticate with Google once via OAuth, and your agent handles the rest.
Get OpenClaw CLI — Free
Your AI agent, always running. Zero config.
npm
npm install -g openclaw-cli
Homebrew
brew install openclaw/tap/openclaw-cli