ClaudeSuperPower

postman-knowledge

Skill

Postman concepts and MCP tool guidance. Loaded when working with Postman MCP tools to make better decisions about tool selection and workarounds.

Install

git clone https://github.com/Postman-Devrel/postman-claude-code-plugin.git ~/.claude/skills/postman-knowledge

What is postman-knowledge?

Postman concepts and MCP tool guidance. Loaded when working with Postman MCP tools to make better decisions about tool selection and workarounds.

What this can do

Capabilities declared in this component's own frontmatter — not inferred.

Inherit all session tools

Declares no tool restrictions — inherits every session tool

~36 tokens of context used while enabled, before you invoke anything

Documentation

README · ~2 min read

Postman Knowledge

Reference for Postman concepts and MCP tool selection. Use this context when working with Postman MCP tools to make better decisions.

Core Concepts

  • Collection: A group of API requests organized in folders. The primary unit of work in Postman. Contains requests, examples, tests, and documentation.
  • Environment: Key-value pairs (variables) scoped to a context (dev, staging, prod). Used to swap base URLs, auth tokens, and config without changing requests.
  • Workspace: Container for collections, environments, and specs. Can be personal, team, or public.
  • Spec (Spec Hub): An OpenAPI or AsyncAPI definition stored in Postman. Can generate collections and stay synced.
  • Request: A single API call definition (method, URL, headers, body, tests).
  • Response: A saved example response for a request. Used by mock servers and documentation.
  • Folder: A grouping within a collection, typically by resource (e.g., "Users", "Orders").

Reviews

Log in to leave a review.

No reviews yet — be the first.

Explore related

Other things in this space — across every part of the ecosystem, not just skills.