gog

Automates Gmail, Calendar, Drive, Contacts, Sheets, and Docs operations via the gog CLI.

1|Updated Jun 9, 2026
One-click install
npx skills add https://github.com/JEROME-PRAKASH-L/openclaw --skill gog-jerome-prakash-l
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gog
Source: https://github.com/JEROME-PRAKASH-L/openclaw/tree/main/skills/gog
Command: npx skills add https://github.com/JEROME-PRAKASH-L/openclaw --skill gog-jerome-prakash-l

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Managing Google Workspace services like Gmail, Calendar, Drive, and Sheets from the command line normally requires juggling multiple APIs and OAuth flows. This Skill provides a single CLI interface to search, send, create, and update data across all these services. ## Core Features & Use Cases - Gmail Operations: Search threads or individual messages, send plain-text or HTML emails, create drafts, and reply to messages. - Calendar Management: List, create, and update events with color coding across any calendar. - Sheets & Docs Access: Read, update, append, and clear spreadsheet ranges, and export Google Docs content as text. - Use Case: You need to email a weekly report to your team. Use gog to pull the latest numbers from a Google Sheet, then send a formatted summary email via Gmail, all from the terminal. ## Quick Start Use the gog skill to search my Gmail for messages from the last 7 days and list the results.

Frequently Asked Questions about gog

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send an email from the command line with Gmail?

Use gog gmail send with --to, --subject, and --body flags. For multi-line messages, pass content via --body-file or stdin, and use --body-html when rich formatting like lists or links is needed.

How do I set up gog CLI authentication with Google?

Run gog auth credentials with your client_secret.json file, then gog auth add with your email and the services you need, such as gmail,calendar,drive. Verify the setup with gog auth list.

What is the difference between gog gmail search and messages search?

gog gmail search returns one row per thread, grouping related emails together. Use gog gmail messages search when you need every individual email returned separately, ignoring threading.

Can gog edit Google Docs documents directly?

No, gog only supports exporting, reading, and copying Docs content. In-place edits require a dedicated Google Docs API client, which is not included in gog.

How do I update a Google Sheet from the command line?

Use gog sheets update with the sheet ID, a range like Tab!A1:B2, and values passed via --values-json. You can also append rows with gog sheets append or clear ranges with gog sheets clear.