Api Docs
Provides API guidance and assistance for writing, documentation, and content creation.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add leechael-api-docs npx -- -y @trustedskills/leechael-api-docs
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"leechael-api-docs": {
"command": "npx",
"args": [
"-y",
"@trustedskills/leechael-api-docs"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill generates API documentation from FastAPI applications. It automatically extracts information about endpoints, parameters, and responses to create comprehensive and user-friendly documentation. The resulting documentation can be presented in various formats like Swagger UI or ReDoc.
When to use it
- Documenting internal APIs: Quickly generate documentation for your team to understand and utilize internal services.
- Creating public API references: Provide clear and accessible documentation for external developers using your API.
- Automating documentation updates: Keep API documentation synchronized with code changes, reducing manual effort.
- Generating interactive API explorers: Allow users to explore and test your API endpoints directly from the generated documentation.
Key capabilities
- Generates OpenAPI specifications (Swagger)
- Supports ReDoc rendering
- Automated documentation updates based on FastAPI code
- Provides interactive API exploration features
Example prompts
- "Generate API documentation for my FastAPI application."
- "Create Swagger UI documentation for the
/usersendpoint." - "Render the API documentation using ReDoc format."
Tips & gotchas
- Requires a FastAPI application to be available. The skill will need access to inspect the code and generate documentation.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.