recipe-find-large-files
Identify large Google Drive files consuming storage quota.
Works with
Claude CodeCursorCodex CLIGitHub CopilotGemini CLI
---
name: recipe-find-large-files
description: Identify large Google Drive files consuming storage quota.
license: Apache-2.0
---
# 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 moveMore AI & ML skills
full-output-enforcement
leonxlnx/taste-skill
Overrides default LLM truncation behavior. Enforces complete code generation, bans placeholder patterns, and handles token-limit splits cleanly. Apply to any task requiring exhaustive, unabridged output.
266.3k
writing-shape
mattpocock/skills
Writing, exploit: shape raw material into an article, paragraph by paragraph.
264.6k
writing-fragments
mattpocock/skills
Writing, explore: mine raw fragments, no structure yet.
264.4k

