Back to Registry View Author Profile
Official Verified
Api Doc Generator
Skill by honestqiao
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/honestqiao/api-doc-generatorOr
API Doc Generator
自动从代码生成 API 文档。
功能
- 分析代码中的函数/方法签名
- 自动提取参数和返回值类型
- 生成 OpenAPI/Swagger 格式文档
- 支持 Python、JavaScript、TypeScript、Go
触发词
- "生成API文档"
- "API文档"
- "生成接口文档"
- "openapi"
- "swagger"
示例
用户: 帮我把这个Python函数生成API文档
助手: (使用此skill生成OpenAPI文档)
输出格式
{
"openapi": "3.0.0",
"info": { "title": "API", "version": "1.0.0" },
"paths": {
"/users": {
"get": {
"summary": "获取用户列表",
"parameters": [...],
"responses": { "200": {...} }
}
}
}
}
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-honestqiao-api-doc-generator": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.
Related Skills
clawra-selfie
Generate AI images using MiniMax or fal.ai (Grok Imagine) and send to messaging channels via OpenClaw
honestqiao 2387
zhipu-image
Generate images using Zhipu AI's CogView model
honestqiao 2387
Regex Generator
Skill by honestqiao
honestqiao 2387
zhipu-embeddings
Use Zhipu (智谱) web embeddings API for embeddingsing the internet. Use when user asks for web embeddings, latest news, or needs current information.
honestqiao 2387
doubao-image
Use Zhipu (智谱) web search API for searching the internet. Use when user asks for web search, latest news, or needs current information.
honestqiao 2387