The OpenAPI Parser skill enables Claude to programmatically ingest, validate, and analyze API specifications from both local files and remote URLs. By resolving complex references, handling circular dependencies, and mapping OpenAPI types to TypeScript, it provides a structured foundation for building clients, servers, or documentation directly within the Claude Code environment. Whether you are dealing with legacy Swagger 2.0 or modern OpenAPI 3.x, this skill automates the tedious task of manual spec interpretation, allowing for faster development and more accurate code generation based on existing API contracts.
主な機能
012 GitHub stars
02Supports both OpenAPI 3.x and Swagger 2.0 with automatic internal conversion
03Resolves complex $ref schemas and handles circular references gracefully
04Fetches specifications from remote URLs or reads local JSON/YAML files
05Provides automated TypeScript type mapping for all API schemas and properties
06Generates unique hashes for change detection and tracking endpoint updates