Api Docs Skill — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Api Docs Skill (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Claude Code plugin to generate OpenAPI 3.1 specifications and documentation from your codebase.
Analyzes your API code and generates production-ready OpenAPI specs, Markdown documentation, and Postman collections.
claude --plugin-dir /path/to/api-docs-skill# Add marketplace
/plugin marketplace add iamvirul/api-docs-skill
# Install plugin
/plugin install api-docs@iamvirul-plugins# Auto-detect framework, generate all formats
/api-docs:api-docs
# Specify framework and output format
/api-docs:api-docs fastapi openapi
/api-docs:api-docs express markdown
/api-docs:api-docs nestjs postman| Language | Frameworks |
|---|---|
| JavaScript/TypeScript | Express, Fastify, NestJS, Hono |
| Python | FastAPI, Flask, Django REST Framework |
| Go | Gin, Echo, Chi, Fiber |
| Java/Kotlin | Spring Boot |
| Ruby | Rails API |
| Rust | Axum, Actix-web |
| Format | File | Description |
|---|---|---|
openapi | openapi.yaml | OpenAPI 3.1 specification |
markdown | API.md | Human-readable documentation |
postman | postman.json | Importable Postman collection |
html | api-docs.html | Redoc-ready HTML documentation |
all | All of the above | Default behavior |
api-docs-skill/
├── .claude-plugin/
│ ├── plugin.json # Plugin manifest
│ └── marketplace.json # Marketplace catalog
├── skills/
│ └── api-docs/
│ ├── SKILL.md # Main skill instructions
│ ├── reference.md # Framework-specific patterns
│ ├── examples/ # Example outputs
│ ├── scripts/ # Validation scripts
│ └── templates/ # Output templates
├── README.md
└── LICENSEGenerated documentation includes:
Virul Nirmala Wickramasinghe
MIT License - see LICENSE
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.