← Back to Skills Marketplace
erdmannsilva

Erdmannsilva Gog

by Alexandre Erdmann · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
63
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install erdmannsilva-gog
Description
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
README (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 [email protected] --services gmail,calendar,drive,contacts,sheets,docs
  • gog auth list

Common commands

  • Gmail search: gog gmail search 'newer_than:7d' --max 10
  • Gmail send: gog gmail send --to [email protected] --subject "Hi" --body "Hello"
  • Calendar: gog calendar events \x3CcalendarId> --from \x3Ciso> --to \x3Ciso>
  • Drive search: gog drive search "query" --max 10
  • Contacts: gog contacts list --max 20
  • Sheets get: gog sheets get \x3CsheetId> "Tab!A1:D10" --json
  • Sheets update: gog sheets update \x3CsheetId> "Tab!A1:B2" --values-json '[["A","B"],["1","2"]]' --input USER_ENTERED
  • Sheets append: gog sheets append \x3CsheetId> "Tab!A:C" --values-json '[["x","y","z"]]' --insert INSERT_ROWS
  • Sheets clear: gog sheets clear \x3CsheetId> "Tab!A2:Z"
  • Sheets metadata: gog sheets metadata \x3CsheetId> --json
  • Docs export: gog docs export \x3CdocId> --format txt --out /tmp/doc.txt
  • Docs cat: gog docs cat \x3CdocId>

Notes

  • Set [email protected] 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.
Usage Guidance
Install this only if you trust the gog CLI and are comfortable granting it Google Workspace OAuth access. Before use, authorize the minimum services needed, review all commands that send or modify data, and know how to revoke the OAuth grant.
Capability Analysis
Type: OpenClaw Skill Name: erdmannsilva-gog Version: 1.0.0 The skill provides an interface for the 'gog' CLI tool to manage Google Workspace services (Gmail, Drive, Sheets, etc.). It requires manual OAuth setup by the user and uses a reputable Homebrew tap (steipete/tap/gogcli) for installation. The instructions in SKILL.md are consistent with the tool's stated purpose and include safety recommendations, such as confirming before sending emails.
Capability Tags
requires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The stated purpose matches the documented commands for Gmail, Calendar, Drive, Contacts, Sheets, and Docs. The capability is broad and includes both reads and mutations, so users should treat it as a high-trust Workspace integration.
Instruction Scope
The instructions document sensitive actions such as sending mail and updating or clearing Sheets. This is purpose-aligned for a Workspace CLI, and the skill explicitly says to confirm before sending mail or creating events, but users should also confirm spreadsheet changes and other mutating operations.
Install Mechanism
The skill installs an external Homebrew formula for the gog CLI and includes no runnable code itself, so the review cannot inspect the installed binary.
Credentials
OAuth access to multiple Google Workspace services is expected for this purpose, but it is sensitive and should be limited to the services and account the user actually intends to use.
Persistence & Privilege
The setup flow adds and lists an authenticated account, implying persistent local account configuration. This is normal for a CLI integration, but users should know where credentials are stored and how to revoke them.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install erdmannsilva-gog
  3. After installation, invoke the skill by name or use /erdmannsilva-gog
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Google Workspace CLI tool for Gmail, Calendar, Drive, Contacts, Sheets, and Docs. - Provides unified CLI access to Gmail, Calendar, Drive, Contacts, Sheets, and Docs. - Requires OAuth setup; supports multiple Google accounts. - Includes commands for searching, sending, and exporting data from supported Google services. - Offers scripting-friendly outputs and JSON support. - Features clear setup instructions and practical usage examples for each supported service.
Metadata
Slug erdmannsilva-gog
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Erdmannsilva Gog?

Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs. It is an AI Agent Skill for Claude Code / OpenClaw, with 63 downloads so far.

How do I install Erdmannsilva Gog?

Run "/install erdmannsilva-gog" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Erdmannsilva Gog free?

Yes, Erdmannsilva Gog is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Erdmannsilva Gog support?

Erdmannsilva Gog is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Erdmannsilva Gog?

It is built and maintained by Alexandre Erdmann (@erdmannsilva); the current version is v1.0.0.

💬 Comments