Postman Collection Generator

🌐Community
by monkey1sai · vlatest · Repository

Generates Postman collections from API definitions, streamlining testing and automation by quickly creating reusable requests.

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 monkey1sai-postman-collection-generator npx -- -y @trustedskills/monkey1sai-postman-collection-generator
2

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

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

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

About This Skill

What it does

This skill generates Postman collections based on your specifications. It allows you to define API endpoints, request methods (GET, POST, PUT, DELETE), headers, and body parameters, which the skill then formats into a valid Postman collection file. This streamlines API testing setup and documentation.

When to use it

  • You need to quickly create a Postman collection for a new API project.
  • You want to automate the creation of test cases from existing API specifications.
  • You're documenting an API and need a readily usable Postman collection for developers.
  • You’re prototyping an API and require a quick way to generate requests for testing.

Key capabilities

  • Generates Postman collections based on provided input.
  • Supports defining request methods (GET, POST, PUT, DELETE).
  • Allows specification of headers and body parameters.
  • Formats output into a valid Postman collection file.

Example prompts

  • "Create a Postman collection for an API with endpoints /users and /products."
  • "Generate a Postman request to GET /items with the header 'Content-Type: application/json'."
  • “Build a Postman collection that includes a POST request to /login with username and password fields in the body.”

Tips & gotchas

The quality of the generated collection depends heavily on the clarity and completeness of your input. Be as specific as possible when describing the API endpoints, methods, headers, and bodies you require.

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
monkey1sai
Installs
4

🌐 Community

Passed automated security scans.