openapi-gen

Official

Auto-generate Python OpenAPI clients.

Authormindhiveoy
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the generation and validation of Python clients from OpenAPI specs, helping teams deliver integrated, type-safe SDKs with fewer manual steps and fewer integration errors.

Core Features & Use Cases

  • Generate Type-Safe Clients: Produce Python client libraries directly from OpenAPI definitions with strong type hints.
  • Validation & Troubleshooting: Validate generated code and surface warnings to catch mismatches early.
  • Use Case: Create and integrate a ready-to-use client package for a new API in your project with minimal setup.

Quick Start

Activate your Python environment, then run: pyopenapi-gen openapi.yaml --project-root . --output-package my_api_client --force --verbose python -c "from my_api_client import *" 2>&1 | tee /tmp/validation.log mypy my_api_client

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: openapi-gen
Download link: https://github.com/mindhiveoy/pyopenapi_gen/archive/main.zip#openapi-gen

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.