okf-openapi
Installation
SKILL.md
OpenAPI OKF Connector
This skill provides a Go-based CLI tool to document an OpenAPI/Swagger specification as
an Open Knowledge Format (OKF) bundle: one API Endpoint concept per operation and one
Schema concept per component schema, with endpoints linked to the schemas they
reference. It needs only the spec file — no live server, no credentials.
When to Use
Use this skill when you need to:
- Catalog an HTTP API from its OpenAPI 3.x or Swagger 2.0 contract (JSON or YAML).
- Turn endpoints and schemas into a connected, browsable graph (the endpoint→schema
referencesedges render as typed edges inokf-viz). - Round-trip enriched descriptions back to a
.okf-metadata.yamlsidecar.