Download File

v1.0.1

Download large files from HTTP/HTTPS URLs with resume support, progress monitoring, and timeout handling

0· 213·0 current·0 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 match the instructions: the SKILL.md describes using curl (and optionally aria2) to download files, resume, show progress, and verify results. The only required binary is curl, which is appropriate and proportional.
Instruction Scope
Runtime instructions are narrowly focused on download-related actions (curl/aria2, polling sessions, ls/file/md5sum) and error handling. The guide does not instruct reading unrelated files, environment variables, or sending data to external endpoints other than the download URLs themselves.
Install Mechanism
No install spec or external downloads are defined; this is an instruction-only skill that expects curl to be available. That is the lowest-risk install profile.
Credentials
The skill requests no environment variables, credentials, or config paths. All required resources (curl, optional aria2) are reasonable and directly related to the stated functionality.
Persistence & Privilege
always is false and there are no elevated privilege requests. The skill assumes the agent can execute shell commands and poll background sessions (normal for an exec-capable agent). If you are concerned about autonomous downloads, consider limiting agent invocation scope or monitoring background processes.
Assessment
This skill appears to do exactly what it says — run curl (or aria2) to download files with resume and progress. Before installing: ensure you trust the agent and the URLs it will be asked to fetch (downloading arbitrary URLs can introduce malware), confirm curl/aria2 and any sandboxing/policy for exec are acceptable, and be aware large downloads consume disk and bandwidth. If you want tighter controls, ask for domain whitelisting, size limits, or require explicit user confirmation before each download.

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

latestvk971ax1af2ssca3cctkjj957t183gj83

License

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

Runtime requirements

📥 Clawdis
Binscurl

Comments