龙虾技能商店 中文 SEO 预渲染页
技能详情

Gog

steipete/gog

v1.0.0MIT-0Peter Steinberger

Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.

作者 Peter Steinberger 更新于 2026年3月12日 版本 v1.0.0
下载量 104,000
收藏 702
当前安装 2,100
累计安装 2,200

安装命令

brew install steipete/tap/gogcli

运行要求

Runtime requirements🎮 ClawdisBinsgog

安全扫描

Security ScanVirusTotalVirusTotalBenignView report →OpenClawOpenClawSuspiciousmedium confidenceThe skill's instructions look like a legitimate Google Workspace CLI, but the registry metadata and SKILL.md disagree about required binaries/install, and the skill asks you to supply OAuth credentials and run local commands — verify the source before installing or granting account access.Details ▾ℹPurpose & CapabilityThe SKILL.md describes a Google Workspace CLI (Gmail, Calendar, Drive, Contacts, Sheets, Docs) and its commands — that purpose aligns with the actions shown. However the registry metadata shown to the platform lists no required binaries or install spec, while the SKILL.md includes metadata that requires the 'gog' binary and even provides a Homebrew formula (steipete/tap/gogcli). This mismatch between declared requirements and the runtime instructions is an inconsistency worth verifying.✓Instruction ScopeThe instructions stay on-topic: they show how to perform OAuth setup with a client_secret.json, add an account and run Gmail/Calendar/Drive/Sheets/Docs commands. They require running a local CLI and providing OAuth credentials (sensitive by nature) but do not instruct the agent to read unrelated system files or exfiltrate data to unexpected endpoints.!Install MechanismThere is no install spec in the registry listing, yet SKILL.md metadata includes a Homebrew install entry (steipete/tap/gogcli). Installing a third‑party Homebrew tap is moderately risky if you don't trust its source; the registry's omission of the install step is an incoherence that makes it unclear whether the platform will automatically install the binary or expect it preinstalled.ℹCredentialsNo environment variables or primary credentials are declared in the registry, but the SKILL.md requires OAuth credentials (client_secret.json) and suggests setting GOG_ACCOUNT. Requesting OAuth client secrets and access to Google services is proportionate to a workspace CLI, but these are sensitive and the lack of declared credentials in the registry metadata is an omission to confirm.✓Persistence & PrivilegeThe skill does not request always:true and does not declare persistent system-wide changes. I…