Skip to main content
Back to the directory
googleworkspace/cliSoftware EngineeringFrontend and Design

recipe-find-large-files

Identify large Google Drive files consuming storage quota.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
11

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/googleworkspace/cli --skill recipe-find-large-files
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, recipe-find-large-files has 11 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: googleworkspace/cli. Canonical URL: https://skills.sh/googleworkspace/cli/recipe-find-large-files.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Identify large Google Drive files consuming storage quota. PREREQUISITE: Load the following skills to execute this recipe: gws-drive 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 - 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

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does recipe-find-large-files do?

Identify large Google Drive files consuming storage quota.

Is recipe-find-large-files good?

recipe-find-large-files does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support recipe-find-large-files?

recipe-find-large-files currently lists compatibility with Skills CLI.

Is recipe-find-large-files safe to install?

recipe-find-large-files has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to recipe-find-large-files?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install recipe-find-large-files?

Run the following command to install recipe-find-large-files: npx skills add https://github.com/googleworkspace/cli --skill recipe-find-large-files

Related skills

More from googleworkspace/cli

Related skills

Alternatives in Software Engineering