/install skylv-rest-api-generator
OpenAPI Generator
Overview
Creates OpenAPI 3.0 specifications for REST APIs.
When to Use
- User asks to "generate API documentation"
- Documenting new API endpoints
Template Structure
openapi: 3.0.0 info: title: My API version: 1.0.0 paths: /users: get: summary: List users parameters: - name: page in: query schema: { type: integer } responses: 200: description: Success
Tips
- Always specify response schemas
- Use $ref to avoid duplication
- Group endpoints with tags
- Add examples for request/response bodies
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skylv-rest-api-generator - After installation, invoke the skill by name or use
/skylv-rest-api-generator - Provide required inputs per the skill's parameter spec and get structured output
What is Skylv Rest Api Generator?
Generates OpenAPI 3.0 specs from code. Creates API documentation for REST endpoints. Triggers: openapi spec, generate api doc, swagger. It is an AI Agent Skill for Claude Code / OpenClaw, with 52 downloads so far.
How do I install Skylv Rest Api Generator?
Run "/install skylv-rest-api-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skylv Rest Api Generator free?
Yes, Skylv Rest Api Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skylv Rest Api Generator support?
Skylv Rest Api Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skylv Rest Api Generator?
It is built and maintained by SKY-lv (@sky-lv); the current version is v1.0.0.