recipe-find-large-files

List Google Drive files sorted by quotaBytesUsed to identify large files.

4|2|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/73ai/openbotkit --skill recipe-find-large-files-73ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-find-large-files
Source: https://github.com/73ai/openbotkit/tree/main/skills/recipe-find-large-files
Command: npx skills add https://github.com/73ai/openbotkit --skill recipe-find-large-files-73ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify large Google Drive files consuming storage quota. This skill helps you quickly locate space hogs to reclaim storage without manual rummaging.

Core Features & Use Cases

  • Identify large files by size to prioritize cleanup.
  • List files with details (id, name, size, mimeType, owners) to inform archiving or deletion decisions.
  • Use Case: When your Drive quota is tight, surface the top space-wasting files and decide which to move or delete.

Quick Start

Run the Drive file list command to sort by quotaBytesUsed and review the top space-consuming files.

Frequently Asked Questions about recipe-find-large-files

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find large files in Google Drive to free up storage quota?

To find large files in Google Drive and free up storage quota, you can use a deterministic listing command that sorts files by quotaBytesUsed. This surfaces the top space-consuming files, allowing you to quickly identify and review items to archive or delete across projects.

What details are listed when auditing Google Drive storage for large files?

When auditing Google Drive storage for large files, the list includes file id, name, size, mimeType, and owners. Providing these specific details helps inform archiving or deletion decisions by identifying exactly what the space-consuming files are and who owns them.

Can I prioritize Google Drive cleanup across multiple projects when quota is tight?

You can prioritize Google Drive cleanup across multiple projects when quota is tight by listing and sorting files by quotaBytesUsed. This approach identifies the largest space hogs first, enabling you to decide which project files to move or delete to reclaim space.

What is the best way to reclaim Google Drive space without manual rummaging?

The best way to reclaim Google Drive space without manual rummaging is to run a Drive file list command sorted by quotaBytesUsed. This deterministic method automatically prioritizes large files, eliminating manual searching and accelerating the storage cleanup process.

Does this Google Drive large file finder work without additional dependencies?

Yes, this Google Drive large file finder works without additional dependencies. It implements a standalone deterministic listing command to sort by quotaBytesUsed, requiring no extra components to identify space-consuming files for your storage cleanup workflow.