curl - HTTP client for file transfers and web requests
Performs HTTP operations including file downloads, POST requests, authentication, and FTP transfers
Tags
Updated: 2026-02-14Capabilities
Typical Inputs
Typical Outputs
What this skill does
- download files from URLs
- send POST requests
- upload files via FTP
- add custom HTTP headers
- authenticate with credentials
- use proxy servers
- follow redirects
Inputs
- URL endpoints
- HTTP request data
- authentication credentials
- proxy server address
- local file paths
Outputs
- downloaded files
- HTTP response content
- status codes
- response headers
- upload confirmation
Requirements
- network connectivity
- curl command-line tool
- appropriate file permissions
