By ismael
Token-efficient CLI for AI agents to progressively explore OpenAPI specs
A CLI tool for progressive, token-efficient exploration of OpenAPI specifications. Designed for AI agent consumption.
Supports OpenAPI 3.x and Swagger 2.0 specs from local files or URLs.
Inside Claude Code, run:
# Add the marketplace (one-time)
/plugin marketplace add Ismael/cli-openapi-schema-explorer
# Install the plugin
/plugin install openapi-explorer@openapi-explorer
The install script automatically downloads the correct binary for your platform.
go install github.com/Ismael/cli-openapi-schema-explorer@latest
Download the binary for your platform from the releases page.
# Set up config (optional — or use --spec on every call)
echo "spec: api.yaml" > .openapi-explorer
# List API paths with methods (auto-depth)
openapi-explorer paths
# Filter paths by keyword or tag
openapi-explorer paths --filter clip
# List tags with descriptions
openapi-explorer tags
# Explore a specific path
openapi-explorer paths /users
# Get operation detail (body schemas as $ref)
openapi-explorer paths /users get
# Get operation detail with full resolution
openapi-explorer paths /users get --resolve
# Explore components
openapi-explorer components schemas User
See SKILL.md for the full agent usage guide.
Based on kadykov/mcp-openapi-schema-explorer — an MCP server that provides token-efficient access to OpenAPI specifications via MCP Resource Templates.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub ismael/cli-openapi-schema-explorer --plugin openapi-explorerOpenAPI CLI expert for @desplega.ai/oapi - register specs, execute requests, manage auth
Use this agent to update, synchronize, or validate the OpenAPI specification (openapi.yml) against the actual REST API implementation. This includes adding new endpoints, updating request/response schemas, fixing discrepancies between the spec and code, or ensuring complete API documentation coverage.
Generate comprehensive API documentation from OpenAPI/Swagger specs
API design, documentation, and testing with OpenAPI spec generation
Creates professional API documentation using OpenAPI specifications with endpoints, authentication, and interactive examples. Use when documenting REST APIs, creating SDK references, or building developer portals.
Permanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.