# Openclaw Gog

> Gog Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs. MIT-0 · Free to use, modify, and redistribute. No attribution required. ⭐ 783 · 135k · 3k current installs · 3k all-time installs by Peter Steinberger · @steipete MIT-0 Security Scan VirusTotal VirusTotal Benign View report → OpenClaw OpenClaw Suspicious medium confidence The skill&#x27;s instructions look like a legitimate Google Workspace CLI, but the registry metadata and SKILL.md disagree about required binaries/install, and the skill asks you to supply OAuth credentials and run local commands — verify the source before installing or granting account access. Details ▾ ℹ Purpose &amp; Capability The SKILL.md describes a Google Workspace CLI (Gmail, Calendar, Drive, Contacts, Sheets, Docs) and its commands — that purpose aligns with the actions shown. However the registry metadata shown to the platform lists no required binaries or install spec, while the SKILL.md includes metadata that requires the &#x27;gog&#x27; binary and e

- Skill: `urjuyaimon09/openclaw-gog` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add urjuyaimon09/openclaw-gog`
- Raw SKILL.md: https://api.skillmd.com/api/skills/urjuyaimon09/openclaw-gog/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: urjuyaimon09 (https://skillmd.com/u/urjuyaimon09)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/urjuyaimon09/openclaw-gog

---



Gog Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs. MIT-0 · Free to use, modify, and redistribute. No attribution required. ⭐ 783 · 135k · 3k current installs · 3k all-time installs by Peter Steinberger · @steipete MIT-0 Security Scan VirusTotal VirusTotal Benign View report → OpenClaw OpenClaw Suspicious medium confidence The skill&#x27;s instructions look like a legitimate Google Workspace CLI, but the registry metadata and SKILL.md disagree about required binaries/install, and the skill asks you to supply OAuth credentials and run local commands — verify the source before installing or granting account access. Details ▾ ℹ Purpose &amp; Capability The SKILL.md describes a Google Workspace CLI (Gmail, Calendar, Drive, Contacts, Sheets, Docs) and its commands — that purpose aligns with the actions shown. However the registry metadata shown to the platform lists no required binaries or install spec, while the SKILL.md includes metadata that requires the &#x27;gog&#x27; binary and even provides a Homebrew formula (steipete/tap/gogcli). This mismatch between declared requirements and the runtime instructions is an inconsistency worth verifying. ✓ Instruction Scope The instructions stay on-topic: they show how to perform OAuth setup with a client_secret.json, add an account and run Gmail/Calendar/Drive/Sheets/Docs commands. They require running a local CLI and providing OAuth credentials (sensitive by nature) but do not instruct the agent to read unrelated system files or exfiltrate data to unexpected endpoints. ! Install Mechanism There is no install spec in the registry listing, yet SKILL.md metadata includes a Homebrew install entry (steipete/tap/gogcli). Installing a third‑party Homebrew tap is moderately risky if you don&#x27;t trust its source; the registry&#x27;s omission of the install step is an incoherence that makes it unclear whether the platform will automatically install the binary or expect it preinstalled. ℹ Credentials No environment variables or primary credentials are declared in the registry, but the SKILL.md requires OAuth credentials (client_secret.json) and suggests setting GOG_ACCOUNT. Requesting OAuth client secrets and access to Google services is proportionate to a workspace CLI, but these are sensitive and the lack of declared credentials in the registry metadata is an omission to confirm. ✓ Persistence &amp; Privilege The skill does not request always:true and does not declare persistent system-wide changes. It is user-invocable and allows autonomous invocation by default (platform default) — notable but not a standalone red flag in this case. What to consider before installing This skill appears to be a wrapper for the &#x27;gog&#x27; CLI and legitimately needs OAuth credentials and a local binary. Before installing or using it: 1) Verify the upstream project/homepage (https://gogcli.sh) and the Homebrew tap (steipete/tap/gogcli) are trustworthy — inspect the repository and releases; 2) Prefer installing the &#x27;gog&#x27; binary yourself and testing it independently rather than letting an automated installer run; 3) Only provide OAuth client_secret.json and authorize scopes from an account you control (prefer a dedicated/test Google account with least privilege); 4) Be aware the SKILL.md and registry metadata disagree about install/requirements — ask the publisher to clarify why the registry shows no install/binaries while SKILL.md references them; 5) If you are uncomfortable, do not grant access to your primary Google account and consider running the CLI locally instead. Like a lobster shell, security has layers — review code before you run it. Current version v 1.0.0 Download zip latest v k97dg6nasj52d3s3mcegcwqmx17ykzqb License MIT-0 Free to use, modify, and redistribute. No attribution required. Terms https://spdx.org/licenses/MIT-0.html Runtime requirements 🎮 Clawdis Bins gog Install Install gog (brew) Bins: gog brew install steipete/tap/gogcli Files Compare Versions SKILL.md gog Use gog for Gmail/Calendar/Drive/Contacts/Sheets/Docs. Requires OAuth setup. Setup (once) gog auth credentials /path/to/client_secret.json gog auth add you@gmail.com --services gmail,calendar,drive,contacts,sheets,docs gog auth list Common commands Gmail search: gog gmail search &#x27;newer_than:7d&#x27; --max 10 Gmail send: gog gmail send --to a@b.com --subject &quot;Hi&quot; --body &quot;Hello&quot; Calendar: gog calendar events &lt;calendarId&gt; --from &lt;iso&gt; --to &lt;iso&gt; Drive search: gog drive search &quot;query&quot; --max 10 Contacts: gog contacts list --max 20 Sheets get: gog sheets get &lt;sheetId&gt; &quot;Tab!A1:D10&quot; --json Sheets update: gog sheets update &lt;sheetId&gt; &quot;Tab!A1:B2&quot; --values-json &#x27;[[&quot;A&quot;,&quot;B&quot;],[&quot;1&quot;,&quot;2&quot;]]&#x27; --input USER_ENTERED Sheets append: gog sheets append &lt;sheetId&gt; &quot;Tab!A:C&quot; --values-json &#x27;[[&quot;x&quot;,&quot;y&quot;,&quot;z&quot;]]&#x27; --insert INSERT_ROWS Sheets clear: gog sheets clear &lt;sheetId&gt; &quot;Tab!A2:Z&quot; Sheets metadata: gog sheets metadata &lt;sheetId&gt; --json Docs export: gog docs export &lt;docId&gt; --format txt --out /tmp/doc.txt Docs cat: gog docs cat &lt;docId&gt; Notes Set GOG_ACCOUNT=you@gmail.com to avoid repeating --account . For scripting, prefer --json plus --no-input . Sheets values can be passed via --values-json (recommended) or as inline rows. Docs supports export/cat/copy. In-place edits require a Docs API client (not in gog). Confirm before sending mail or creating events. Files 1 total SKILL.md 1.7 KB Select a file Select a file to preview. Comments Loading comments…
