← Back to Skills Marketplace
.Gog.Disabled.20260401 113230
by
tmundi3210
· GitHub ↗
· v1.0.0
· MIT-0
130
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install gog-disabled-20260401-113230
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.jsongog auth add [email protected] --services gmail,calendar,drive,contacts,sheets,docsgog 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
--jsonplus--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
This skill appears coherent for a Google Workspace CLI. Before installing: 1) verify the Homebrew tap (steipete/tap) and the project homepage (https://gogcli.sh or the tap's repo) to confirm source integrity; 2) be prepared to create and store OAuth client credentials (client_secret.json) locally — the CLI will use those to access your Google data; 3) note the SKILL.md mentions the optional GOG_ACCOUNT env var (not listed in metadata) — understand where you will set that if you want convenience. If you are uncomfortable installing packages from a third‑party Homebrew tap, consider auditing the tap repo or building the tool from source.
Capability Analysis
Type: OpenClaw Skill
Name: gog-disabled-20260401-113230
Version: 1.0.0
The skill provides a CLI interface for managing Google Workspace services (Gmail, Drive, Sheets, etc.) using the 'gog' utility. The installation process uses a standard Homebrew tap (steipete/tap/gogcli), and the instructions in SKILL.md are consistent with the tool's stated purpose without any evidence of malicious intent or prompt injection.
Capability Assessment
Purpose & Capability
Name/description describe a Google Workspace CLI and the skill only requires the 'gog' binary and documents OAuth setup — these are consistent. Minor oddities: the skill name (.Gog.Disabled...) is unusual and the registry Owner ID in the listing differs from the ownerId in _meta.json, which is a metadata inconsistency but does not by itself change functionality.
Instruction Scope
SKILL.md contains only CLI usage and setup instructions for OAuth credentials and account selection; it does not instruct reading unrelated system files, exfiltrating data, or calling unexpected endpoints. It clearly confines actions to gog commands and Google APIs.
Install Mechanism
Install uses a Homebrew formula 'steipete/tap/gogcli' which will install the 'gog' binary — this is a normal install flow but uses a third-party tap rather than an official core formula. Installing from a third‑party tap has more risk than an official source; verify the tap/project (e.g., GitHub repo, release history) before installing.
Credentials
The skill does not declare required env vars but the SKILL.md mentions an optional GOG_ACCOUNT env var and requires an OAuth client_secret.json file and adding an account via 'gog auth' — these are appropriate for a Google CLI. The minor inconsistency is that GOG_ACCOUNT is referenced but not listed in requires.env; otherwise credential requirements (OAuth client secrets/accounts) are proportional to the stated purpose.
Persistence & Privilege
The skill is not always-enabled and does not request system-wide persistence or elevated privileges. It is user-invocable and allows normal autonomous invocation (platform default), which is expected for a CLI integration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install gog-disabled-20260401-113230 - After installation, invoke the skill by name or use
/gog-disabled-20260401-113230 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the gog skill, a CLI for Google Workspace (Gmail, Calendar, Drive, Contacts, Sheets, Docs).
- Includes OAuth setup instructions and usage examples for each supported Google service.
- Provides command examples for searching, sending, listing, updating, and exporting across Workspace products.
- Notes cover scripting tips, environment variables, and safe usage guidelines.
Metadata
Frequently Asked Questions
What is .Gog.Disabled.20260401 113230?
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs. It is an AI Agent Skill for Claude Code / OpenClaw, with 130 downloads so far.
How do I install .Gog.Disabled.20260401 113230?
Run "/install gog-disabled-20260401-113230" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is .Gog.Disabled.20260401 113230 free?
Yes, .Gog.Disabled.20260401 113230 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does .Gog.Disabled.20260401 113230 support?
.Gog.Disabled.20260401 113230 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created .Gog.Disabled.20260401 113230?
It is built and maintained by tmundi3210 (@tmundi3210); the current version is v1.0.0.
More Skills