← Back to Skills Marketplace
273
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install gog-local-backup
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 to be what it claims (a Google Workspace CLI helper), but take these precautions: 1) Verify the publisher and the Homebrew tap (steipete/tap) before installing the formula — prefer official releases or inspect the tap's code. 2) The SKILL.md requires OAuth client credentials (client_secret.json) and account setup even though the registry metadata doesn't declare credentials — only provide OAuth files you trust and store them securely. 3) Review the gog binary (or its source) before running it, and check what OAuth scopes it requests (Gmail/Drive/etc.). 4) Don't supply unrelated secrets or system credentials. If you want higher assurance, ask the publisher for source code or a canonical release (GitHub/GitHub Releases) and confirm the homepage and owner identity (note: ownerId in _meta.json differs from registry metadata).
Capability Analysis
Type: OpenClaw Skill
Name: gog-local-backup
Version: 1.0.0
The skill bundle provides a legitimate interface for the 'gog' CLI tool, which facilitates interactions with Google Workspace services like Gmail, Drive, and Sheets. The installation process uses a standard Homebrew tap (steipete/tap/gogcli), and the documentation (SKILL.md) contains only standard command usage and setup instructions without any evidence of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
The skill name/description (Google Workspace CLI) matches the runtime instructions and required binary ('gog') and the brew formula provided. However, the registry metadata does not declare the OAuth client credentials that the SKILL.md explicitly requires (client_secret.json / account setup).
Instruction Scope
SKILL.md stays on task: it documents installing and using the gog CLI and how to perform Gmail/Calendar/Drive/Sheets/Docs operations. It instructs the user to provide OAuth client secrets and to run gog auth commands; it does not instruct reading arbitrary unrelated system files or exfiltrating data to external endpoints other than using the gog tool itself.
Install Mechanism
Install is a Homebrew formula (steipete/tap/gogcli) which is a reasonable install mechanism for a CLI, but it's a third‑party tap rather than an official well-known formula. Installing from an untrusted tap carries moderate risk because it installs binaries from that tap.
Credentials
The SKILL.md requires OAuth credentials (client_secret.json) and suggests a GOG_ACCOUNT env var, but the skill metadata lists no required env vars or primary credential. This mismatch means credentials are necessary at runtime but not declared as required in the registry metadata — a transparency/consistency issue that could confuse users and automated reviewers.
Persistence & Privilege
The skill does not request permanent/always presence, does not modify other skills or system-wide settings, and does not declare unusual config path access. Autonomous invocation is allowed (platform default) but not combined here with other high‑risk flags.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install gog-local-backup - After installation, invoke the skill by name or use
/gog-local-backup - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of gog-local-backup.
- Adds Google Workspace CLI integration for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
- Provides setup instructions for OAuth authentication.
- Includes common commands for searching, sending, listing, and modifying data across supported services.
- Offers scripting support via JSON output and flags.
- Adds helpful usage notes and best practices for working with accounts and Google services.
Metadata
Frequently Asked Questions
What is Gog.Local.Backup?
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs. It is an AI Agent Skill for Claude Code / OpenClaw, with 273 downloads so far.
How do I install Gog.Local.Backup?
Run "/install gog-local-backup" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Gog.Local.Backup free?
Yes, Gog.Local.Backup is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Gog.Local.Backup support?
Gog.Local.Backup is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Gog.Local.Backup?
It is built and maintained by 12357851 (@12357851); the current version is v1.0.0.
More Skills