What problem does it solve?
This Skill solves the problem of building a composable command-line interface (CLI) for Codex, which can be used to interact with various services and APIs, streamline workflows, and automate tasks.
Core Features & Use Cases
- Composable CLI Creation: Build a CLI from API docs, OpenAPI specs, SDKs, curl examples, web apps, admin tools, or local scripts.
- Authentication and Configuration: Handles auth and config setup for the CLI, including environment variables, user config files, and explicit API key flags.
- Command Surface Design: Designs the command surface for the CLI, including help output, discovery commands, resolve commands, read commands, write commands, and raw escape hatches.
- Build Workflow: Provides a structured build workflow that includes reading the source, sketching the command list, scaffolding the CLI, implementing core commands, testing, and creating a companion skill.
Quick Start
Use the cli-creator skill to generate a CLI tool from your API documentation located at 'path/to/api_docs'.