Install
openclaw skills install curl-toolTransfer data using HTTP, HTTPS, FTP protocols. Test APIs and download files.
openclaw skills install curl-toolTransfer data with HTTP/HTTPS/FTP. Supports custom headers and auth.
curl-tool https://api.example.com/data
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
man curl (if available)