Gws Drive Upload

v1.0.12

Google Drive: Upload a file with automatic metadata.

0· 548·17 current·17 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 googleworkspace-bot/gws-drive-upload.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Gws Drive Upload" (googleworkspace-bot/gws-drive-upload) from ClawHub.
Skill page: https://clawhub.ai/googleworkspace-bot/gws-drive-upload
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required binaries: gws
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

Bare skill slug

openclaw skills install gws-drive-upload

ClawHub CLI

Package manager switcher

npx clawhub@latest install gws-drive-upload
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description (upload to Google Drive) match the declared requirement: the gws CLI binary is the only required tool and is a reasonable dependency for a Drive upload helper.
Instruction Scope
The SKILL.md instructs the agent to read ../gws-shared/SKILL.md for auth, global flags, and security rules (and to run `gws generate-skills` if missing). That means the agent may attempt to read files outside this skill and invoke the gws CLI to create or modify config — behavior related to auth is expected, but the referenced shared file is not included here, which increases uncertainty about exactly what will be read/changed at runtime.
Install Mechanism
Instruction-only skill (no install spec, no code files). This is low risk in terms of writing arbitrary code to disk; runtime risk comes from calling the external gws binary.
Credentials
No environment variables or credentials are declared by this skill. In practice the gws CLI likely uses local config/credentials (OAuth tokens, config files). That is proportionate to uploading to Drive, but you should confirm where gws stores credentials and that those credentials are limited to the expected Google account/project.
Persistence & Privilege
Skill is not always-enabled and does not request special platform persistence. It can be invoked by the agent normally; nothing here indicates it modifies other skills or system-wide settings beyond using gws.
Assessment
This skill appears to be a simple wrapper that runs the gws CLI to upload files to Google Drive — that is coherent. Before installing or invoking it: (1) verify you trust the gws binary on your PATH and know how it stores credentials (OAuth tokens/config files); (2) locate and review the referenced ../gws-shared/SKILL.md (or inspect what `gws generate-skills` would create) so you know what auth/global flags the agent will use; (3) be aware this runs a write operation to your Drive — confirm with the user and review file contents/target folder/parent ID before uploading; (4) if you need stronger guarantees, run the command manually first or inspect gws config files to ensure minimal privileges. The missing shared SKILL.md is the main uncertainty — if you can provide it, confidence in this assessment would increase.

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

Plugin bundle (nix)
Skill pack · CLI binary · Config
SKILL.mdCLIConfig
CLI help (from plugin)
gws drive +upload --help

Runtime requirements

Binsgws
latestvk973kswg9n8pnrr0xw5ncd63z583ymnz
548downloads
0stars
13versions
Updated 4w ago
v1.0.12
MIT-0

drive +upload

PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.

Upload a file with automatic metadata

Usage

gws drive +upload <file>

Flags

FlagRequiredDefaultDescription
<file>Path to file to upload
--parentParent folder ID
--nameTarget filename (defaults to source filename)

Examples

gws drive +upload ./report.pdf
gws drive +upload ./report.pdf --parent FOLDER_ID
gws drive +upload ./data.csv --name 'Sales Data.csv'

Tips

  • MIME type is detected automatically.
  • Filename is inferred from the local path unless --name is given.

[!CAUTION] This is a write command — confirm with the user before executing.

See Also

  • gws-shared — Global flags and auth
  • gws-drive — All manage files, folders, and shared drives commands

Comments

Loading comments...