openapi
✓OpenAPI Specification (OAS 3.x): document structure, paths, operations, schemas, parameters, security schemes, and validation.
Installation
SKILL.md
This skill provides guidance for working with OpenAPI Specification (OAS) documents.
An OpenAPI document MUST have either an OpenAPI Object or Schema Object at the root.
| Path | path | MUST be required: true | | Query | query | Standard query parameters | | Query string | querystring | Entire query string as single param | | Header | header | Case-insensitive names | | Cookie | cookie | Cookie values |
OpenAPI Specification (OAS 3.x): document structure, paths, operations, schemas, parameters, security schemes, and validation. Source: itechmeat/llm-code.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/itechmeat/llm-code --skill openapi- Source
- itechmeat/llm-code
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is openapi?
OpenAPI Specification (OAS 3.x): document structure, paths, operations, schemas, parameters, security schemes, and validation. Source: itechmeat/llm-code.
How do I install openapi?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/itechmeat/llm-code --skill openapi Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/itechmeat/llm-code
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01