Install
openclaw skills install curl-to-code-converterConvert cURL commands into clean, runnable Python, JavaScript, Go, PHP, Ruby, or Rust code, preserving headers, auth, bodies, and file uploads.
openclaw skills install curl-to-code-converterConvert 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"