recipe-find-large-files

Identify large Google Drive files consuming storage quota. Lists files sorted by size in descending order to quickly spot storage hogs Returns file metadata including ID, name, size, MIME type, and owners for informed deletion or archival decisions Requires the gws-drive skill to be loaded before execution

INSTALLATION
npx skills add https://github.com/googleworkspace/cli --skill recipe-find-large-files
Run in your project or agent environment. Adjust flags if your CLI version differs.

SKILL.md

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
BrowserAct

Let your agent run on any real-world website

Bypass CAPTCHA & anti-bot for free. Start local, scale to cloud.

Explore BrowserAct Skills →

Stop writing automation&scrapers

Install the CLI. Run your first Skill in 30 seconds. Scale when you're ready.

Start free
free · no credit card