From google-workspace-cli
Identify large Google Drive files consuming storage quota.
npx claudepluginhub pleaseai/claude-code-plugins --plugin google-workspaceThis 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.
Interact with Google Drive via Python CLI: search/list files/folders, download/upload, create/move/copy/rename/trash with OAuth auth.
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.
[!CAUTION] Deleting files is permanent if the trash is emptied. Confirm before deleting.
gws drive files list --params '{"orderBy": "quotaBytesUsed desc", "pageSize": 20, "fields": "files(id,name,size,mimeType,owners)"}' --format tablegws drive files delete --params '{"fileId": "FILE_ID"}'