← Back to Skills Marketplace
zvirb

Google Drive Upload File

by zvirb · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
64
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install google-drive-upload-file
Description
Atomic node skill to upload a file to Google Drive using the gog CLI.
README (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.

Usage Guidance
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.}
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install google-drive-upload-file
  3. After installation, invoke the skill by name or use /google-drive-upload-file
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug google-drive-upload-file
Version 1.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is Google Drive Upload File?

Atomic node skill to upload a file to Google Drive using the gog CLI. It is an AI Agent Skill for Claude Code / OpenClaw, with 64 downloads so far.

How do I install Google Drive Upload File?

Run "/install google-drive-upload-file" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Google Drive Upload File free?

Yes, Google Drive Upload File is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Google Drive Upload File support?

Google Drive Upload File is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Google Drive Upload File?

It is built and maintained by zvirb (@zvirb); the current version is v1.0.1.

💬 Comments