← 返回 Skills 市场
Tmp
作者
Jambo-Jet-Love
· GitHub ↗
· v1.0.1
1208
总下载
0
收藏
4
当前安装
2
版本数
在 OpenClaw 中安装
/install tmp
功能描述
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
安全使用建议
This package largely looks like the open-source gogcli CLI (Homebrew formula + source files) — installing that CLI via the referenced Homebrew tap is consistent with the skill's top-level purpose. However, the bundled gmail documentation also describes using a Maton-managed gateway and asks you to set MATON_API_KEY and call maton.ai endpoints. That is not declared in the skill's top-level requirements and would route Google API calls (and effectively your access tokens) through a third party. Before installing or providing any API key:
- Decide whether you want a local OAuth flow (gog auth credentials + gog auth add) or to use a managed gateway. If you want local-only, ignore MATON_API_KEY and follow the gog auth instructions.
- Do NOT set MATON_API_KEY or paste secrets unless you trust maton.ai. Verify the Maton service, its privacy/security policies, and whether you intended to delegate API traffic to that provider.
- Confirm the Homebrew tap origin: brew tap steipete/tap is cited; verify the tap points to the expected GitHub repo (steipete/gogcli) and the formula's URL/sha256 before installing.
- The package metadata/slug (Tmp) and included _meta.json differ from the registry metadata; this mismatch is a red flag — confirm the publisher identity and that you pulled the package from a trusted source.
- If you need stricter isolation, install and run the CLI in a disposable environment (VM/container) and inspect network traffic, or build from source after reviewing the repository on GitHub.
If you want, I can: list the specific lines in gmail/SKILL.md that reference MATON_API_KEY and maton.ai, or help craft a safe installation checklist (brew tap verification and building from source).
功能分析
Type: OpenClaw Skill
Name: tmp
Version: 1.0.1
The OpenClaw AgentSkills bundle for 'gog' is classified as suspicious due to its broad capabilities interacting with sensitive Google Workspace APIs (Gmail, Drive, Calendar, Contacts, Sheets, Docs, Classroom, Chat, Keep) and the inclusion of an email open tracking feature. While the tool demonstrates several positive security practices, such as input sanitization, path traversal checks (e.g., in `docs_import.go`), explicit confirmation for destructive actions (`confirm.go`), and safeguards against running tests on non-test accounts (`common.sh`), the email open tracking functionality (`gmail_send.go`, `tracking/tracking.go`) introduces a notable risk. This feature relies on a configurable `WorkerURL` for tracking pixels, which, if compromised or maliciously configured outside the tool's direct control, could be exploited for data exfiltration. There is no clear evidence of intentional malicious behavior within the provided code, but the combination of extensive API access, sensitive credential handling, and the external dependency of the tracking feature warrants a 'suspicious' classification.
能力评估
Purpose & Capability
The skill's description and top-level SKILL.md match a Google Workspace CLI (gog/gogcli) and the install spec (brew steipete/tap/gogcli) aligns with that purpose. However: the package root/manifest and registry metadata are inconsistent (skill name/slug 'Tmp' vs. repo content for 'gogcli'), and the bundle also includes a separate gmail/SKILL.md that documents use of a third-party Maton API gateway — a capability not reflected in the top-level requirements or primary description. The brew install and required 'gog' binary are proportionate to the stated CLI purpose.
Instruction Scope
The top-level SKILL.md instructs normal gog CLI usage and local OAuth credential setup. But the included gmail/SKILL.md instructs users to set MATON_API_KEY and to call https://gateway.maton.ai and https://ctrl.maton.ai (including code samples that read os.environ['MATON_API_KEY']). That pulls user credentials/API keys to a third-party gateway and directs network traffic away from googleapis.com to maton.ai. This instruction accesses an environment variable (MATON_API_KEY) which is not declared in the skill's declared requires.env and represents scope creep from a local OAuth CLI to a managed gateway flow.
Install Mechanism
The install entry is a Homebrew formula (steipete/tap/gogcli), which is a typical and low-risk install mechanism for a CLI. The code files are the full gogcli repository (many source files) rather than a hidden script or remote download. No high-risk arbitrary URL downloads or URL shorteners are used in the install spec.
Credentials
The top-level metadata declares no required env vars, which fits a user-invoked CLI that manages OAuth locally. But the included gmail subdocument requires MATON_API_KEY and shows code that will send that API key to maton.ai endpoints. Requesting an API key for a third-party gateway is not proportional to the stated local CLI purpose and is not declared in the skill's requires.env. This is an unexpected credential request and worth caution.
Persistence & Privilege
The skill does not request always:true and uses the normal user-invocable/autonomous-invocation defaults. The included CLI stores OAuth tokens in OS keyring/config — expected behavior for a CLI. The package does not declare changes to other skills or system-wide settings beyond normal keyring/config writes.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tmp - 安装完成后,直接呼叫该 Skill 的名称或使用
/tmp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Initial public release featuring a comprehensive Google Workspace CLI.
- Added CLI tool for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
- Included setup instructions and examples for common commands.
- Provided documentation, metadata, and installation support.
- Supports OAuth authentication and scripting with JSON output.
v1.0.0
Initial release of the gog Google Workspace CLI skill.
- Provides CLI access to Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
- Includes setup instructions for OAuth and account authentication.
- Lists common command examples for each supported Google service.
- Offers tips for scripting, account selection, and data input.
- Details installation via Homebrew.
元数据
常见问题
Tmp 是什么?
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1208 次。
如何安装 Tmp?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tmp」即可一键安装,无需额外配置。
Tmp 是免费的吗?
是的,Tmp 完全免费(开源免费),可自由下载、安装和使用。
Tmp 支持哪些平台?
Tmp 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tmp?
由 Jambo-Jet-Love(@jambo-jet-love)开发并维护,当前版本 v1.0.1。
推荐 Skills