gog-jasmineGoogle Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Install via ClawdBot CLI:
clawdbot install jasminehuang98613/gog-jasmineInstall 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 Mar 1, 2026
Marketing teams can use gog to send personalized emails and search for recent campaign responses. For example, sending follow-up emails to leads and analyzing engagement by searching emails from the last week. This automates outreach and tracking without manual Gmail use.
Project managers can schedule and list events across team calendars, ensuring alignment on deadlines and meetings. By fetching events within date ranges, it helps in planning and avoiding conflicts, especially for distributed teams using Google Calendar.
Analysts can automate data updates in Sheets, such as appending new records or clearing ranges, and export results as JSON for integration with other tools. This streamlines reporting workflows, reducing manual data entry errors.
Content creators or legal teams can export Google Docs to text formats for archiving or review, and view document contents directly in the terminal. This facilitates quick access and backup without opening the Docs interface.
Sales professionals can list and manage contacts from Google Contacts, enabling easy export or synchronization with CRM systems. This helps in maintaining updated contact databases for outreach and support.
Offer a service that integrates gog with existing business tools for automated workflows, such as syncing Sheets data with ERP systems. Charge based on usage tiers or per integration, providing value through time savings and reduced errors.
Provide consulting to businesses on setting up and scripting gog for specific needs, like automated email campaigns or data pipelines. Revenue comes from project-based fees or ongoing support contracts, leveraging the CLI's flexibility.
Develop training courses or certifications for using gog in industries like marketing or data analysis. Monetize through course sales or certification exams, helping users maximize the tool's capabilities in their workflows.
💬 Integration Tip
Use environment variables like GOG_ACCOUNT for automation and prefer --json output with --no-input for scripting to ensure reliable integration with other tools.
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
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).