openapi-generator
Installation
SKILL.md
OpenAPI Generator
OpenAPI Generator is a tool that allows you to automatically generate API client libraries, server stubs, documentation and configuration files from an OpenAPI specification. It's used by developers to speed up API integration and development workflows.
Official docs: https://openapi-generator.tech/docs/
OpenAPI Generator Overview
- Generation
- Configuration
- Server
Use action names and parameters as needed.
Working with OpenAPI Generator
This skill uses the Membrane CLI to interact with OpenAPI Generator. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.
Install the CLI
Related skills