← Back to Skills Marketplace
Gog Jarvis
by
bingze00000
· GitHub ↗
· v1.0.1
· MIT-0
405
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install gog-jarvis
Description
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
README (SKILL.md)
\r \r
gog\r
\r
Use gog for Gmail/Calendar/Drive/Contacts/Sheets/Docs. Requires OAuth setup.\r
\r
Setup (once)\r
gog auth credentials /path/to/client_secret.json\rgog auth add [email protected] --services gmail,calendar,drive,contacts,sheets,docs\rgog auth list\r \r Common commands\r- Gmail search:
gog gmail search 'newer_than:7d' --max 10\r - Gmail send:
gog gmail send --to [email protected] --subject "Hi" --body "Hello"\r - Calendar:
gog calendar events \x3CcalendarId> --from \x3Ciso> --to \x3Ciso>\r - Drive search:
gog drive search "query" --max 10\r - Contacts:
gog contacts list --max 20\r - Sheets get:
gog sheets get \x3CsheetId> "Tab!A1:D10" --json\r - Sheets update:
gog sheets update \x3CsheetId> "Tab!A1:B2" --values-json '[["A","B"],["1","2"]]' --input USER_ENTERED\r - Sheets append:
gog sheets append \x3CsheetId> "Tab!A:C" --values-json '[["x","y","z"]]' --insert INSERT_ROWS\r - Sheets clear:
gog sheets clear \x3CsheetId> "Tab!A2:Z"\r - Sheets metadata:
gog sheets metadata \x3CsheetId> --json\r - Docs export:
gog docs export \x3CdocId> --format txt --out /tmp/doc.txt\r - Docs cat:
gog docs cat \x3CdocId>\r \r Notes\r - Set
[email protected]to avoid repeating--account.\r - For scripting, prefer
--jsonplus--no-input.\r - Sheets values can be passed via
--values-json(recommended) or as inline rows.\r - Docs supports export/cat/copy. In-place edits require a Docs API client (not in gog).\r
- Confirm before sending mail or creating events.\r
Usage Guidance
This skill appears to do what it says: it wraps a gog CLI that uses Google OAuth. Before installing, verify the Homebrew tap (steipete/tap) and formula source to ensure the binary comes from a legitimate repo. Understand that you will need to provide Google OAuth client credentials (client_secret.json) and grant the gog tool scopes (Gmail/Calendar/Drive/etc.); that gives the installed binary access to your Workspace data. If you don't trust the tap/binary, prefer inspecting the upstream repository or building from source. Finally, review where gog stores tokens/credentials on disk and revoke tokens in Google Account settings if you later remove the tool.
Capability Analysis
Type: OpenClaw Skill
Name: gog-jarvis
Version: 1.0.1
The gog-jarvis skill provides a legitimate interface for the 'gog' CLI tool to manage Google Workspace services such as Gmail, Drive, and Sheets. It includes standard installation instructions via a Homebrew tap (steipete/tap/gogcli) and provides clear command examples for interacting with Google APIs. No malicious patterns, such as unauthorized data exfiltration or hidden execution, were detected in the SKILL.md or metadata.
Capability Assessment
Purpose & Capability
Name/description match the runtime instructions: all commands in SKILL.md are calls to the gog CLI for Gmail/Calendar/Drive/Contacts/Sheets/Docs. Requiring the gog binary is expected.
Instruction Scope
Runtime instructions only describe installing gog, performing OAuth (providing client_secret.json and adding an account), and running gog commands. They do not instruct reading unrelated files, exfiltrating data to custom endpoints, or accessing other system credentials.
Install Mechanism
Install uses a Homebrew formula (steipete/tap/gogcli). Using a third‑party tap is common but higher risk than an official formula — you should verify the tap/repository and formula source before installing.
Credentials
The skill declares no required env vars or credentials. SKILL.md sensibly asks the user to supply Google OAuth client credentials and optionally set GOG_ACCOUNT; these are proportional to Google Workspace access.
Persistence & Privilege
always is false and the skill does not request system-wide or cross-skill configuration. Allowing agent invocation is the platform default and not by itself concerning.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install gog-jarvis - After installation, invoke the skill by name or use
/gog-jarvis - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Updated SKILL.md with detailed setup instructions and common usage examples for Gmail, Calendar, Drive, Contacts, Sheets, and Docs via the gog CLI.
- Added notes on OAuth setup, environment variable usage, scripting tips, and feature limitations.
- Included metadata for installation guidance and integration details.
Metadata
Frequently Asked Questions
What is Gog Jarvis?
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs. It is an AI Agent Skill for Claude Code / OpenClaw, with 405 downloads so far.
How do I install Gog Jarvis?
Run "/install gog-jarvis" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Gog Jarvis free?
Yes, Gog Jarvis is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Gog Jarvis support?
Gog Jarvis is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Gog Jarvis?
It is built and maintained by bingze00000 (@bingze00000); the current version is v1.0.1.
More Skills