googleworkspace/gws-drive-upload
Google Drive: Upload a file with automatic metadata.
This is a copy. The original lives at comeonoliver/gws-drive-upload.
npx skills add https://github.com/googleworkspace/cli --skill gws-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
gws drive +upload <file>
| Flag | Required | Default | Description |
|------|----------|---------|-------------|
| <file> | ✓ | — | Path to file to upload |
| --parent | — | — | Parent folder ID |
| --name | — | — | Target filename (defaults to source filename) |
gws drive +upload ./report.pdf
gws drive +upload ./report.pdf --parent FOLDER_ID
gws drive +upload ./data.csv --name 'Sales Data.csv'
> [!CAUTION]
> This is a write command — confirm with the user before executing.
Take googleworkspace/gws-drive-upload from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.