← 返回 Skills 市场
273
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install gog-local-backup
功能描述
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 appears to be what it claims (a Google Workspace CLI helper), but take these precautions: 1) Verify the publisher and the Homebrew tap (steipete/tap) before installing the formula — prefer official releases or inspect the tap's code. 2) The SKILL.md requires OAuth client credentials (client_secret.json) and account setup even though the registry metadata doesn't declare credentials — only provide OAuth files you trust and store them securely. 3) Review the gog binary (or its source) before running it, and check what OAuth scopes it requests (Gmail/Drive/etc.). 4) Don't supply unrelated secrets or system credentials. If you want higher assurance, ask the publisher for source code or a canonical release (GitHub/GitHub Releases) and confirm the homepage and owner identity (note: ownerId in _meta.json differs from registry metadata).
功能分析
Type: OpenClaw Skill
Name: gog-local-backup
Version: 1.0.0
The skill bundle provides a legitimate interface for the 'gog' CLI tool, which facilitates interactions with Google Workspace services like Gmail, Drive, and Sheets. The installation process uses a standard Homebrew tap (steipete/tap/gogcli), and the documentation (SKILL.md) contains only standard command usage and setup instructions without any evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
The skill name/description (Google Workspace CLI) matches the runtime instructions and required binary ('gog') and the brew formula provided. However, the registry metadata does not declare the OAuth client credentials that the SKILL.md explicitly requires (client_secret.json / account setup).
Instruction Scope
SKILL.md stays on task: it documents installing and using the gog CLI and how to perform Gmail/Calendar/Drive/Sheets/Docs operations. It instructs the user to provide OAuth client secrets and to run gog auth commands; it does not instruct reading arbitrary unrelated system files or exfiltrating data to external endpoints other than using the gog tool itself.
Install Mechanism
Install is a Homebrew formula (steipete/tap/gogcli) which is a reasonable install mechanism for a CLI, but it's a third‑party tap rather than an official well-known formula. Installing from an untrusted tap carries moderate risk because it installs binaries from that tap.
Credentials
The SKILL.md requires OAuth credentials (client_secret.json) and suggests a GOG_ACCOUNT env var, but the skill metadata lists no required env vars or primary credential. This mismatch means credentials are necessary at runtime but not declared as required in the registry metadata — a transparency/consistency issue that could confuse users and automated reviewers.
Persistence & Privilege
The skill does not request permanent/always presence, does not modify other skills or system-wide settings, and does not declare unusual config path access. Autonomous invocation is allowed (platform default) but not combined here with other high‑risk flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gog-local-backup - 安装完成后,直接呼叫该 Skill 的名称或使用
/gog-local-backup触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of gog-local-backup.
- Adds Google Workspace CLI integration for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
- Provides setup instructions for OAuth authentication.
- Includes common commands for searching, sending, listing, and modifying data across supported services.
- Offers scripting support via JSON output and flags.
- Adds helpful usage notes and best practices for working with accounts and Google services.
元数据
常见问题
Gog.Local.Backup 是什么?
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 273 次。
如何安装 Gog.Local.Backup?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gog-local-backup」即可一键安装,无需额外配置。
Gog.Local.Backup 是免费的吗?
是的,Gog.Local.Backup 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Gog.Local.Backup 支持哪些平台?
Gog.Local.Backup 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Gog.Local.Backup?
由 12357851(@12357851)开发并维护,当前版本 v1.0.0。
推荐 Skills