Install
openclaw skills install api-curl-to-codeConvert cURL commands into clean, runnable Python, JavaScript, Go, PHP, Ruby, or Rust code with preserved headers, auth, and data handling.
openclaw skills install api-curl-to-codeConvert cURL commands to Python, JavaScript, Go, or Node.js code. Paste a cURL command, get clean, runnable code.
Convert this curl to Python: [paste curl]
Turn this curl into JavaScript fetch
Convert to Go http package
Make this curl into Node.js axios call
Parses any cURL command and converts it to equivalent code in:
curl -X POST https://api.example.com -H 'Authorization: Bearer token' -d '{"key":"value"}'"curl https://example.com/api with following redirects"