自动从代码生成 API 文档。
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill api-doc-generator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Api Doc Generator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-api-doc-generator)More formats (shields.io, HTML) on the badges page.
---
name: API Doc Generator
description: 自动从代码生成 API 文档。
---
# API Doc Generator
自动从代码生成 API 文档。
## 功能
- 分析代码中的函数/方法签名
- 自动提取参数和返回值类型
- 生成 OpenAPI/Swagger 格式文档
- 支持 Python、JavaScript、TypeScript、Go
## 触发词
- "生成API文档"
- "API文档"
- "生成接口文档"
- "openapi"
- "swagger"
## 示例
```
用户: 帮我把这个Python函数生成API文档
助手: (使用此skill生成OpenAPI文档)
```
## 输出格式
```json
{
"openapi": "3.0.0",
"info": { "title": "API", "version": "1.0.0" },
"paths": {
"/users": {
"get": {
"summary": "获取用户列表",
"parameters": [...],
"responses": { "200": {...} }
}
}
}
}
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!