api-collection-parser

Parse Postman collections to extract endpoints, authentication methods, and schemas.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kmransom56/device-automation-platform --skill api-collection-parser
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: api-collection-parser
Source: https://github.com/kmransom56/device-automation-platform/tree/main/.claude/skills/api-collection-parser
Command: npx skills add https://github.com/kmransom56/device-automation-platform --skill api-collection-parser

SYSTEM DOCUMENTATION & REQUIREMENTS

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.