بنقرة واحدة
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}'