From aws-skills-for-claude-code
Automates API testing and collection management in Postman: creates workspaces, collections, environments, mocks, specs, and runs tests. Useful for OpenAPI generation, automated testing, and environment setup.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aws-skills-for-claude-code:postmanThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Workspace: createWorkspace, getWorkspace, getWorkspaces
.postman.json{
"mcpServers": {
"postman": {
"url": "https://mcp.postman.com/minimal",
"headers": {
"Authorization": "Bearer $POSTMAN_API_KEY"
}
}
}
}
Change URL to https://mcp.postman.com/full for 112 tools.
npx claudepluginhub whchoi98/aws-skills-for-claude-code --plugin aws-skills-for-claude-codeGuides Postman MCP tool selection and usage, covering collections, environments, specs, mocks, and sync operations.
Builds Postman collections for OWASP API Security Top 10 testing with automated scripts, multiple user roles, and Newman CI/CD integration.
Builds Postman collections for OWASP API Security Top 10 testing with automated scripts, multiple user roles, and Newman CI/CD integration.