# gog > This skill provides access to Google services including Drive, Contacts, Sheets, and Docs using the gog CLI tool. - Author: gitclaw.ai - Repository: alvinmrrry/openclaw-backup - Version: 20260207183129 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/alvinmrrry/openclaw-backup - Web: https://mule.run/skillshub/@@alvinmrrry/openclaw-backup~gog:20260207183129 --- # GOG Skill - Google Integration This skill provides access to Google services including Drive, Contacts, Sheets, and Docs using the gog CLI tool. ## Prerequisites - gog CLI tool must be installed (already installed at /opt/homebrew/bin/gog) - Google OAuth authentication must be configured ## Setup 1. Authenticate gog with your Google account: ``` gog auth credentials /path/to/client_secret.json gog auth add your-email@gmail.com --services gmail,calendar,drive,contacts,docs,sheets gog auth list ``` ## Commands Available - List Google Drive files: `gog drive search "query" --max 10` - List Google Contacts: `gog contacts list --max 20` - Access Google Sheets: `gog sheets get "Tab!A1:D10" --json` - Access Google Docs: `gog docs export --format txt --out /tmp/doc.txt`