Recipe Find Large Files

v1.0.12

Identify large Google Drive files consuming storage quota.

0· 284·9 current·9 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk971qhch7ysh34tdfthz97kf4x83y51k

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Binsgws

Comments