← 返回 Skills 市场
zvirb

Google Drive Upload File

作者 zvirb · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
64
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install google-drive-upload-file
功能描述
Atomic node skill to upload a file to 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 upload fails.

Google Drive Upload File

This skill allows the agent to upload a local file to Google Drive using the native CLI.

Cognitive Directives

WHEN [A local file needs to be uploaded to Google Drive] THEN [Execute the native terminal command gog drive upload \x3ClocalPath>]

Schema Example

{
  "command": "gog drive upload /path/to/local/file.txt --json"
}

Expected Output

A JSON object confirming the uploaded file and its Drive ID.

安全使用建议
This skill is coherent and does what it says: it runs your local gog CLI to upload a specified file to Google Drive. Before installing or enabling it, verify that (1) you trust the agent and the environment because the skill can upload any local file the agent can read, (2) your gog CLI is configured and has Drive access (the skill will use those stored credentials), and (3) you limit the agent's permissions or test in a safe environment if you have sensitive files. If you want tighter controls, require the agent to explicitly name allowed paths or add checks that prevent uploading sensitive directories.}
功能分析
Type: OpenClaw Skill Name: google-drive-upload-file Version: 1.0.1 The skill is a straightforward implementation for uploading files to Google Drive using the 'gog' CLI. The SKILL.md file provides clear instructions and examples that align with the stated purpose, and there are no indicators of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name, description, required binary (gog), and runtime instruction (gog drive upload <localPath>) are aligned. There are no unrelated binaries, packages, or environment variables requested.
Instruction Scope
The SKILL.md gives a single, focused instruction to run the gog CLI to upload a specified local path. It does not attempt to read unrelated files or environment variables, but it also does not constrain which local paths may be uploaded or describe authentication — so an agent using this skill could upload any file it has filesystem access to.
Install Mechanism
There is no install spec (instruction-only), so nothing is written to disk by the skill itself. This is low-risk and consistent with the skill's simplicity.
Credentials
No environment variables are declared or requested, which is coherent. However, the skill implicitly depends on the user's gog CLI being configured (OAuth tokens/credentials stored on the host). That means the skill will use whatever Drive access the local gog configuration grants — a potential exfiltration vector if the agent is allowed to pick arbitrary local files.
Persistence & Privilege
The skill is not always: true and does not request persistent or elevated platform privileges. It is user-invocable and can be invoked autonomously by the agent (platform default), which is expected behavior for a CLI wrapper skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install google-drive-upload-file
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /google-drive-upload-file 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Updated implementation to use the gog CLI instead of the GoogleWorkspace plugin. - Changed requirements to depend on the gog binary. - Updated schema example and usage instructions for CLI-based uploads. - Documentation (SKILL.md) reflects these changes throughout.
v1.0.0
- Initial release of Google Drive Upload File skill. - Upload files to Google Drive using the GoogleWorkspace plugin. - Implements atomic design for focused, efficient execution of the upload task. - Includes error reporting if the upload fails.
元数据
Slug google-drive-upload-file
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Google Drive Upload File 是什么?

Atomic node skill to upload a file to Google Drive using the gog CLI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 64 次。

如何安装 Google Drive Upload File?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install google-drive-upload-file」即可一键安装,无需额外配置。

Google Drive Upload File 是免费的吗?

是的,Google Drive Upload File 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Google Drive Upload File 支持哪些平台?

Google Drive Upload File 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Google Drive Upload File?

由 zvirb(@zvirb)开发并维护,当前版本 v1.0.1。

💬 留言讨论