postman-convert

Installation
SKILL.md

Postman to Automated Tests Converter

I'll help you convert Postman collections into automated test suites, preserving environment variables, authentication, and test assertions.

Conversion Targets:

  • Jest + Supertest: Node.js/Express API tests
  • pytest + requests: Python API tests
  • Go testing + net/http: Go API tests
  • REST Assured: Java API tests

Token Optimization

This skill uses Postman-specific patterns to minimize token usage during conversion:

1. Collection Structure Caching (700 token savings)

Pattern: Cache parsed collection structure

  • Store collection analysis in .postman-conversion-cache (1 hour TTL)
  • Cache: requests, folders, auth config, environment vars
  • Read cached structure on subsequent runs (50 tokens vs 750 tokens fresh)
Related skills
Installs
9
GitHub Stars
1
First Seen
Feb 21, 2026