← 返回 Skills 市场
Gog Litiao
作者
litiao1224
· GitHub ↗
· v1.0.0
· MIT-0
231
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install gog-litiao
功能描述
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.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.
安全使用建议
This skill delegates actions to an external gog CLI and requires OAuth credentials that can give wide access to your Google Workspace data. Before installing: (1) verify the Homebrew tap (steipete/tap) and review the formula/upstream project for authenticity; (2) only use OAuth client credentials you trust and understand where the CLI stores access/refresh tokens (check local config paths after first auth); (3) grant the minimum service scopes needed (don’t enable all services if you don’t need them); (4) consider testing with a low‑privilege or expendable account first. The SKILL.md mentions GOG_ACCOUNT but the registry metadata doesn’t list it — be aware of this small mismatch and confirm environment usage during setup.
功能分析
Type: OpenClaw Skill
Name: gog-litiao
Version: 1.0.0
The skill bundle provides a legitimate interface for the 'gog' CLI tool (gogcli.sh) to manage Google Workspace services like Gmail, Drive, and Sheets. It includes standard installation instructions via a Homebrew tap (steipete/tap/gogcli) and functional command examples for the AI agent. No evidence of malicious intent, data exfiltration to unauthorized endpoints, or prompt injection was found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
Name/description match the runtime instructions: the skill delegates all work to a gog CLI and its documented commands target Gmail, Calendar, Drive, Contacts, Sheets, and Docs. Requiring a 'gog' binary (and providing a brew install) is proportionate to the stated purpose.
Instruction Scope
SKILL.md contains only CLI usage and OAuth setup steps (gog auth credentials, gog auth add). It does reference an environment variable (GOG_ACCOUNT) for convenience and instructs you to provide a client_secret.json file for OAuth, but it does not declare where auth tokens are stored or whether the CLI will write files to disk. The instructions do not ask the agent to read unrelated system files or contact unexpected endpoints.
Install Mechanism
Install uses a Homebrew tap (steipete/tap/gogcli) which will create a 'gog' binary. Homebrew taps are common, but third‑party taps are less vetted than official core formulae — verify the tap source (review the formula and upstream project) before installing.
Credentials
The registry metadata lists no required env vars or credentials, but the SKILL.md explicitly requires OAuth client credentials (client_secret.json) and suggests setting GOG_ACCOUNT. Requesting OAuth credentials and granting access to Gmail/Drive/Sheets/etc is consistent with the skill's purpose but represents broad access to sensitive data — this is expected for a Google Workspace CLI but is a real security/privacy consideration. The skill does not declare where it stores tokens or whether it will create local config files.
Persistence & Privilege
always is false and model invocation is normal (agent may invoke the skill). The skill does not request persistent platform privileges or modifications to other skills' configurations in the provided instructions.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gog-litiao - 安装完成后,直接呼叫该 Skill 的名称或使用
/gog-litiao触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Bug fixes and improvements with -litiao suffix
元数据
常见问题
Gog Litiao 是什么?
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 231 次。
如何安装 Gog Litiao?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gog-litiao」即可一键安装,无需额外配置。
Gog Litiao 是免费的吗?
是的,Gog Litiao 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Gog Litiao 支持哪些平台?
Gog Litiao 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Gog Litiao?
由 litiao1224(@litiao1224)开发并维护,当前版本 v1.0.0。
推荐 Skills