← 返回 Skills 市场
asdasdsad
作者
Hailinhmacduc
· GitHub ↗
· v1.0.0
617
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install asdasdas
功能描述
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.
INSTALLATION AND USE INSTRUCTIONS
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 says (a Google Workspace CLI helper) but take these precautions before installing:
- Verify the Homebrew tap/formula (steipete/tap/gogcli): inspect the tap/formula source or prefer an official/known release to avoid running unexpected code from a third‑party tap.
- Understand OAuth: the SKILL.md expects a client_secret.json and will request OAuth scopes that can read/send mail and modify Drive/Calendar/Sheets. Only use an account you trust and review which scopes are requested.
- Review where tokens/config are stored: the CLI will likely save OAuth tokens locally; confirm the storage location and remove tokens when no longer needed.
- Be cautious with mail/calendar operations: the CLI can send email or create events — require explicit confirmation and avoid granting it access to your primary account if you can test with a limited or throwaway account first.
- If you want stronger assurance, ask the publisher for a canonical source code repo or signed release and review it before installing.
Confidence in this assessment is medium because the skill is instruction-only and coherent overall, but the undeclared OAuth credential expectations and use of a third‑party brew tap are notable mismatches that merit manual review.
功能分析
Type: OpenClaw Skill
Name: asdasdas
Version: 1.0.0
The skill provides an interface for the `gogcli` tool, enabling interaction with Google Workspace services like Gmail, Calendar, and Drive. The `SKILL.md` file contains standard installation instructions via `brew` for `steipete/tap/gogcli` and examples for using `gogcli` commands. There is no evidence of malicious prompt injection, data exfiltration, backdoors, or other harmful intent within the provided files. The capabilities, while powerful (e.g., sending emails, accessing documents), align with the stated purpose of a Google Workspace CLI.
能力评估
Purpose & Capability
Name/description match the actual requirements and instructions: the skill requires the 'gog' CLI and the SKILL.md shows commands for Gmail, Calendar, Drive, Contacts, Sheets, and Docs. There are no unrelated binaries or unexplained capabilities requested.
Instruction Scope
SKILL.md limits runtime actions to using the 'gog' CLI and Google OAuth flows (gog auth credentials, gog auth add, various gog commands). It does not instruct reading unrelated system files or exfiltrating data. It does, however, expect you to supply an OAuth client_secret.json path and will perform actions that can access/send your Google data (e.g., sending email), so those scopes warrant review.
Install Mechanism
Install is via Homebrew formula steipete/tap/gogcli which creates the 'gog' binary. Using a third‑party tap is a moderate risk compared with an official formula or verified GitHub release — you should review the tap/formula source before installing.
Credentials
Registry metadata declares no required env vars, but the SKILL.md expects OAuth client credentials (client_secret.json) and mentions GOG_ACCOUNT. The skill will obtain OAuth tokens and access your Google account(s) (including sending mail). The credential/config handling is not declared explicitly in requires.env or required config paths — this mismatch should be clarified.
Persistence & Privilege
Skill is not marked always:true and does not request system-wide configuration changes. Installing the brew formula will place a binary on disk (normal for a CLI). The skill does not declare elevated or persistent platform privileges beyond standard CLI install.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install asdasdas - 安装完成后,直接呼叫该 Skill 的名称或使用
/asdasdas触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the asdasdas skill.
- Provides a CLI for Google Workspace: Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
- Includes setup instructions for OAuth and account configuration.
- Offers common command examples for each supported Google service.
- Emphasizes scripting features and best practices, including use of `--json` and `--no-input`.
- Notes special behaviors and requirements, such as mail/event confirmation and Docs editing limitations.
元数据
常见问题
asdasdsad 是什么?
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 617 次。
如何安装 asdasdsad?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install asdasdas」即可一键安装,无需额外配置。
asdasdsad 是免费的吗?
是的,asdasdsad 完全免费(开源免费),可自由下载、安装和使用。
asdasdsad 支持哪些平台?
asdasdsad 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 asdasdsad?
由 Hailinhmacduc(@hailinhmacduc)开发并维护,当前版本 v1.0.0。
推荐 Skills