Identify large Google Drive files consuming storage quota.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add nota-america/forgecat-agent-profiles --skill recipe-find-large-files --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Recipe Find Large Files?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/nota-america-recipe-find-large-files)More formats (shields.io, HTML) on the badges page.
---
name: recipe-find-large-files
description: Identify large Google Drive files consuming storage quota.
metadata:
version: 0.22.5
openclaw:
category: recipe
domain: productivity
requires:
bins:
- gws
skills:
- gws-drive
---
# 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
1. List files sorted by size: `gws drive files list --params '{"orderBy": "quotaBytesUsed desc", "pageSize": 20, "fields": "files(id,name,size,mimeType,owners)"}' --format table`
2. Review the output and identify files to archive or move
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!