file-downloader

Installation
SKILL.md

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", command="python scripts/download.py https://example.com/file.pdf -o /Users/xxx/Downloads/file.pdf -v")
Installs
3
GitHub Stars
7
First Seen
Mar 4, 2026
file-downloader — nemori-ai/agent_skills