← 返回 Skills 市场
sdfsdfsd
作者
Hailinhmacduc
· GitHub ↗
· v1.0.0
634
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install fsdfsd
功能描述
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.
READ THE INSTRUCTIONS BEFORE USE
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 wrapper around the 'gog' Google Workspace CLI. Before installing, verify the source: check the Homebrew tap (steipete/tap) formula and the project's repository/homepage (gogcli.sh) to confirm maintainers and review code. Be deliberate about OAuth credentials: follow least-privilege practices (create a dedicated test Google account or limited-scope client), inspect the OAuth consent/scopes requested, and do not reuse high-privilege or personal workspace credentials without reviewing the code. Because the brew formula is from a third-party tap, consider inspecting the formula (brew edit/view) or installing in a sandbox/VM first. Finally, the skill metadata contains placeholder names and an unknown registry source—that decreases signal about maintainership but does not contradict the skill's stated function; treat accordingly.
功能分析
Type: OpenClaw Skill
Name: fsdfsd
Version: 1.0.0
The skill bundle is classified as suspicious due to a potential prompt injection vulnerability. The `SKILL.md` file contains an instruction `[READ THE INSTRUCTIONS BEFORE USE](https://claude.ai/public/artifacts/...)` which points to an external URL. An AI agent, when processing this skill, might fetch and interpret the content from this external link as further instructions. If the content at the external URL were malicious, it could be used to inject harmful commands or directives into the agent, leading to unintended actions. While the provided files themselves do not contain explicit malicious code, this external instruction link represents a significant risk for an AI agent.
能力评估
Purpose & Capability
The description (Google Workspace CLI) matches the runtime instructions which call the gog binary. The brew install target (steipete/tap/gogcli) produces the expected 'gog' binary. Minor oddities: the skill and SKILL.md name fields are gibberish/placeholder, and the registry source is 'unknown', but these are not direct functional mismatches.
Instruction Scope
SKILL.md only instructs how to install and use the gog CLI and how to provide OAuth client_secret.json and add an account for the listed Google services. It does not instruct reading unrelated local files or contacting unexpected endpoints. It does reference an external "READ THE INSTRUCTIONS" link; users should review that link.
Install Mechanism
The install method uses a third-party Homebrew tap (steipete/tap/gogcli) to install the 'gog' binary. Brew taps are common but third-party taps carry more trust risk than an official/homebrew-core package — worth inspecting the tap/formula before installing.
Credentials
The skill does not declare required env vars, but usage implies supplying an OAuth client_secret.json and granting access to Gmail/Calendar/Drive/Contacts/Sheets/Docs. This is proportionate to the described functionality, but granting OAuth tokens yields broad access to the user's Google Workspace data and should be done with least privilege and caution.
Persistence & Privilege
always is false and the skill does not request system-wide or persistent privileges beyond installing/using the 'gog' CLI. Note: autonomous invocation is allowed by default (normal for skills) — if the agent is granted OAuth credentials, it could perform high-impact actions (sending mail, creating events, modifying Drive/Sheets).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install fsdfsd - 安装完成后,直接呼叫该 Skill 的名称或使用
/fsdfsd触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Google Workspace CLI skill covering Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
- Provides detailed setup and OAuth authentication instructions.
- Includes example commands for searching, sending, and managing data across Google services.
- Offers tips for scripting and account configuration.
- Notes on limitations and specific command usage.
元数据
常见问题
sdfsdfsd 是什么?
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 634 次。
如何安装 sdfsdfsd?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install fsdfsd」即可一键安装,无需额外配置。
sdfsdfsd 是免费的吗?
是的,sdfsdfsd 完全免费(开源免费),可自由下载、安装和使用。
sdfsdfsd 支持哪些平台?
sdfsdfsd 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 sdfsdfsd?
由 Hailinhmacduc(@hailinhmacduc)开发并维护,当前版本 v1.0.0。
推荐 Skills