postman

Full API lifecycle management for Claude Code. Sync collections, generate client code, discover APIs, run tests, create mocks, publish docs, and audit security. Powered by the Postman MCP Server.

Content Preview
{
  "name": "postman",
  "description": "Full API lifecycle management for Claude Code. Sync collections, generate client code, discover APIs, run tests, create mocks, publish docs, and audit security. Powered by the Postman MCP Server.",
  "category": "development",
  "source": {
    "source": "url",
    "url": "https://github.com/Postman-Devrel/postman-claude-code-plugin.git",
    "sha": "0714280351c1a137e79aad465a66730511ffbd57"
  },
  "homepage": "https://learning.postman.com/docs/developer/
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/postman.md \
  https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/.claude-plugin/marketplace.json

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/anthropics/claude-plugins-official

Then reference at .claude-plugin/marketplace.json

Related Skills