Api Docs

🌐Community
by leechael · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add leechael-api-docs npx -- -y @trustedskills/leechael-api-docs
2

Or manually add to ~/.claude/settings.json

~/.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 /users endpoint."
  • "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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
leechael
Installs
2

🌐 Community

Passed automated security scans.