openapi-swagger

Installation
SKILL.md

OpenAPI / Swagger

OpenAPI 3.x Spec Structure

# openapi.yaml
openapi: 3.1.0
info:
  title: My API
  version: 1.0.0
  description: API description

servers:
  - url: https://api.example.com/v1
  - url: http://localhost:3000
Installs
2
GitHub Stars
4
First Seen
Jun 15, 2026
openapi-swagger — heldinhow/awesome-opencode-dev-skills