Install
1
Install the plugin$
npx claudepluginhub cblecker/claude-plugins --plugin gwsWant just this skill?
Add to a custom plugin, then install with one command.
Description
Identify large Google Drive files consuming storage quota.
Tool Access
This skill uses the workspace's default tool permissions.
Skill Content
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
Stats
Stars0
Forks0
Last CommitMar 17, 2026
Actions