postman-context
SkillDiscover, explore, install, and generate client code from APIs in Postman. Use when the user wants to find or integrate an API, explore a collection, or generate or maintain API client code — required before generating code from any Postman collection, even one already explored via MCP tools.
Install
git clone https://github.com/Postman-Devrel/postman-claude-code-plugin.git ~/.claude/skills/postman-contextWhat is postman-context?
Discover, explore, install, and generate client code from APIs in Postman. Use when the user wants to find or integrate an API, explore a collection, or generate or maintain API client code — required before generating code from any Postman collection, even one already explored via MCP tools.
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
~73 tokens of context used while enabled, before you invoke anything
Documentation
README · ~5 min readYou 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
Use this skill when the user wants to find, install, or integrate an API; generate client code or a service wrapper; explore a Postman collection's structure; or list, 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.
Do NOT use this skill when:
- User wants to send a live HTTP request (use
send-request) - User wants to run collection tests (use
run-collection) - User wants to generate an OpenAPI spec from their own code (use
generate-spec)
Reference Files
Detailed rules live in separate files inside this skill's directory. Read them with the Read tool only when you reach the step that needs them:
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.
Skillssimilar to this one
All skills →airflow-plugins
Builds Airflow 3.1+ plugins that embed FastAPI apps, custom UI pages, React components, middleware, macros, and operator links directly into the Airflow UI. Use when building anything custom inside Airflow 3.1+ that involves Python and a browser-facing interface - creating an Airflow plugin, adding
412 stars
commerce-app-webhooks
Add or modify webhook interceptors in an Adobe Commerce app. Use when the user wants to intercept Commerce operations to validate input, append data, or modify behavior — before or after execution. Requires a base app initialized with commerce-app-init.
151 stars
apollo-mcp-server
Guide for using Apollo MCP Server to connect AI agents with GraphQL APIs. Use this skill when: (1) setting up or configuring Apollo MCP Server, (2) defining MCP tools from GraphQL operations, (3) using introspection tools (introspect, search, validate, execute), (4) troubleshooting MCP server connec
100 stars