بنقرة واحدة
Use when the user asks to upload a local file to Google Drive.
npx skills add https://github.com/cdrguru/portable-agent-kit --skill gws-drive-uploadانسخ والصق هذا الأمر في Claude Code لتثبيت المهارة
Use when the user asks to upload a local file to Google Drive.
npx skills add https://github.com/cdrguru/portable-agent-kit --skill gws-drive-uploadانسخ والصق هذا الأمر في Claude Code لتثبيت المهارة
Use when starting an end-of-week or end-of-cycle session with remaining tokens/time to spend productively before reset, or when the user provides a prioritized task backlog to work through autonomously
Use when the user wants to see their upcoming schedule, today's agenda, or what meetings are coming up.
Use when the user asks to schedule a meeting, create a calendar event, or book time on a calendar.
Use when the user asks to check, create, update, or delete Google Calendar events, or manage calendar settings.
Use when the user asks to read, create, or edit a Google Doc, or needs to interact with document content in Google Docs.
Use when the user asks to add or append content to an existing Google Doc.
| name | gws-drive-upload |
| version | 1.0.0 |
| description | Use when the user asks to upload a local file to Google Drive. |
| metadata | {"openclaw":{"category":"productivity","requires":{"bins":["gws"]},"cliHelp":"gws drive +upload --help"}} |
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto 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.