Claude Skill

API Client Generator Skill

Imported from agentskillexchange/skills/skills/api-client-generator-skill.

LLM Mart · 0 points · 0 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download agentskillexchange-skills-skills_api-client-generator-skill-07beb56.zip · 1 KB
Part of agentskillexchange/skills — 249 skills

Install

skills CLI npx skills add https://github.com/agentskillexchange/skills/tree/main/skills/api-client-generator-skill
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install agentskillexchange-skills@llmmart
Git git clone https://github.com/agentskillexchange/skills.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole agentskillexchange/skills collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

API Client Generator Skill

Prerequisites

Java

Installation

Use the upstream install or setup path that matches your environment:

  • 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

Requirements and caveats from upstream:

Basic usage or getting-started notes:

Documentation

Source

Files (skills)
  • SKILL.md 1.9 KB
    ---
    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"
    tool_ecosystem:
      github_repo: "openapitools/openapi-generator"
      github_stars: 26317
      npm_package: "@openapitools/openapi-generator-cli"
      npm_weekly_downloads: 5686761
    ---
    
    # API Client Generator Skill
    
    
    
    ## Prerequisites
    
    Java
    
    ## Installation
    
    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
    
    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/)
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related