Postman Collection Generator

🌐Community
by patricio0312rev · vlatest · Repository

Automatically creates Postman collections from API definitions (JSON/YAML), streamlining testing and documentation for developers.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add postman-collection-generator npx -- -y @trustedskills/postman-collection-generator
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "postman-collection-generator": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/postman-collection-generator"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

postman-collection-generator

What it does

This skill enables AI agents to automatically generate Postman collections, streamlining the process of organizing API requests for testing and documentation. It transforms raw API interaction data into a structured format that developers can immediately use within the Postman ecosystem.

When to use it

  • You need to rapidly prototype an API workflow without manually setting up individual requests in Postman.
  • An AI agent is required to convert unstructured API logs or descriptions into a reusable collection file.
  • You want to automate the creation of test suites for new endpoints based on generated specifications.
  • Your team needs standardized collection structures to ensure consistency across different microservices.

Key capabilities

  • Generates valid Postman collection JSON files programmatically.
  • Structures API requests with appropriate methods, URLs, and headers.
  • Facilitates quick integration of new APIs into existing testing workflows.

Example prompts

  • "Create a Postman collection for the Stripe payment API including endpoints for creating charges and retrieving customer details."
  • "Generate a Postman collection based on this Swagger specification document to help our QA team start testing immediately."
  • "Automatically build a Postman collection from the provided list of REST endpoints and their required query parameters."

Tips & gotchas

Ensure the AI agent has access to accurate API documentation or valid endpoint details, as generated collections will fail if the underlying URLs or authentication methods are incorrect. This skill complements but does not replace manual configuration for complex environments requiring custom environment variables or advanced pre-request scripts.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
patricio0312rev
Installs
99

🌐 Community

Passed automated security scans.