Generates comprehensive API test suites from OpenAPI specs using Postman Collection SDK and Newman CLI. Creates parameterized test scenarios with environment-specific variables, auth flows, and assertion chains.
Scanned 6/2/2026
Install to Claude Code
npx -y skills add agentskillexchange/skills --skill rest-api-test-suite-generator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Rest Api Test Suite Generator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/agentskillexchange-rest-api-test-suite-generator)More formats (shields.io, HTML) on the badges page.
---
name: "REST API Test Suite Generator"
slug: "rest-api-test-suite-generator"
description: "Generates comprehensive API test suites from OpenAPI specs using Postman Collection SDK and Newman CLI. Creates parameterized test scenarios with environment-specific variables, auth flows, and assertion chains."
github_stars: 493
verification: "security_reviewed"
source: "https://github.com/postmanlabs/postman-collection"
author: "Postman"
category: "Library & API Reference"
framework: "Claude Agents"
tool_ecosystem:
github_repo: "postmanlabs/postman-collection"
github_stars: 493
npm_package: "postman-collection"
npm_weekly_downloads: 1520271
---
# REST API Test Suite Generator
Generates comprehensive API test suites from OpenAPI specs using Postman Collection SDK and Newman CLI. Creates parameterized test scenarios with environment-specific variables, auth flows, and assertion chains.
## Prerequisites
Node.js
## Installation
Use the upstream install or setup path that matches your environment:
- npm install postman-collection --save
Requirements and caveats from upstream:
- var fs = require('fs'), // needed to read JSON file from disk
- Collection = require('postman-collection').Collection,
Basic usage or getting-started notes:
- In this example snippet we will get started by loading a collection from a file and output the same in console.
- javascript
- myCollection;
- Source: https://github.com/postmanlabs/postman-collection
- Extracted from upstream docs: https://raw.githubusercontent.com/postmanlabs/postman-collection/HEAD/README.md
## Documentation
- https://www.postmanlabs.com/postman-collection/
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/rest-api-test-suite-generator/)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!