🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Curl Tool

by @dinghaibin

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

Versionv1.0.0
Downloads451
TERMINAL
clawhub install curl-tool

πŸ“– About This Skill


name: curl-tool description: Transfer data using HTTP, HTTPS, FTP protocols. Test APIs and download files.

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)
  • πŸ’‘ 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