Files
postman-claude-code-plugin/.claude-plugin/plugin.json
Sterling Chin ac62a974e3 feat: Initial Postman plugin for Claude Code
- /postman slash command for API lifecycle management
- Collections, environments, monitors, mocks CRUD
- Clara integration for agent-readiness analysis
- Security auditing and code generation
- Knowledge base for agent-ready API patterns

Install with: /plugin install postman-skill

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 11:05:54 -08:00

25 lines
572 B
JSON

{
"name": "postman-skill",
"version": "1.0.0",
"description": "Postman API lifecycle management for Claude Code. Manage collections, environments, monitors, mocks, and analyze APIs for agent-readiness.",
"author": "Sterling Chin",
"repository": "https://github.com/sterlingchin/postman-slash-command",
"license": "MIT",
"keywords": [
"postman",
"api",
"collections",
"testing",
"mocks",
"monitors",
"agent-ready",
"clara"
],
"components": {
"commands": ["postman"]
},
"dependencies": {
"python": ">=3.7"
}
}