api-collection-parser

Community

Parse Postman collections, understand any API.

Authorkmransom56
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the tedious and error-prone process of manually understanding and documenting complex APIs from Postman collections, accelerating integration and code generation.

Core Features & Use Cases

  • Comprehensive API Extraction: Ingest Postman collection files to extract structured information about endpoints, authentication methods, parameters, and request/response schemas.
  • REST & JSON-RPC Support: Automatically detect and parse both standard REST APIs and JSON-RPC 2.0 APIs (e.g., FortiManager).
  • Human-Readable Summaries: Generate clear, concise Markdown summaries of API structures, making it easy for developers to grasp API capabilities.
  • Use Case: Automatically parse a new vendor's Postman collection, generating a summary of all available endpoints, their HTTP methods, and required authentication, then use this information to kickstart API client generation.

Quick Start

Parse the attached 'meraki_dashboard_api.json' Postman collection and provide a summary of its endpoints and authentication methods.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: api-collection-parser
Download link: https://github.com/kmransom56/device-automation-platform/archive/main.zip#api-collection-parser

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository