Agent skill · ma08
gws-drive
Google Drive: List, search, inspect, download, and export files with alias-first `gws-account` flows for `work`, `personal`, and `columbia`.
What it needs
About 1k tokens when loaded.
What this skill does
drive (v3) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, alias selection, global flags, and security rules. If missing, run gws generate-skills to create it. Use this skill when the user wants read-only Google Drive access from a specific saved account on this machine. Prefer gws-account <alias> ... over bare gws .... Common Read Flows List recent files Search by title or MIME type Inspect one file's metadata Download or export content Use download for uploaded/binary files and export for native Google Docs, Sheets, or Slides files. Shared Drives For shared drives, set both supportsAllDrives and includeItemsFromAllDrives. Narrow to one shared drive with corpora=drive plus driveId: Discovering Commands Before calling an unfamiliar method, inspect it: Use gws-account <alias> schema drive.<resource>.<method> to inspect parameters, supported scopes, and response structure before building a command. Notes Prefer read-only methods such as files.list, files.get, files.download, files.export, and drives.list unless the user explicitly asks for write access. Add fields when you only need specific metadata so responses stay small and readable. Never dump file contents by default if the document is likely to contain sensitive personal, academic, or company material.
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills ma08/gws-drive--d7fb72