This is a comprehensive wrapper around the Postman MCP Server that handles the full API lifecycle without you needing to remember 111+ individual tool names. It gives you structured workflows for the common stuff like syncing OpenAPI specs to collections, generating typed client code, running tests, and spinning up mock servers. The routing table is especially handy since it maps natural language intent straight to the right workflow. One thing to watch: the skill explicitly warns you about footguns like getWorkspaces returning 300KB of data in large orgs and getCollection's lightweight vs full modes. If you're already doing API work in Postman and want Claude to handle the repetitive parts, this beats calling raw MCP tools by hand.
npx skills add https://github.com/postman-devrel/agent-skills --skill postman