Google Drive Upload File

v1.0.1

Atomic node skill to upload a file to Google Drive using the gog CLI.

0· 0·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for zvirb/google-drive-upload-file.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Google Drive Upload File" (zvirb/google-drive-upload-file) from ClawHub.
Skill page: https://clawhub.ai/zvirb/google-drive-upload-file
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required binaries: gog
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install zvirb/google-drive-upload-file

ClawHub CLI

Package manager switcher

npx clawhub@latest install google-drive-upload-file
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.}

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

Binsgog
latestvk9779thbdzts833wmrf8m7ynn185n1e0
0downloads
0stars
2versions
Updated 57m ago
v1.0.1
MIT-0

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 <localPath>]

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.

Comments

Loading comments...