gogGoogle Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Install via ClawdBot CLI:
clawdbot install steipete/gogInstall gog (brew):
brew install steipete/tap/gogcliRequires:
Use gog for Gmail/Calendar/Drive/Contacts/Sheets/Docs. Requires OAuth setup.
Setup (once)
gog auth credentials /path/to/client_secret.jsongog auth add you@gmail.com --services gmail,calendar,drive,contacts,sheets,docsgog auth listCommon commands
gog gmail search 'newer_than:7d' --max 10gog gmail send --to a@b.com --subject "Hi" --body "Hello"gog calendar events --from --to gog drive search "query" --max 10gog contacts list --max 20gog sheets get "Tab!A1:D10" --json gog sheets update "Tab!A1:B2" --values-json '[["A","B"],["1","2"]]' --input USER_ENTERED gog sheets append "Tab!A:C" --values-json '[["x","y","z"]]' --insert INSERT_ROWS gog sheets clear "Tab!A2:Z" gog sheets metadata --json gog docs export --format txt --out /tmp/doc.txt gog docs cat Notes
GOG_ACCOUNT=you@gmail.com to avoid repeating --account.--json plus --no-input.--values-json (recommended) or as inline rows.Generated Feb 15, 2026
Use gog to search Gmail for recent campaign responses, send follow-up emails, and log interactions in Google Sheets for tracking. This automates outreach and response handling for marketing teams.
Leverage gog to fetch calendar events for team members, schedule meetings based on availability, and update Sheets with meeting summaries. This streamlines coordination in remote or hybrid work environments.
Employ gog to search Drive for files, export Google Docs to text for analysis, and update metadata in Sheets. This aids in organizing and accessing digital assets for content creation or compliance.
Utilize gog to list and manage contacts, send personalized emails, and append new contact data to Sheets. This supports CRM activities for small businesses or freelancers.
Apply gog to get, update, and clear data in Google Sheets, then export results to Docs for reporting. This automates data workflows for analytics or administrative tasks.
Offer gog as a free command-line tool for basic Google Workspace tasks, with premium features like advanced automation scripts or priority support for a subscription fee. Revenue comes from tiered subscriptions targeting developers and IT professionals.
Provide consulting services to help businesses integrate gog into their workflows, offering custom scripts, training, and support. Revenue is generated through project-based fees or retainer agreements for ongoing maintenance.
Package gog with additional tools and support for large enterprises needing automated Google Workspace management, such as bulk email campaigns or data synchronization. Revenue comes from enterprise licensing and support contracts.
💬 Integration Tip
Set the GOG_ACCOUNT environment variable to avoid repeating account flags, and use the --json flag with --no-input for scripting to ensure reliable automation.
Query Google Places API (New) via the goplaces CLI for text search, place details, resolve, and reviews. Use for human-friendly place lookup or JSON output for scripts.
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Gmail, Calendar, Drive, Docs, Sheets — NO Google Cloud Console required. Just OAuth sign-in. Zero setup complexity vs traditional Google API integrations.
Google Drive API integration with managed OAuth. List, search, create, and manage files and folders. Use this skill when users want to interact with Google D...
Google Sheets API integration with managed OAuth. Read and write spreadsheet data, create sheets, apply formatting, and manage ranges. Use this skill when users want to read from or write to Google Sheets. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Google Slides API integration with managed OAuth. Create presentations, add slides, insert content, and manage slide formatting. Use this skill when users want to interact with Google Slides. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).