File Downloader
Download files from specified URLs to local, supporting HTTP/HTTPS protocols.
⚠️ Important Note
Always use absolute paths for output! Skills directory should remain clean, only storing skill code.
Usage
Basic Download
# Download file (recommended)
skills_run(name="file-downloader", command="python scripts/download.py https://example.com/file.pdf -o /Users/xxx/Downloads/file.pdf")
# Download with progress display
skills_run(name="file-downloader", c
[Description truncada. Veja o README completo no GitHub.]