mirror of
https://github.com/Postman-Devrel/postman-claude-code-plugin.git
synced 2026-04-16 10:29:58 +00:00
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>
This commit is contained in:
24
.claude-plugin/plugin.json
Normal file
24
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user