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

curl-to-postman

by @liuliwanzi

Convert curl commands to Postman Collection v2.1 importable JSON

πŸ’‘ Examples

Input:

curl -X POST https://api.example.com/users \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer ***" \
  -d '{"name":"John","email":"john@example.com"}'

Output: Postman Collection v2.1 JSON ready to import.

πŸ“‹ Tips & Best Practices

  • If no Content-Type is set but a body is present, defaults to application/json
  • URL query parameters are automatically parsed into the query array
  • Output is pretty-printed and can be pasted directly into Postman's Import dialog
  • View on ClawHub
    TERMINAL
    clawhub install curl-to-postman

    πŸ§ͺ Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    πŸ” Can't find the right skill?

    Search 60,000+ AI agent skills β€” free, no login needed.

    Search Skills β†’