SterlingChin

Postman Claude Skill — Development skill for Claude Code

Development community

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

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Python 3.7+](https://img.shields.io/badge/python-3.7+-blue.svg)](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