ワンクリックで
api-docs-generator
Generate API documentation from code - produce OpenAPI/Swagger specs, Markdown API references, request/response examples, and interactive documentation from source code analysis
メニュー
Generate API documentation from code - produce OpenAPI/Swagger specs, Markdown API references, request/response examples, and interactive documentation from source code analysis
Generate and compare multiple implementation variants with benchmarking and scoring
Advanced browser automation for AI agents with snapshot-ref interaction pattern - navigate, snapshot interactive elements with refs, click/fill/select by refs, manage sessions, and extract structured data
Design RESTful APIs with best practices, conventions, and OpenAPI specs
Universal API gateway - connect to 100+ APIs with a unified interface, manage API keys, and chain API calls
API测试技能 - IPC处理器发现、测试生成、健康检查、回归测试
双阶段架构模式 - 先规划后编辑,分离推理与代码修改,提升多文件编辑准确率
| name | api-docs-generator |
| display-name | API Docs Generator |
| description | Generate API documentation from code - produce OpenAPI/Swagger specs, Markdown API references, request/response examples, and interactive documentation from source code analysis |
| version | 1.0.0 |
| category | development |
| user-invocable | true |
| tags | ["api","documentation","openapi","swagger","rest","endpoint","reference"] |
| capabilities | ["openapi-generation","endpoint-extraction","example-generation","markdown-docs"] |
| handler | ./handler.js |
| os | ["win32","darwin","linux"] |
| tools | ["api-docs-scan","api-docs-generate","api-docs-validate"] |
| instructions | Use this skill when the user needs to generate API documentation from source code, create OpenAPI specs, or produce endpoint references. Scans route files for Express, FastAPI, Spring Boot, etc. and generates structured documentation. |
| examples | [{"input":"generate API docs from src/routes/","action":"scan"},{"input":"create OpenAPI spec for the user service","action":"openapi"},{"input":"document this REST endpoint","action":"endpoint"}] |
| author | ChainlessChain |
| license | MIT |
Generate API documentation from source code.
/api-docs-generator scan <path>
/api-docs-generator openapi <path> [--title "My API"]
/api-docs-generator endpoint "<method> <path> <description>"
/api-docs-generator validate <spec-file>
Express.js, Fastify, Koa, FastAPI, Flask, Django REST, Spring Boot, NestJS
OpenAPI 3.0 YAML, Markdown reference, HTML (via Swagger UI)