Skill Detail

OpenAPI Spec Reference Indexer

Indexes and cross-references OpenAPI 3.x specifications using swagger-parser and Redocly CLI. Builds searchable endpoint catalogs with schema resolution, authentication flow mapping, and SDK generation metadata.

Library & API ReferenceMCP
Library & API Reference MCP Published
Tool match: swagger
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill openapi-spec-reference-indexer Copy
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Author
SmartBear
Last updated
Mar 20, 2026
Quick brief

The OpenAPI Spec Reference Indexer skill processes OpenAPI 3.0 and 3.1 specification files to create comprehensive, searchable API reference indexes. It uses swagger-parser for spec validation and $ref resolution, and Redocly CLI for linting against configurable rulesets.

How it works

What this skill actually does

The skill parses paths, operations, and components to build a structured catalog of all endpoints with their request/response schemas fully dereferenced. It maps authentication flows including OAuth2 authorization_code, client_credentials, and API key schemes to each endpoint based on security requirement objects.

Advanced features include automatic SDK generation metadata extraction compatible with openapi-generator-cli, webhook endpoint documentation, discriminator-based polymorphism resolution, and link object traversal for API workflow documentation. The skill also detects breaking changes between spec versions by comparing path parameters, required fields, and enum values using oasdiff.