download

Download files from URLs to local storage using curl.

1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/kkbig509/weclaw --skill download
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: download
Source: https://github.com/kkbig509/weclaw/tree/main/src/weclaw/skills/download
Command: npx skills add https://github.com/kkbig509/weclaw --skill download

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows you to download files from web URLs directly to your local storage, automating file retrieval.

Core Features & Use Cases

  • Direct File Downloads: Fetch files from any accessible URL.
  • Flexible Output: Save files with their original names or to a specified path.
  • Resumable Downloads: Continue interrupted downloads.
  • Use Case: Download a large software installer from a given URL to your downloads folder, or save an important report to a specific project directory.

Quick Start

Use the download skill to download the file from https://example.com/file.zip to the current directory.

Frequently Asked Questions about download

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I download a file from a URL directly to local storage?

To download a file from a URL, this Skill uses the curl command-line utility to fetch files from accessible web addresses and save them directly to your local storage.

Can I resume an interrupted file transfer with curl?

Yes, you can resume an interrupted file transfer. The Skill supports resumable curl downloads, allowing you to continue fetching files seamlessly from where they previously stopped.

Do I need curl installed to use this file transfer Skill?

Yes, you need the curl binary installed to use this file transfer Skill. The utility must be available in your system's PATH to execute the download commands successfully.

How do I include custom headers for authentication when downloading files?

You can include custom headers for authentication when downloading files. The Skill passes your specified authentication headers through the curl command to securely fetch protected URLs.

What is the best way to download a large software installer from a given URL?

The best way to download a large software installer is using this Skill. It leverages curl for direct file downloads and supports configurable timeouts to manage large file transfers efficiently.

Can I save downloaded files to a specific project directory?

Yes, you can save downloaded files to a specific project directory. The Skill offers flexible output options, allowing you to save files with original names or to a fully specified local path.