원클릭으로
gws-drive
Google Drive: List, search, upload, edit, delete, download files and folders in google drive.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Google Drive: List, search, upload, edit, delete, download files 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.
Access files and folders in Google Drive. Use this skill to list, search, upload, edit, delete, download files, documents and folders in Google Drive.
Google Sheets: Read and write spreadsheets.
| name | gws-drive |
| version | 1.3.0 |
| description | Google Drive: List, search, upload, edit, delete, download files and folders in google drive. |
| metadata | {"openclaw":{"category":"productivity","requires":{"bins":["gws"]},"cliHelp":"gws drive --help"}} |
Prereq:
../gws-shared/SKILL.md. Discover:gws drive --help|gws schema drive.<res>.<meth>
gws drive <resource> <method> [flags]
--params '{"fields":"files(id,name,mimeType,size,webViewLink)","pageSize":100}'. Never loop get. Prefer Folder IDs.'{"q":"\"ID\" in parents and trashed=false"}'. Escape inner quotes for names: name=\"MyFolder\".| Icon | Name (as link) | Type | Size |. NO IDs! Name must be a link (webViewLink or https://drive.google.com/file/d/ID/view). User-friendly types. Size in KB/MB ("—" for folders and Google Docs/Sheets). Folders first. Then files.Upload (Confirm first!): gws drive +upload <file> [--parent <ID>] [--name <NAME>]
Create Folder: gws drive files create --json '{"name":"Q2","mimeType":"application/vnd.google-apps.folder","parents":["ID"]}'
Move: gws drive files update --params '{"fileId":"ID","addParents":"NEW","removeParents":"OLD"}'
List Contents (2 steps if ID unknown):
gws drive files list --params '{"q":"name=\"Name\" and mimeType=\"application/vnd.google-apps.folder\" and trashed=false","fields":"files(id,name)"}'gws drive files list --params '{"q":"\"ID\" in parents and trashed=false","fields":"files(id,name,mimeType,size,webViewLink)","pageSize":100}'