From gws
Lists top 20 largest Google Drive files by quota usage using gws CLI for identifying storage hogs to archive or delete.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gws:recipe-find-large-filesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-drive`
PREREQUISITE: Load the following skills to execute this recipe:
gws-drive
Identify large Google Drive files consuming storage quota.
gws drive files list --params '{"orderBy": "quotaBytesUsed desc", "pageSize": 20, "fields": "files(id,name,size,mimeType,owners)"}' --format tablenpx claudepluginhub wadewarren/gws-claude-pluginAutomates Google Drive file and folder operations via Python CLI scripts: search, list, upload, download, create, move, rename, trash. Standalone OAuth for Workspace accounts, no MCP server needed.
Automates Google Drive workflows: upload/download files (5MB limit or resumable), search/list files/folders/shared drives, manage organization, share with permissions via Rube MCP (Composio toolkit).
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.