with one click
Generate OpenAPI specs from Express routes. Use when documenting APIs.
npx skills add https://github.com/sundial-org/awesome-openclaw-skills --skill swagger-genCopy and paste this command into Claude Code to install the skill
Generate OpenAPI specs from Express routes. Use when documenting APIs.
npx skills add https://github.com/sundial-org/awesome-openclaw-skills --skill swagger-genCopy and paste this command into Claude Code to install the skill
Scan HTML and JSX for accessibility issues with AI-powered fix suggestions
Multi-channel ABM automation that turns LinkedIn URLs into coordinated outbound campaigns. Scrapes profiles, enriches with Apollo (email + phone), gets mailing addresses via Skip Trace, then orchestrates email sequences, LinkedIn touches, and handwritten letters via Scribeless. The secret weapon for standing out in crowded inboxes.
Headless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands.
| name | swagger-gen |
| description | Generate OpenAPI specs from Express routes. Use when documenting APIs. |
Your API has no documentation. This reads your Express routes and generates a complete OpenAPI 3.0 spec.
One command. Zero config. Just works.
npx ai-swagger ./src/routes/
# Generate from routes
npx ai-swagger ./src/routes/
# Single file
npx ai-swagger ./src/routes/users.ts -o docs/api.yaml
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:
No install needed. Just run with npx. Node.js 18+ recommended. Needs OPENAI_API_KEY environment variable.
npx ai-swagger --help
Parses your Express route definitions to extract endpoints, methods, and handler code. Then generates OpenAPI spec with proper types and descriptions.
MIT. Free forever. Use it however you want.