Curl Tool

Data & APIs

Transfer data using HTTP, HTTPS, FTP protocols. Test APIs and download files.

Install

openclaw skills install curl-tool

Curl Tool - Data Transfer

Transfer data with HTTP/HTTPS/FTP. Supports custom headers and auth.

Quick Start

curl-tool https://api.example.com/data

Features

  • GET and POST requests
  • Custom headers
  • Auth support
  • File downloads
  • Follow redirects

Examples

curl-tool https://api.example.com/users
curl-tool -X POST -d '{"name":"test"}' https://api.example.com
curl-tool -o out.txt https://example.com/file

See Also

  • Related documentation: man curl (if available)