← Back to Skills Marketplace
blueworldmarketing

Gog Bwm

by blueworldmarketing · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
91
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install gog-bwm
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, but check a few things before installing: (1) verify the Homebrew tap (steipete/tap) and inspect the formula source on GitHub to ensure you trust the maintainer; (2) be prepared to provide OAuth client credentials (client_secret.json) — those are sensitive and will grant access to the Google services listed, so restrict scopes to the minimum necessary; (3) the SKILL.md references an optional GOG_ACCOUNT env var and file paths like /tmp/doc.txt — ensure exported files and credentials are handled securely; (4) test gog commands manually before allowing any automated/agent-driven actions that send email or modify calendar/drive content; and (5) if you need higher assurance, visit the homepage (https://gogcli.sh) and confirm the project’s source and documentation.
Capability Analysis
Type: OpenClaw Skill Name: gog-bwm Version: 1.0.0 The skill bundle provides documentation and installation instructions for 'gog', a legitimate CLI tool for managing Google Workspace services. The installation is handled via a standard Homebrew tap (steipete/tap/gogcli), and the SKILL.md file contains standard usage instructions for Gmail, Drive, and Sheets without any evidence of malicious intent, data exfiltration, or prompt injection.
Capability Tags
requires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The skill's name/description match its requirements — it needs the 'gog' binary and OAuth credentials to operate on Gmail, Calendar, Drive, Contacts, Sheets, and Docs. There are no unrelated binaries, env vars, or config paths requested.
Instruction Scope
SKILL.md contains concrete gog CLI commands and a required OAuth setup flow (client_secret.json + account add). It references an optional GOG_ACCOUNT env var and an output path (/tmp/doc.txt) — all of which are coherent with a Google Workspace CLI and do not ask the agent to read or exfiltrate unrelated system files.
Install Mechanism
Install is via a Homebrew formula (steipete/tap/gogcli), which is a low-risk, standard package mechanism. As with any third-party tap, verify the tap/maintainer and review the formula source if you don't already trust steipete/tap.
Credentials
The registry metadata declares no required env vars, which is reasonable. The runtime instructions do require OAuth client credentials (client_secret.json) and optionally mention GOG_ACCOUNT; these are expected but sensitive because they grant access to Google Workspace data. No unrelated credentials are requested.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide privileges or modify other skills. The agent may invoke the skill autonomously (default), which is normal; there is no unusual privilege escalation.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gog-bwm
  3. After installation, invoke the skill by name or use /gog-bwm
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of gog-bwm (v1.0.0). - Provides a CLI for Google Workspace: Gmail, Calendar, Drive, Contacts, Sheets, and Docs. - Includes setup instructions for OAuth credentials and service account linking. - Lists common example commands for each supported app. - Highlights scripting tips and notes on feature limitations (e.g., Docs API for edits not included). - Brew-based installer available.
Metadata
Slug gog-bwm
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Gog Bwm?

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

How do I install Gog Bwm?

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

Is Gog Bwm free?

Yes, Gog Bwm is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Gog Bwm support?

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

Who created Gog Bwm?

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

💬 Comments