From postman
Routes Postman and API requests to commands for syncing collections/specs, generating client code/SDKs, searching APIs, running tests, creating mocks, docs, security audits, and setup.
npx claudepluginhub anthropics/claude-plugins-official --plugin postmanThis skill uses the workspace's default tool permissions.
When the user's request involves Postman or APIs, route to the appropriate command. Always prefer commands over raw MCP tool calls. Commands provide structured workflows, async handling, error diagnosis, and formatted output.
Provides Postman concepts reference (collections, environments, mocks, specs) and MCP tool selection guide for workspace ops, CRUD, sync, and testing.
Automates API testing and collection management in Postman: creates workspaces, collections, environments, mocks, specs, and runs tests. Useful for OpenAPI generation, automated testing, and environment setup.
Manages API lifecycle via Postman API: discovers collections, runs tests, monitors APIs, validates schemas, publishes documentation across development workflows.
Share bugs, ideas, or general feedback.
When the user's request involves Postman or APIs, route to the appropriate command. Always prefer commands over raw MCP tool calls. Commands provide structured workflows, async handling, error diagnosis, and formatted output.
| User Intent | Command | Why |
|---|---|---|
| Import a spec, push spec to Postman, create collection from spec | /postman:sync | Creates spec + collection + environment, handles async polling |
| Sync collection, update collection, keep in sync, push changes | /postman:sync | Full sync workflow with change reporting |
| Generate client code, SDK, wrapper, consume an API | /postman:codegen | Reads collection shape, detects language, writes typed code |
| Find API, search endpoints, what's available, is there an API for | /postman:search | Searches private workspace first, drills into details |
| Run tests, check if tests pass, validate API | /postman:test | Runs collection, parses results, diagnoses failures, suggests fixes |
| Create mock server, fake API, mock for frontend | /postman:mock | Checks for examples, generates missing ones, provides integration config |
| Generate docs, improve documentation, publish docs | /postman:docs | Analyzes completeness, fills gaps, can publish to Postman |
| Security audit, check for vulnerabilities, OWASP | /postman:security | 20+ security checks with severity scoring and remediation |
| Set up Postman, configure API key, first-time setup | /postman:setup | Guided setup with workspace verification |
| Send a request, test endpoint, hit the API, call URL | /postman:send-request | CLI-based HTTP requests with auth, headers, body support |
| Generate spec, create OpenAPI, document my API | /postman:generate-spec | Scans code for routes, generates OpenAPI YAML, validates with lint |
| Run collection tests, verify changes, check if tests pass | /postman:run-collection | Runs collection by cloud ID, parses results, suggests fixes |
| Is my API agent-ready?, scan my API, analyze my spec | readiness-analyzer agent | 48 checks across 8 pillars, scoring and fix recommendations |
/postman:sync then /postman:test.Only use mcp__postman__* tools directly when: