mirror of
https://github.com/Postman-Devrel/postman-claude-code-plugin.git
synced 2026-04-16 10:29:58 +00:00
- /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>
25 lines
572 B
JSON
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"
|
|
}
|
|
}
|