一键导入
gws-drive
Access files and folders in Google Drive. Use this skill to list, search, upload, edit, delete, download files, documents and folders in Google Drive.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Access files and folders in Google Drive. Use this skill to list, search, upload, edit, delete, download files, documents and folders in Google Drive.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Self-contained CatHerder method and standards for plans and tasks: planning vs execution, execution loop, prompt precedence, persistence; plus prompt/spec/implementation/review/follow-up files, frontmatter, statuses, timestamps, the open-questions gate, and validation. Use when planning, creating, reviewing, executing, or validating planNNN folders, or fixing plan/task format drift.
Captures Norwegian Stein Storken-style writing and Excel workbook conventions for use when users want concise decision-support communication, summary-first multi-sheet models, three alternatives, and workbook handoff language such as 'en enkel modell'.
Validate and verify plans and tasks in .instructions folder against CatHerder standards. Use when creating, reviewing, updating, verifying or validating plans and/or tasks.
Read and write Google Docs.
Google Sheets: Read and write spreadsheets.
Google Slides: Read and write presentations.
| name | gws-drive |
| version | 1.3.0 |
| description | Access files and folders in Google Drive. Use this skill to list, search, upload, edit, delete, download files, documents and folders in Google Drive. |
| metadata | {"openclaw":{"category":"productivity","requires":{"bins":["gws"]},"cliHelp":"gws drive --help"}} |
gws drive --help
--params and --json takes JSON string as arguments. Use " (backslash, quote) to escape quotes inside JSON values. To ensure accurate JSON parameter formatting in gws commands, always use double quotes (") for keys and string values, and escape inner quotes with a backslash ("). Example: --params '{"q":""FOLDER_ID" in parents","pageSize":10}'
When output is meant to be consumed by humans, format drive/folder listings as Markdown table
| Icon | Name (link) | Type | Size |.
No IDs. Link via webViewLink. Size in KB/MB ("—" for folders/Docs/Sheets). Folders first.
Icons for human formatting: 📁 folder · 📄 doc/pdf · 📊 sheet · 📘 excel · 📽️ slide · 📋 form · 🖼️ image · 🎬 video · 🎵 audio · 📎
When output is meant to be consumed by tools/agents, use --format json and include IDs and other metadata.
Upload: gws drive +upload [--parent ] [--name ]
Create Folder: gws drive files create --json '{"name":"FOLDER_NAME_TO_CREATE","mimeType":"application/vnd.google-apps.folder","parents":["PARENT_FOLDER_ID"]}'
Move: gws drive files update --params '{"fileId":"ID","addParents":"NEW_FOLDER","removeParents":"OLD_FOLDER"}'
List Contents (2 steps if ID unknown):