← 返回 Skills 市场
Aj Gog
作者
aceundefeated
· GitHub ↗
· v1.0.0
· MIT-0
173
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install aj-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.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. \r
安全使用建议
This skill appears to do what it says: it is just wrappers around the gog CLI. Before installing: (1) review the Homebrew formula in steipete/tap to ensure you trust the maintainer; (2) be prepared to supply an OAuth client_secret.json from the Google Cloud Console and an account — these are sensitive and will allow the CLI to access your Gmail/Drive/etc.; (3) inspect where gog stores tokens on disk and revoke tokens if you later distrust the tool; and (4) when scripting, prefer the --no-input and --json options and confirm before using commands that send mail or modify data.
功能分析
Type: OpenClaw Skill
Name: aj-gog
Version: 1.0.0
The aj-gog skill provides an interface for the legitimate 'gog' CLI tool to manage Google Workspace services (Gmail, Drive, Sheets, etc.). It uses a standard Homebrew installation path (steipete/tap/gogcli) and requires manual OAuth configuration by the user, with no evidence of malicious intent, data exfiltration, or prompt injection in SKILL.md.
能力评估
Purpose & Capability
Name/description match the runtime instructions. The skill expects the gog CLI and describes Gmail/Calendar/Drive/Contacts/Sheets/Docs commands; requiring the gog binary is proportional to the stated purpose.
Instruction Scope
SKILL.md only tells the agent to run gog commands and how to set up OAuth; it does not instruct reading unrelated system files or sending data to unexpected endpoints. It explicitly notes to confirm before sending mail or creating events.
Install Mechanism
Install uses a Homebrew formula (steipete/tap/gogcli) which is a typical installer path for CLI tools. This is moderate-low risk overall, but the tap is a third-party tap (not the official Homebrew/core), so users may want to inspect the formula before installing.
Credentials
The skill declares no required env vars in metadata, but SKILL.md references OAuth client_secret.json and suggests setting GOG_ACCOUNT. Requesting OAuth credentials and an account is expected for a Google Workspace CLI, but the metadata does not declare these config needs explicitly — users should be aware that sensitive credentials and tokens will be used/stored by the gog tool.
Persistence & Privilege
No elevated persistence requested (always:false). The skill does not request changes to other skills or global agent settings. Autonomous invocation is allowed by default, which is normal.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install aj-gog - 安装完成后,直接呼叫该 Skill 的名称或使用
/aj-gog触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of aj-gog: Google Workspace CLI skill.
- Provides CLI commands for Gmail, Calendar, Drive, Contacts, Sheets, and Docs via `gog`
- Easy setup instructions for OAuth credentials and Google account linking
- Includes example commands for searching, sending, and exporting across supported Google services
- Scripting and automation friendly with `--json` output and non-interactive options
- Sheet and Docs operations documented, including send, search, export, append, and update
- Offers environment variable support to set default Google account
元数据
常见问题
Aj Gog 是什么?
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 173 次。
如何安装 Aj Gog?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install aj-gog」即可一键安装,无需额外配置。
Aj Gog 是免费的吗?
是的,Aj Gog 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Aj Gog 支持哪些平台?
Aj Gog 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Aj Gog?
由 aceundefeated(@aceundefeated)开发并维护,当前版本 v1.0.0。
推荐 Skills