← Back to Skills Marketplace
Recipe Find Large Files
by
googleworkspace-bot
· GitHub ↗
· v1.0.12
· MIT-0
366
Downloads
0
Stars
9
Active Installs
13
Versions
Install in OpenClaw
/install recipe-find-large-files
Description
Identify large Google Drive files consuming storage quota.
Usage Guidance
This recipe is small and coherent: it runs the gws CLI to list the largest Drive files. Before installing or using it, ensure you have a trusted gws binary and the companion gws-drive skill (or other auth mechanism) properly configured — that other skill will handle Drive credentials. Review the gws-drive skill's requested permissions and storage of tokens, because this recipe itself doesn't declare credentials but relies on them. Also confirm you trust the source of the gws tool (it will have access to your Drive data when authenticated). If you don't want to grant Drive access, do not enable the companion gws-drive skill or run the command.
Capability Analysis
Type: OpenClaw Skill
Name: recipe-find-large-files
Version: 1.0.12
The skill is a straightforward recipe for identifying large files in Google Drive using the 'gws' CLI tool. The instructions in SKILL.md are transparent, align with the stated purpose, and do not contain any suspicious commands, data exfiltration logic, or prompt injection attempts.
Capability Assessment
Purpose & Capability
Name/description ask for finding large Drive files and the SKILL.md invokes the gws CLI and references gws-drive — these are the expected tools for Google Drive operations.
Instruction Scope
Instructions are narrowly scoped: run a single gws command to list files by quotaBytesUsed and review results. The recipe does not ask to read unrelated files, environment variables, or to transmit data to external endpoints.
Install Mechanism
No install spec and no code files (instruction-only). That minimizes on-disk code execution risk; the only runtime requirement is an existing gws binary and the gws-drive skill.
Credentials
The recipe declares no env vars itself, which is reasonable for an instruction-only recipe. However, practical use requires authentication to Google Drive — that responsibility is delegated to the referenced gws-drive skill or to the gws CLI environment. Verify gws-drive's credential requirements before granting access.
Persistence & Privilege
always is false, the skill is user-invocable and does not request persistent or elevated privileges or modify other skills. Autonomous invocation is allowed by default but is not excessive here given the scope.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install recipe-find-large-files - After installation, invoke the skill by name or use
/recipe-find-large-files - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.12
- Updated skill version metadata from 0.22.4 to 0.22.5 in SKILL.md.
v1.0.11
- Updated version number in metadata from 0.22.3 to 0.22.4 in SKILL.md.
v1.0.10
- Updated metadata version from 0.22.2 to 0.22.3 in SKILL.md.
v1.0.9
- Updated metadata version from 0.22.1 to 0.22.2 in SKILL.md.
v1.0.8
- Updated version number from 0.22.0 to 0.22.1 in metadata.
- No changes to content or functionality.
v1.0.7
- Bumped skill version to 0.22.0.
- No functional or documentation changes made.
v1.0.6
- Updated version in SKILL.md from 0.21.1 to 0.21.2.
v1.0.5
- Updated skill version to 0.21.1 in metadata.
v1.0.4
- Updated version in SKILL.md from 0.20.0 to 0.20.1
- No other changes to functionality or documentation
v1.0.3
- Updated version to 0.20.0 in metadata.
- No other changes made.
v1.0.2
- Updated metadata format and added a new version field.
- Removed the top-level version field from the skill definition.
v1.0.1
- Updated YAML list formatting in metadata for bins and skills for consistency.
- No changes to recipe steps or functionality.
v1.0.0
- Initial release of recipe-find-large-files.
- Helps identify large files in Google Drive that consume storage quota.
- Requires the gws-drive skill for execution.
- Provides a ready-to-use command to list the top 20 largest files by size.
Metadata
Frequently Asked Questions
What is Recipe Find Large Files?
Identify large Google Drive files consuming storage quota. It is an AI Agent Skill for Claude Code / OpenClaw, with 366 downloads so far.
How do I install Recipe Find Large Files?
Run "/install recipe-find-large-files" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Recipe Find Large Files free?
Yes, Recipe Find Large Files is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Recipe Find Large Files support?
Recipe Find Large Files is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Recipe Find Large Files?
It is built and maintained by googleworkspace-bot (@googleworkspace-bot); the current version is v1.0.12.
More Skills