Recipe find large files
Identify large Google Drive files consuming storage quota.From its SKILL.md
npx -y skills add googleworkspace/cli --skill recipe-find-large-filesAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.7 KB, 106 tokens by cl100k_base, as published. Nobody here has run it
Find Largest Files in Drive
PREREQUISITE: Load the following skills to execute this recipe:
gws-drive
Identify large Google Drive files consuming storage quota.
Steps
- List files sorted by size:
gws drive files list --params '{"orderBy": "quotaBytesUsed desc", "pageSize": 20, "fields": "files(id,name,size,mimeType,owners)"}' --format table - Review the output and identify files to archive or move
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.