Token-efficient CLI for AI agents to progressively explore OpenAPI specs
npx claudepluginhub ismael/cli-openapi-schema-explorerToken-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.
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
No description available.
Code intelligence powered by a knowledge graph — execution flows, blast radius, and semantic search