Find Largest Files in Drive
SkillFiles & storageLets your agent find large Google Drive files that are eating up your storage space.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Find Largest Files in Drive skill
About this capability
Identify large Google Drive files consuming storage quota.
What this skill tells your AI
The instructions your AI receives, as published by googleworkspace/cli in skills/recipe-find-large-files/SKILL.md and read by ahel’s review.
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
Signals
- GitHub stars
- 31k
- Forks
- 2k
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
recipe-find-large-files- Source
- github.com/googleworkspace/cli