git:20260710.2925510 to git:20260710.62afd0f

24 added, 13 removed. Audit B to B.

---
- title: "API Client Generator Skill"
- description: "API Client Generator Skill is built around Swagger/OpenAPI tooling. The underlying ecosystem is represented by swagger-api/swagger-ui (28,702+ GitHub stars). It gives an agent a more technical and reliable way to work with the tool than a thin one-line wrapper, using stable interfaces like spec validation, schemas, client generation, Swagger UI, examples, refs and preserving the […]"
+ name: "API Client Generator Skill"
+ slug: "api-client-generator-skill"
+ description: ""
+ github_stars: 26317
verification: "security_reviewed"
source: "https://github.com/OpenAPITools/openapi-generator"
author: "OpenAPITools"
- category:
- - "Developer Tools"
- framework:
- - "Custom Agents"
+ category: "Developer Tools"
+ framework: "Custom Agents"
tool_ecosystem:
github_repo: "openapitools/openapi-generator"
github_stars: 26317
npm_package: "@openapitools/openapi-generator-cli"
npm_weekly_downloads: 5686761
---
# API Client Generator Skill
- API Client Generator Skill is built around Swagger/OpenAPI tooling. The underlying ecosystem is represented by swagger-api/swagger-ui (28,702+ GitHub stars). It gives an agent a more technical and reliable way to work with the tool than a thin one-line wrapper, using stable interfaces like spec validation, schemas, client generation, Swagger UI, examples, refs and preserving the […]
+
## Prerequisites
Java
## Installation
- Choose whichever fits your setup:
+ Use the upstream install or setup path that matches your environment:
+ - [Run Docker in Vagrant](#run-docker-in-vagrant)
+ - To install, run brew install openapi-generator
+ - To reinstall with the latest master, run brew uninstall openapi-generator && brew install --HEAD openapi-generator
+ - brew tap AdoptOpenJDK/openjdk
- 1. Copy this skill folder into your local skills directory.
- 2. Clone the repo and symlink or copy the skill into your agent workspace.
- 3. Add the repo as a git submodule if you manage shared skills centrally.
- 4. Install it through your internal provisioning or packaging workflow.
- 5. Download the folder directly from GitHub and place it in your skills collection.
+ Requirements and caveats from upstream:
+ - [1.6 - Docker](#16---docker)
+ - [Public Pre-built Docker images](#public-pre-built-docker-images)
+ - [OpenAPI Generator CLI Docker Image](#openapi-generator-cli-docker-image)
+
+ Basic usage or getting-started notes:
+ - | **API clients** | **ActionScript**, **Ada**, **Apex**, **Bash**, **C**, **C#** (.net 2.0, 3.5 or later, .NET Standard 1.3 - 2.1, .NET Core 3.1, .NET 5.0. Libraries: RestSharp, GenericHost, HttpClient), **C++** (Ardu...
+ - | **Server stubs** | **Ada**, **C#** (ASP.NET Core, Azure Functions), **C++** (Httplib, Oat++, Pistache, Restbed, Qt5 QHTTPEngine), **Erlang**, **F#** (Giraffe), **Go** (net/http, Gin, Echo), **Haskell** (Servant, Yes...
+ - [2 - Getting Started](#2---getting-started)
+
+ - Source: https://github.com/OpenAPITools/openapi-generator
+ - Extracted from upstream docs: https://raw.githubusercontent.com/OpenAPITools/openapi-generator/HEAD/README.md
## Documentation
- https://openapi-generator.tech/docs/installation
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/api-client-generator-skill/)