← Back to Skills Marketplace
jacobo-create

Backup Gog 20260213 121122

by jacobo-create · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
843
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install backup-gog-20260213-121122
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.json
  • gog auth add [email protected] --services gmail,calendar,drive,contacts,sheets,docs
  • gog 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 --json plus --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 do what it says (a CLI wrapper for Google Workspace) but take a few precautions before installing: (1) Inspect the Homebrew tap (steipete/tap) and formula to confirm the binary's source and checksum, or prefer to build from a trusted release; (2) verify the homepage/repository and author identity (there is a mismatch in ownerId metadata between registry and _meta.json), which may indicate packaging/metadata inconsistency; (3) prepare OAuth client_secret.json locally and only grant needed scopes (the SKILL.md lists services); (4) be aware the SKILL.md references GOG_ACCOUNT env var though no env vars are declared—store any credentials securely and don't publish them. If you're unsure, review the brew formula and upstream project before installing the binary.
Capability Analysis
Type: OpenClaw Skill Name: backup-gog-20260213-121122 Version: 1.0.0 The skill bundle provides instructions for installing and using the `gog` CLI tool, which interacts with Google Workspace services. The `SKILL.md` file includes standard metadata for agent installation via Homebrew (`steipete/tap/gogcli`) and usage examples for Gmail, Calendar, Drive, etc. While the `gog` tool itself has powerful capabilities (e.g., sending emails, modifying documents) that could be misused, the skill bundle contains no explicit instructions or code designed for malicious activities such as data exfiltration, unauthorized remote control, persistence, or prompt injection against the agent for harmful objectives. All instructions align with the stated purpose of providing access to a legitimate Google Workspace CLI.
Capability Assessment
Purpose & Capability
The skill's name/description match the runtime instructions: it requires the 'gog' binary and OAuth client credentials to manage Gmail/Calendar/Drive/Contacts/Sheets/Docs. Nothing in the SKILL.md asks for unrelated services or credentials.
Instruction Scope
SKILL.md only instructs use of the gog CLI and local OAuth client_secret.json and account setup; it does not direct the agent to read unrelated system files or exfiltrate data. It notes using GOG_ACCOUNT to avoid repeating an --account flag.
Install Mechanism
Install uses Homebrew formula steipete/tap/gogcli which is a third‑party tap (not an official core formula). Brew installs are common, but third‑party taps and the packaged binary should be audited (check the tap repository, formula contents, and release/source) before installing.
Credentials
The skill logically requires OAuth client credentials and a Google account, but requires.env is empty and primary credential is none. SKILL.md also references the GOG_ACCOUNT env var (optional) which is not declared. This is not malicious but is a documentation/metadata omission you should be aware of.
Persistence & Privilege
always:false and default autonomous invocation are appropriate. The skill does not request persistent or system‑wide privileges beyond installing/using the gog binary.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install backup-gog-20260213-121122
  3. After installation, invoke the skill by name or use /backup-gog-20260213-121122
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the gog skill: a CLI tool for managing Google Workspace apps. - Supports Gmail, Calendar, Drive, Contacts, Sheets, and Docs via command-line. - Guides users through setup with OAuth credentials and account linking. - Provides common example commands for each supported Google service. - Includes scripting tips, options for JSON output, and best practices. - Highlights key usage notes, including environment variable support and confirmation prompts.
Metadata
Slug backup-gog-20260213-121122
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Backup Gog 20260213 121122?

Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs. It is an AI Agent Skill for Claude Code / OpenClaw, with 843 downloads so far.

How do I install Backup Gog 20260213 121122?

Run "/install backup-gog-20260213-121122" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Backup Gog 20260213 121122 free?

Yes, Backup Gog 20260213 121122 is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Backup Gog 20260213 121122 support?

Backup Gog 20260213 121122 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Backup Gog 20260213 121122?

It is built and maintained by jacobo-create (@jacobo-create); the current version is v1.0.0.

💬 Comments