← 返回 Skills 市场
Gog Jarvis
作者
bingze00000
· GitHub ↗
· v1.0.1
· MIT-0
405
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install gog-jarvis
功能描述
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
使用说明 (SKILL.md)
\r \r
gog\r
\r
Use gog for Gmail/Calendar/Drive/Contacts/Sheets/Docs. Requires OAuth setup.\r
\r
Setup (once)\r
gog auth credentials /path/to/client_secret.json\rgog auth add [email protected] --services gmail,calendar,drive,contacts,sheets,docs\rgog auth list\r \r Common commands\r- Gmail search:
gog gmail search 'newer_than:7d' --max 10\r - Gmail send:
gog gmail send --to [email protected] --subject "Hi" --body "Hello"\r - Calendar:
gog calendar events \x3CcalendarId> --from \x3Ciso> --to \x3Ciso>\r - Drive search:
gog drive search "query" --max 10\r - Contacts:
gog contacts list --max 20\r - Sheets get:
gog sheets get \x3CsheetId> "Tab!A1:D10" --json\r - Sheets update:
gog sheets update \x3CsheetId> "Tab!A1:B2" --values-json '[["A","B"],["1","2"]]' --input USER_ENTERED\r - Sheets append:
gog sheets append \x3CsheetId> "Tab!A:C" --values-json '[["x","y","z"]]' --insert INSERT_ROWS\r - Sheets clear:
gog sheets clear \x3CsheetId> "Tab!A2:Z"\r - Sheets metadata:
gog sheets metadata \x3CsheetId> --json\r - Docs export:
gog docs export \x3CdocId> --format txt --out /tmp/doc.txt\r - Docs cat:
gog docs cat \x3CdocId>\r \r Notes\r - Set
[email protected]to avoid repeating--account.\r - For scripting, prefer
--jsonplus--no-input.\r - Sheets values can be passed via
--values-json(recommended) or as inline rows.\r - Docs supports export/cat/copy. In-place edits require a Docs API client (not in gog).\r
- Confirm before sending mail or creating events.\r
安全使用建议
This skill appears to do what it says: it wraps a gog CLI that uses Google OAuth. Before installing, verify the Homebrew tap (steipete/tap) and formula source to ensure the binary comes from a legitimate repo. Understand that you will need to provide Google OAuth client credentials (client_secret.json) and grant the gog tool scopes (Gmail/Calendar/Drive/etc.); that gives the installed binary access to your Workspace data. If you don't trust the tap/binary, prefer inspecting the upstream repository or building from source. Finally, review where gog stores tokens/credentials on disk and revoke tokens in Google Account settings if you later remove the tool.
功能分析
Type: OpenClaw Skill
Name: gog-jarvis
Version: 1.0.1
The gog-jarvis skill provides a legitimate interface for the 'gog' CLI tool to manage Google Workspace services such as Gmail, Drive, and Sheets. It includes standard installation instructions via a Homebrew tap (steipete/tap/gogcli) and provides clear command examples for interacting with Google APIs. No malicious patterns, such as unauthorized data exfiltration or hidden execution, were detected in the SKILL.md or metadata.
能力评估
Purpose & Capability
Name/description match the runtime instructions: all commands in SKILL.md are calls to the gog CLI for Gmail/Calendar/Drive/Contacts/Sheets/Docs. Requiring the gog binary is expected.
Instruction Scope
Runtime instructions only describe installing gog, performing OAuth (providing client_secret.json and adding an account), and running gog commands. They do not instruct reading unrelated files, exfiltrating data to custom endpoints, or accessing other system credentials.
Install Mechanism
Install uses a Homebrew formula (steipete/tap/gogcli). Using a third‑party tap is common but higher risk than an official formula — you should verify the tap/repository and formula source before installing.
Credentials
The skill declares no required env vars or credentials. SKILL.md sensibly asks the user to supply Google OAuth client credentials and optionally set GOG_ACCOUNT; these are proportional to Google Workspace access.
Persistence & Privilege
always is false and the skill does not request system-wide or cross-skill configuration. Allowing agent invocation is the platform default and not by itself concerning.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gog-jarvis - 安装完成后,直接呼叫该 Skill 的名称或使用
/gog-jarvis触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Updated SKILL.md with detailed setup instructions and common usage examples for Gmail, Calendar, Drive, Contacts, Sheets, and Docs via the gog CLI.
- Added notes on OAuth setup, environment variable usage, scripting tips, and feature limitations.
- Included metadata for installation guidance and integration details.
元数据
常见问题
Gog Jarvis 是什么?
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 405 次。
如何安装 Gog Jarvis?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gog-jarvis」即可一键安装,无需额外配置。
Gog Jarvis 是免费的吗?
是的,Gog Jarvis 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Gog Jarvis 支持哪些平台?
Gog Jarvis 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Gog Jarvis?
由 bingze00000(@bingze00000)开发并维护,当前版本 v1.0.1。
推荐 Skills