← Back to Skills Marketplace
85
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install gog-jasmine-yottol
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 generally does what it says (a gog CLI helper) but the bundle includes an OAuth client credentials file (credentials.json) that was not declared in the manifest. That client_id/client_secret may belong to the author or a third party — using it means you're relying on their OAuth client rather than your own, which can expose you to privacy/tracking or token misuse. Before installing: 1) verify the brew tap and project homepage (https://gogcli.sh) and confirm the maintainer identity; 2) avoid using the bundled credentials.json — create your own Google OAuth client and run 'gog auth credentials /path/to/your_client_secret.json'; 3) do not paste or expose refresh tokens; 4) if you must test quickly, treat the included client as untrusted and avoid giving it wide scopes (or inspect Google Cloud console for that client_id if possible); 5) consider installing only from trusted package sources and review the gog binary's source code. These steps will reduce the risk from the unexplained client_secret included in the package.
Capability Analysis
Type: OpenClaw Skill
Name: gog-jasmine-yottol
Version: 1.0.0
The skill bundle includes a hardcoded Google OAuth client_secret within the 'credentials.json' file, which is a significant security risk and credential leak. While the 'gog' CLI tool (installed via a third-party brew tap) is a legitimate utility for managing Google Workspace, the inclusion of static credentials and the broad access it grants to sensitive data (Gmail, Drive, Contacts) via an AI agent warrants caution. There is no explicit evidence of malicious intent, but the credential exposure is a critical vulnerability.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description ask for a Google Workspace CLI and the skill requires the 'gog' binary and provides a brew install for 'steipete/tap/gogcli' which is consistent with the stated functionality.
Instruction Scope
SKILL.md contains straightforward commands for using the gog CLI and instructs the user to run OAuth setup using a client_secret.json. The instructions do not tell the agent to read arbitrary files or exfiltrate data, but they assume OAuth credentials will be provided.
Install Mechanism
Install spec is a Homebrew formula (steipete/tap/gogcli) which is a standard mechanism, but it is a third‑party tap (not an official Homebrew/core formula). Third‑party taps carry higher trust risk and should be verified before installation.
Credentials
The skill bundle contains a credentials.json file that includes a Google OAuth client_id and client_secret. The registry metadata and SKILL.md did not declare or justify bundling this client secret. Providing a client_secret in the distributed package is disproportionate and could allow unintended token issuance or tracking; users should not assume this client belongs to them.
Persistence & Privilege
The skill does not request always:true, does not require system config paths, and does not declare env vars or other persistent privileges. Autonomous invocation is enabled (platform default) but not combined with other high privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install gog-jasmine-yottol - After installation, invoke the skill by name or use
/gog-jasmine-yottol - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of gog: Google Workspace CLI supporting Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
- Provides setup instructions for OAuth and account addition.
- Includes common command examples for each supported Google service.
- Supports scripting via JSON output and no-input mode.
- Offers installation via Homebrew and environment variable usage tips.
Metadata
Frequently Asked Questions
What is Gog Jasmine Yottol?
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs. It is an AI Agent Skill for Claude Code / OpenClaw, with 85 downloads so far.
How do I install Gog Jasmine Yottol?
Run "/install gog-jasmine-yottol" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Gog Jasmine Yottol free?
Yes, Gog Jasmine Yottol is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Gog Jasmine Yottol support?
Gog Jasmine Yottol is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Gog Jasmine Yottol?
It is built and maintained by GIZMO (@yottol); the current version is v1.0.0.
More Skills