api-schema-inferrer
Installation
SKILL.md
API Schema Inferrer
This skill automatically generates schemas from examples in OpenAPI Specification (OAS) files. It analyzes example and examples fields in requests and responses, then produces corresponding schema definitions.
When to Use This Skill
Use this skill when:
- Endpoints have
examplesorexamplefields but noschemadefined - You want to quickly bootstrap schemas from sample data
- Converting from formats that don't require explicit schemas
Prerequisites
pip install pyyaml