在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用api-doc
星标0
分支0
更新时间2026年1月26日 07:59
Generate OpenAPI documentation from Phoenix router
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Generate OpenAPI documentation from Phoenix router
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | api-doc |
| description | Generate OpenAPI documentation from Phoenix router |
Analyze the Levee API and generate comprehensive documentation.
lib/levee_web/router.ex - All endpoints and pipelineslib/levee_web/controllers/*.ex - Request/response handlinglib/levee_web/plugs/auth.ex - Authentication requirementslib/levee_web/channels/*.ex - WebSocket endpointsGenerate documentation covering:
For each endpoint, document:
doc:read, doc:write, summary:write)For each channel, document:
document:tenant_id:document_id)connect_document, submitOp, submitSignal)Document the JWT token structure:
documentId, scopes, tenantId, user, iat, exp, ver)Output as Markdown suitable for a README or docs site. Use tables for endpoint listings and code blocks for examples.