From openapi-explorer
Token-efficient CLI for exploring OpenAPI specs with batch query support. Use when the user wants to explore, understand, or query an OpenAPI/Swagger API specification.
How this skill is triggered — by the user, by Claude, or both
Slash command
/openapi-explorer:openapi-explorerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
CLI tool for exploring OpenAPI specifications.
CLI tool for exploring OpenAPI specifications.
There are only 4 commands: info, paths, components, tags.
${CLAUDE_PLUGIN_ROOT}/bin/openapi-explorer paths — list paths with methods (auto-depth)${CLAUDE_PLUGIN_ROOT}/bin/openapi-explorer paths --filter users — filter paths by substring or tag name${CLAUDE_PLUGIN_ROOT}/bin/openapi-explorer paths /users — list sub-paths and methods${CLAUDE_PLUGIN_ROOT}/bin/openapi-explorer paths /users get — operation detail ($ref kept for body schemas)${CLAUDE_PLUGIN_ROOT}/bin/openapi-explorer paths /users get post — multiple methods at once${CLAUDE_PLUGIN_ROOT}/bin/openapi-explorer paths /users get --resolve — operation detail (all $ref inlined)For components:
${CLAUDE_PLUGIN_ROOT}/bin/openapi-explorer components — list component types${CLAUDE_PLUGIN_ROOT}/bin/openapi-explorer components schemas — list schema names${CLAUDE_PLUGIN_ROOT}/bin/openapi-explorer components schemas User — full schema detail (always resolved)${CLAUDE_PLUGIN_ROOT}/bin/openapi-explorer components schemas User Order — multiple schemas at onceFor tags:
${CLAUDE_PLUGIN_ROOT}/bin/openapi-explorer tags — list tags with descriptionsOnly these 4 commands exist:
info — spec metadata (title, version, description, servers)paths [path] [methods] — explore paths (path + methods gives operations detail)components [type] [names] — explore componentstags — list API tags with descriptions--spec <file-or-url> — OpenAPI spec (or use .openapi-explorer config)--depth N — path listing depth (default: auto, stays under 50 lines)--filter <text> — filter paths by substring or tag name (case-insensitive)--resolve — fully resolve all $ref inline (paths command only)Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub ismael/cli-openapi-schema-explorer --plugin openapi-explorer