Download File
by @moony320
Download large files from HTTP/HTTPS URLs with resume support, progress monitoring, and timeout handling
โก When to Use
| Trigger | Action |
|---|
| **Typical scenarios:** |
| - Downloading software installers (DMG, EXE, ZIP) |
| - Downloading large datasets |
| - Downloading video/audio files |
| - Downloading documents/PDFs |
| - Any file download from URL |
| **Trigger keywords:** |
| - "download this file" |
| - "save this DMG" |
| - "download from this URL" |
| - "get this file" |
| - "ๅธฎๆไธ่ฝฝ xxx" (Chinese) |
| --- |
๐ Tips & Best Practices
If download fails, follow these steps:
1. Check network connectivity
curl -I
2. Check disk space
df -h ~/Downloads
3. View detailed error
curl -v -o /dev/null
4. Try alternative tool
wget --continue
Remember: Always use background=true for large file downloads! ๐ฏ
clawhub install download-file
๐งช Use this skill with your agent
Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.
๐ Can't find the right skill?
Search 60,000+ AI agent skills โ free, no login needed.
Search Skills โ