Gog Jarvis

v1.0.1

Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.

0· 338·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk9732zjgehpda6z79t7yr1r8x983vvev

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🎮 Clawdis
Binsgog

Install

Install gog (brew)
Bins: gog
brew install steipete/tap/gogcli

Comments