Claude Skill
EvilFreelancer/openapi-to-cli
OpenAPI-to-CLI automatically turns any OpenAPI or Swagger API into a command-line interface with one command per endpoint. Built with TypeScript for reliable API testing and automation.
Overview
Repository
Install this Skill
git clone https://github.com/EvilFreelancer/openapi-to-cli.gitRegistry
Summary
OpenAPI-to-CLI is a TypeScript tool that automatically generates a command-line interface from any OpenAPI or Swagger specification, creating one CLI command per API endpoint for streamlined API interaction.
将任意OpenAPI/Swagger API转换为带有命令集的CLI工具。每个端点对应一个CLI命令。
Key features
- Auto-generates CLI commands from OpenAPI/Swagger specs
- One CLI command per API endpoint
- Built with TypeScript for reliability
- Supports REST API proxy functionality
- Integrates with OpenClaw skills ecosystem
Use cases
- Quickly test REST APIs from the terminal
- Automate API workflows in scripts
- Create developer-friendly CLI tools for internal APIs
- Simplify API exploration and debugging