gws-admin-reports
Google Workspace Admin SDK: Audit logs and usage reports.
Google Drive: Upload a file with automatic metadata.
$ npx -y skills add googleworkspace/cli --skill gws-drive-upload --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/gws-drive-uploadContext preview
The summary Claude sees to decide when to auto-load this skill.
Google Drive: Upload a file with automatic metadata.
name: gws-drive-upload
description: "Google Drive: Upload a file with automatic metadata."
metadata:
version: 0.22.5
openclaw:
category: "productivity"
requires:
bins:
- gws
cliHelp: "gws drive +upload --help"> **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.
Google Workspace CLI — one command-line tool for Drive, Gmail, Calendar, Sheets, Docs, Chat, Admin, and more. Dynamically built from Google Discovery Service. Includes AI agent skills.
Repo: googleworkspace/cli
Google Workspace Admin SDK: Audit logs and usage reports.
Google Calendar: Show upcoming events across all calendars.