curl
Installation
SKILL.md
curl
Transfer data with URL syntax for HTTP, HTTPS, and related protocols.
Quick Start
- Verify
curlis available:curl --version - Establish the command surface:
curl --helporman curl - Start with a safe probe:
curl --head --fail --location https://example.com
Intent Router
Load only the reference file needed for the active request.
references/install-and-setup.md— Installing curl, checking versions, CA store, and proxy basicsreferences/cheatsheet.md— Common flags, GET and POST requests, headers, output capture, and status extractionreferences/advanced-usage.md— Multipart uploads, auth flows, retries, resume, proxies, APIs, and structured response outputreferences/troubleshooting.md— DNS, TLS, redirect, quoting, proxy, timeout, and HTTP failure recovery