npx skills add https://github.com/openclaw/skills
thinkfleetai/thinkfleet-engine
swagger-gen
Generate OpenAPI specs from Express routes. Use when documenting APIs.
Installation
npx skills add thinkfleetai/thinkfleet-engine --skill swagger-gen
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Use for Azure AI: Search, Speech, OpenAI, Document Intelligence. Helps with search, vector/hybr…
568.2K installsUse this skill any time a .pptx or .potx file is involved in any way — as input, output, or bot…
216.8K installsUse this skill whenever the user wants to do anything with PDF files. This includes reading or …
192.4K installsUse this skill whenever the user wants to create, read, edit, or manipulate Word documents (.do…
184.5K installsUse this skill any time a spreadsheet file is the primary input or output. This means any task …
165K installsAlso in this package
Other skills from thinkfleetai/thinkfleet-engine · top by installs.
npx skills add thinkfleetai/thinkfleet-engine
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md1,708 B -
docs
SUMMARY.md89 B
History
- First seen on skills.sh
- First recorded snapshot · 2 installs
SKILL.md
Swagger Generator
Your API has no documentation. This reads your Express routes and generates a complete OpenAPI 3.0 spec.
One command. Zero config. Just works.
Quick Start
npx ai-swagger ./src/routes/
What It Does
- Reads your Express route files
- Generates OpenAPI 3.0 specification
- Documents request/response shapes
- Ready for Swagger UI
Usage Examples
# Generate from routes
npx ai-swagger ./src/routes/
# Single file
npx ai-swagger ./src/routes/users.ts -o docs/api.yaml
Best Practices
- Keep it updated - regenerate when routes change
- Add descriptions - explain what endpoints do
- Include examples - show sample requests
- Document errors - not just happy paths
When to Use This
- Creating API documentation
- Setting up Swagger UI
- Onboarding API consumers
- API-first design
Part of the LXGIC Dev Toolkit
This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups, no API keys on free tiers. Just tools that work.
Find more:
- GitHub: https://github.com/LXGIC-Studios
- Twitter: https://x.com/lxgicstudios
- Substack: https://lxgicstudios.substack.com
- Website: https://lxgic.dev
Requirements
No install needed. Just run with npx. Node.js 18+ recommended. Needs OPENAIAPIKEY environment variable.
npx ai-swagger --help
How It Works
Parses your Express route definitions to extract endpoints, methods, and handler code. Then generates OpenAPI spec with proper types and descriptions.
License
MIT. Free forever. Use it however you want.