← 返回 Skills 市场
57
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install google-drive-delete-file
功能描述
Atomic node skill to delete a file in Google Drive using the gog CLI.
使用说明 (SKILL.md)
Lean Philosophy (Principles)
- Kaizen (改善): This skill is an atomic node, broken down into its simplest, smallest component to eliminate waste and ensure perfection.
- Standardized Work (Hyojun Sagyo): This node represents the most efficient, standardized path for this specific task before automation.
- Jidoka (自働化): This node includes autonomous defect detection. It relies on the CLI's self-healing loop and will report errors if the deletion fails.
Google Drive Delete File
This skill allows the agent to move a file to trash in Google Drive using the native CLI.
Cognitive Directives
WHEN [A file needs to be removed or moved to trash in Google Drive]
THEN [Execute the native terminal command gog drive delete \x3CfileId>]
Schema Example
{
"command": "gog drive delete file_id_123"
}
Expected Output
Confirmation that the file was moved to the trash.
安全使用建议
This skill simply instructs the agent to run 'gog drive delete <fileId>' using the gog CLI. Before installing, ensure: (1) you trust the gog binary on the system and that it’s installed and authenticated to the correct Google account; the skill does not supply or request credentials itself, it uses whatever account gog is already signed into; (2) you understand the consequences of deleting Drive files (it moves to trash and may be permanently deleted depending on gog/Drive behavior and retention settings); and (3) if you allow autonomous agent invocation, consider whether you want an agent to be able to delete files without explicit user confirmation. If you need stricter controls, restrict this skill from autonomous use or require confirmation prompts in agent policies.
功能分析
Type: OpenClaw Skill
Name: google-drive-delete-file
Version: 1.0.1
The skill is a straightforward implementation for deleting Google Drive files using the 'gog' CLI. The instructions in SKILL.md and the command structure in the cognitive directives are consistent with the stated purpose, showing no signs of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name and description match the declared requirement of the gog binary and the SKILL.md instructs exactly to run 'gog drive delete <fileId>'; the requested binary is appropriate for the stated task.
Instruction Scope
SKILL.md only instructs running a single gog command to delete/move a file to trash. It does not instruct reading unrelated files, environment variables, or exfiltrating data.
Install Mechanism
No install spec is present (instruction-only), so nothing is downloaded or written to disk by the skill itself — lowest-risk installation footprint.
Credentials
The skill declares no env vars or credentials. That is consistent but implicit: it relies on an already-installed, already-authenticated gog CLI. The SKILL.md does not mention the need for the gog CLI to be configured with Google account credentials or where those credentials live, which is a usability/security note rather than a mismatch.
Persistence & Privilege
always is false and the skill does not request persistent modification of agent/system configs. Note: model invocation is allowed (default), so an agent could call this skill autonomously if permitted by agent policies.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install google-drive-delete-file - 安装完成后,直接呼叫该 Skill 的名称或使用
/google-drive-delete-file触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Switched from using the GoogleWorkspace plugin to the native gog CLI for file deletion.
- Updated requirements to depend on the gog binary instead of a plugin.
- Adjusted usage instructions and schema to reflect command-line operation.
- Clarified that files are moved to trash, not permanently deleted, via CLI.
- Updated expected output and cognitive directives accordingly.
v1.0.0
- Initial release of "Google Drive Delete File" skill.
- Allows deletion of a specific file from Google Drive via the GoogleWorkspace plugin.
- Requires users to provide a file ID for deletion.
- Returns a JSON confirmation upon successful deletion.
- Incorporates lean principles for efficiency, standardization, and error reporting.
元数据
常见问题
Google Drive Delete File 是什么?
Atomic node skill to delete a file in Google Drive using the gog CLI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 57 次。
如何安装 Google Drive Delete File?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install google-drive-delete-file」即可一键安装,无需额外配置。
Google Drive Delete File 是免费的吗?
是的,Google Drive Delete File 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Google Drive Delete File 支持哪些平台?
Google Drive Delete File 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Google Drive Delete File?
由 zvirb(@zvirb)开发并维护,当前版本 v1.0.1。
推荐 Skills