openapi2cli

Installation
SKILL.md

OpenAPI to CLI

Generate command-line tools from OpenAPI/Swagger specs. Perfect for AI agents that need to interact with APIs without writing curl commands.

Quick Start

# generate a CLI from any OpenAPI spec
uvx openapi2cli generate https://api.example.com/openapi.json --output my-api

# use the generated CLI
python my-api.py users list
python my-api.py users get --id 123
python my-api.py posts create --title "Hello" --body "World"

Features

Installs
2
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Feb 19, 2026
openapi2cli — openclaw/skills