Use this skill when the user wants to run Postman API collections from the CLI for testing, CI/CD integration, or data-driven test automation.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-a146dfd5)More formats (shields.io, HTML) on the badges page.
---
name: newman
description: Use this skill when the user wants to run Postman API collections from the CLI for testing, CI/CD integration, or data-driven test automation.
---
# Newman Plugin
Newman runs Postman collections from the command line for API testing and automation.
## Usage Examples
- "run a Postman collection against the API"
- "run collection with environment file"
- "run data-driven tests from CSV"
- "generate HTML report from collection run"
## Installation
```bash
npm install -g newman
```
## Key Features
- Postman collection execution from CLI
- Environment variable file support
- Data-driven testing with CSV/JSON
- Multiple report formats (JSON, HTML, JUnit)
- CI/CD integration
- Custom request delays and timeouts
- Folder-level test selection
- Newman dashboard reporting
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!