Postman Claude Skill — Development skill for Claude Code
License: MIT.
How to install Postman Claude Skill
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open SterlingChin/postman-claude-skill and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Postman Claude Skill does
License: MIT.
Alternatives in Development
- License — Check that every Python source file carries the required SPDX Apache-2.0 license header 1.1k ★
- Mulmoterminal — Run multiple Claude Code and Codex sessions in parallel — a browser terminal grid that shows which agent needs 187 ★
- Product Requirements Document — Agent-skill-manager — Product: agent-skill-manager (asm) Version: 1.10.0 (current) → 3.0 (vision) Author: luongnv89 Date: 2026-03-19 185 ★
README
Postman Agent Skill
[](https://opensource.org/licenses/MIT) [](https://www.python.org/downloads/)
What is This?
This is an **Agent Skill** - a structured way to give Claude new capabilities through organized instructions and executable code. Agent Skills use progressive disclosure: Claude loads only what it needs when it needs it, keeping context usage efficient.
What's Included in This POC
Core Components
- SKILL.md: Entry point with metadata, overview, and capability descriptions
- config.py: Environment variable management and validation
- postman_client.py: API client with retry logic and error handling
- retry_handler.py: Exponential backoff for rate limits and errors
- formatters.py: Human-readable output formatting
- list_collections.py: Executable script to discover workspace resources
Workflows
- list_collections.md: Step-by-step guide for discovering workspace resources
- manage_specs.md: 🆕 Create and manage API specifications in Spec Hub (OpenAPI 3.0, AsyncAPI 2.0)
- validate_schema.md: Validate API schemas against OpenAPI/Swagger standards
- version_comparison.md: Compare API versions and identify changes
- manage_collections.md: Create, update, delete, and duplicate collections
- manage_environments.md: Create, update, delete, and duplicate environments
- check_auth.md: Review authentication configuration and security
- manage_mocks.md: Create and manage mock servers for prototyping
- run_collection.md: Execute collection tests with Newman and analyze results
- manage_monitors.md: Create, manage, and analyze monitors for continuous API monitoring
- view_documentation.md: Access and assess API documentation quality
Capabilities
✅ Discover Phase
- List collections, environments, monitors, and APIs
- Get detailed resource i
Related Skills
Eze Skills
License: MIT
Twenty MCP
License: MIT
Gskill
License: MIT
Agent Memory Skill
License: MIT
Make Work
<\!-- Copyright (c) 2026 Petar Djukic. All rights reserved. SPDX-License-Identifier: MIT -->
Claude Code Automation Patterns V2
現場で使えるClaude Code実践自動化テクニック 第2版 - サンプルコード・設定ファイル集(MIT License)