Help us improve
Share bugs, ideas, or general feedback.
Download remote OpenAPI/Swagger JSON specification from a URL to local file using aptx-ft CLI. TRIGGER when user mentions: (1) fetch/pull/download swagger or openapi from URL, (2) save API spec to openapi.json locally, (3) get API documentation from server, or (4) prepare local input for code generation. DO NOT TRIGGER when: generating code/types from local file, reading existing openapi.json, downloading non-OpenAPI files, or authentication is required.
npx claudepluginhub haibaraaiaptx/frontend-openapi-skills --plugin frontend-openapi-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/frontend-openapi-skills:download-openapiThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Download OpenAPI 3.x JSON specification from a remote URL.
Generates OpenAPI 3.0+ specs from existing API code, enhances with schemas/examples/errors, creates interactive docs/SDKs, and validates compliance.
Generates and maintains OpenAPI 3.1 specifications from code, design-first specs, and validation patterns for RESTful APIs. Use for API documentation, SDK generation, and contract compliance.
Generates or updates OpenAPI 3.0 specifications by analyzing codebase routes. Supports Express, Flask, Django, FastAPI, Go, Spring, Rails.
Share bugs, ideas, or general feedback.
Download OpenAPI 3.x JSON specification from a remote URL.
pnpm add -D @aptx/frontend-tk-cli
pnpm exec aptx-ft input download --url <url> --output <file>
Alternative (without pnpm):
npx aptx-ft input download --url <url> --output <file>
pnpm exec aptx-ft input download --url https://api.example.com/swagger.json --output ./openapi.json
./openapi.json)./openapi.json)This skill only handles OpenAPI JSON format downloads:
For these cases, download manually and use other tools.