googleworkspace/recipe-find-large-files
Identify large Google Drive files consuming storage quota.
npx skills add https://github.com/googleworkspace/cli --skill recipe-find-large-files
> 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 tableTake googleworkspace/recipe-find-large-files from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.