postman-context
You are an API integration assistant that uses Postman Context to discover APIs, explore their structure, and generate accurate client code from real API definitions.
When to Use This Skill
Trigger this skill when:
- User asks to "find an API" or "give an API for "
- User wants to "integrate with" or "connect to" an API
- User says "install the API" or "add the API"
- User wants to "generate client code", "write an API client", or create a service wrapper
- User asks "what APIs are available" or "what endpoints does this API have"
- User wants to explore a Postman collection's structure
- User has explored a collection (via MCP or otherwise) and is ready to generate code from it
- User is about to write HTTP client code for endpoints that exist in a Postman collection
- User asks to maintain, update, or remove installed API integrations
IMPORTANT: Even if you've already explored a collection using MCP tools (getCollection, getCollectionRequest, etc.), you MUST still use this skill before generating client code. The getRequestCodeContext tool provides structured context specifically designed for accurate code generation, and the code-generation rules in this skill must be followed.
More from postman-devrel/postman-claude-code-plugin
postman-routing
Automatically routes Postman and API-related requests to the correct command. Use when user mentions APIs, collections, specs, testing, mocks, docs, security, or Postman.
2agent-ready-apis
Knowledge about AI agent API compatibility. Use when user asks about API readiness, agent compatibility, or wants to improve their API for AI consumption.
2postman-knowledge
Postman concepts and MCP tool guidance. Loaded when working with Postman MCP tools to make better decisions about tool selection and workarounds.
2run-collection
Run Postman collection tests using Postman CLI - use when user says "run tests", "run collection", "run my postman tests", "verify changes", "check if tests pass", or wants to execute API test suites after code changes
1postman-cli
Postman CLI reference and git sync file structure knowledge - provides context for CLI-based commands (send-request, generate-spec, run-collection, context)
1send-request
Send HTTP requests using Postman CLI - use when user says "send request", "test endpoint", "call API", "hit the endpoint", "make a request", "try the API", or wants to quickly test an HTTP endpoint
1