๐ŸŽ Get the FREE AI Skills Starter Guide โ€” Subscribe โ†’
BytesAgainBytesAgain
๐Ÿฆ€ ClawHub

Download File

by @moony320

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

Versionv1.0.1
โšก When to Use
TriggerAction
**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! ๐ŸŽฏ

View on ClawHub
TERMINAL
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 โ†’