From gws
Lists top 20 largest Google Drive files by quota usage using gws CLI for identifying storage hogs to archive or delete.
npx claudepluginhub wadewarren/gws-claude-pluginThis skill uses the workspace's default tool permissions.
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-drive`
Lists top 20 largest Google Drive files by quota usage using gws CLI for identifying storage hogs to archive or delete.
Automates 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).
Share bugs, ideas, or general feedback.
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 table