← Back to Skills Marketplace
Gog Litiao
by
litiao1224
· GitHub ↗
· v1.0.0
· MIT-0
231
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install gog-litiao
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 delegates actions to an external gog CLI and requires OAuth credentials that can give wide access to your Google Workspace data. Before installing: (1) verify the Homebrew tap (steipete/tap) and review the formula/upstream project for authenticity; (2) only use OAuth client credentials you trust and understand where the CLI stores access/refresh tokens (check local config paths after first auth); (3) grant the minimum service scopes needed (don’t enable all services if you don’t need them); (4) consider testing with a low‑privilege or expendable account first. The SKILL.md mentions GOG_ACCOUNT but the registry metadata doesn’t list it — be aware of this small mismatch and confirm environment usage during setup.
Capability Analysis
Type: OpenClaw Skill
Name: gog-litiao
Version: 1.0.0
The skill bundle provides a legitimate interface for the 'gog' CLI tool (gogcli.sh) to manage Google Workspace services like Gmail, Drive, and Sheets. It includes standard installation instructions via a Homebrew tap (steipete/tap/gogcli) and functional command examples for the AI agent. No evidence of malicious intent, data exfiltration to unauthorized endpoints, or prompt injection was found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
Name/description match the runtime instructions: the skill delegates all work to a gog CLI and its documented commands target Gmail, Calendar, Drive, Contacts, Sheets, and Docs. Requiring a 'gog' binary (and providing a brew install) is proportionate to the stated purpose.
Instruction Scope
SKILL.md contains only CLI usage and OAuth setup steps (gog auth credentials, gog auth add). It does reference an environment variable (GOG_ACCOUNT) for convenience and instructs you to provide a client_secret.json file for OAuth, but it does not declare where auth tokens are stored or whether the CLI will write files to disk. The instructions do not ask the agent to read unrelated system files or contact unexpected endpoints.
Install Mechanism
Install uses a Homebrew tap (steipete/tap/gogcli) which will create a 'gog' binary. Homebrew taps are common, but third‑party taps are less vetted than official core formulae — verify the tap source (review the formula and upstream project) before installing.
Credentials
The registry metadata lists no required env vars or credentials, but the SKILL.md explicitly requires OAuth client credentials (client_secret.json) and suggests setting GOG_ACCOUNT. Requesting OAuth credentials and granting access to Gmail/Drive/Sheets/etc is consistent with the skill's purpose but represents broad access to sensitive data — this is expected for a Google Workspace CLI but is a real security/privacy consideration. The skill does not declare where it stores tokens or whether it will create local config files.
Persistence & Privilege
always is false and model invocation is normal (agent may invoke the skill). The skill does not request persistent platform privileges or modifications to other skills' configurations in the provided instructions.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install gog-litiao - After installation, invoke the skill by name or use
/gog-litiao - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Bug fixes and improvements with -litiao suffix
Metadata
Frequently Asked Questions
What is Gog Litiao?
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs. It is an AI Agent Skill for Claude Code / OpenClaw, with 231 downloads so far.
How do I install Gog Litiao?
Run "/install gog-litiao" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Gog Litiao free?
Yes, Gog Litiao is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Gog Litiao support?
Gog Litiao is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Gog Litiao?
It is built and maintained by litiao1224 (@litiao1224); the current version is v1.0.0.
More Skills