← 返回 Skills 市场
blueworldmarketing

Gog Bwm

作者 blueworldmarketing · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
91
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install gog-bwm
功能描述
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
使用说明 (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.
安全使用建议
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.
功能分析
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.
能力标签
requires-oauth-tokenrequires-sensitive-credentials
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gog-bwm
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gog-bwm 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug gog-bwm
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Gog Bwm 是什么?

Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 91 次。

如何安装 Gog Bwm?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install gog-bwm」即可一键安装,无需额外配置。

Gog Bwm 是免费的吗?

是的,Gog Bwm 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Gog Bwm 支持哪些平台?

Gog Bwm 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Gog Bwm?

由 blueworldmarketing(@blueworldmarketing)开发并维护,当前版本 v1.0.0。

💬 留言讨论