openapi이란?
OpenAPI 3.1 사양, 스키마 설계 및 코드 생성. REST API를 디자인하거나, TypeScript 클라이언트를 생성하거나, API 문서를 생성할 때 사용합니다. openapi, swagger, api-spec, 스키마, 코드 생성, api-docs, openapi-typescript, zod-openapi에 사용됩니다. 출처: oakoss/agent-skills.
OpenAPI 3.1 사양, 스키마 설계 및 코드 생성. REST API를 디자인하거나, TypeScript 클라이언트를 생성하거나, API 문서를 생성할 때 사용합니다. openapi, swagger, api-spec, 스키마, 코드 생성, api-docs, openapi-typescript, zod-openapi에 사용됩니다.
명령줄에서 openapi AI 스킬을 개발 환경에 빠르게 설치
출처: oakoss/agent-skills.
OpenAPI Specification (OAS) 3.1 is the industry standard for describing HTTP APIs. It defines a machine-readable contract covering endpoints, request/response schemas, authentication, and error formats. OpenAPI 3.1 is a strict superset of JSON Schema Draft 2020-12, enabling full JSON Schema compatibility for data validation and type generation.
When to use: Designing REST APIs, generating typed clients (TypeScript, Python, Go), producing interactive documentation, validating request/response payloads, contract-first API development, API gateway configuration.
When NOT to use: GraphQL APIs (use the GraphQL schema), gRPC services (use Protocol Buffers), WebSocket-only protocols, internal function calls that never cross a network boundary.
OpenAPI 3.1 사양, 스키마 설계 및 코드 생성. REST API를 디자인하거나, TypeScript 클라이언트를 생성하거나, API 문서를 생성할 때 사용합니다. openapi, swagger, api-spec, 스키마, 코드 생성, api-docs, openapi-typescript, zod-openapi에 사용됩니다. 출처: oakoss/agent-skills.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/oakoss/agent-skills --skill openapiOpenAPI 3.1 사양, 스키마 설계 및 코드 생성. REST API를 디자인하거나, TypeScript 클라이언트를 생성하거나, API 문서를 생성할 때 사용합니다. openapi, swagger, api-spec, 스키마, 코드 생성, api-docs, openapi-typescript, zod-openapi에 사용됩니다. 출처: oakoss/agent-skills.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/oakoss/agent-skills --skill openapi 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/oakoss/agent-skills