From google-workspace-cli
Identifies large Google Drive files consuming storage quota by listing top 20 sorted by quotaBytesUsed using gws CLI commands. Review output to delete or move files and free up space.
How this skill is triggered — by the user, by Claude, or both
Slash command
/google-workspace-cli: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.
[!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"}'npx claudepluginhub pleaseai/claude-code-plugins --plugin google-workspaceLists top 20 largest Google Drive files by quota usage using gws CLI for identifying storage hogs to archive or delete.
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).
Automates Google Drive file operations (search, upload, download, move, rename, trash) with standalone OAuth authentication. No MCP server required.