← 返回 Skills 市场
erdmannsilva

Erdmannsilva Gog

作者 Alexandre Erdmann · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
63
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install erdmannsilva-gog
功能描述
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.
安全使用建议
Install this only if you trust the gog CLI and are comfortable granting it Google Workspace OAuth access. Before use, authorize the minimum services needed, review all commands that send or modify data, and know how to revoke the OAuth grant.
功能分析
Type: OpenClaw Skill Name: erdmannsilva-gog Version: 1.0.0 The skill provides an interface for the 'gog' CLI tool to manage Google Workspace services (Gmail, Drive, Sheets, etc.). It requires manual OAuth setup by the user and uses a reputable Homebrew tap (steipete/tap/gogcli) for installation. The instructions in SKILL.md are consistent with the tool's stated purpose and include safety recommendations, such as confirming before sending emails.
能力标签
requires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose matches the documented commands for Gmail, Calendar, Drive, Contacts, Sheets, and Docs. The capability is broad and includes both reads and mutations, so users should treat it as a high-trust Workspace integration.
Instruction Scope
The instructions document sensitive actions such as sending mail and updating or clearing Sheets. This is purpose-aligned for a Workspace CLI, and the skill explicitly says to confirm before sending mail or creating events, but users should also confirm spreadsheet changes and other mutating operations.
Install Mechanism
The skill installs an external Homebrew formula for the gog CLI and includes no runnable code itself, so the review cannot inspect the installed binary.
Credentials
OAuth access to multiple Google Workspace services is expected for this purpose, but it is sensitive and should be limited to the services and account the user actually intends to use.
Persistence & Privilege
The setup flow adds and lists an authenticated account, implying persistent local account configuration. This is normal for a CLI integration, but users should know where credentials are stored and how to revoke them.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install erdmannsilva-gog
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /erdmannsilva-gog 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Google Workspace CLI tool for Gmail, Calendar, Drive, Contacts, Sheets, and Docs. - Provides unified CLI access to Gmail, Calendar, Drive, Contacts, Sheets, and Docs. - Requires OAuth setup; supports multiple Google accounts. - Includes commands for searching, sending, and exporting data from supported Google services. - Offers scripting-friendly outputs and JSON support. - Features clear setup instructions and practical usage examples for each supported service.
元数据
Slug erdmannsilva-gog
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Erdmannsilva Gog 是什么?

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

如何安装 Erdmannsilva Gog?

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

Erdmannsilva Gog 是免费的吗?

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

Erdmannsilva Gog 支持哪些平台?

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

谁开发了 Erdmannsilva Gog?

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

💬 留言讨论