cli-creator
SkillOfficialBuilds a durable, composable command-line tool for Codex from API docs, an OpenAPI spec, an SDK, or existing scripts, runnable by name from any repo.
Compatibility:
Editor's Note
Built for permanence: it produces named CLIs future Codex threads can reuse, not throwaway scripts — that framing is the whole point.
Editorial guide
What this skill does
Generates a real CLI (Rust, TS, or Python) with a command contract, auth/config, and a build workflow.
When to use it
When a task recurs and deserves a named tool — not a throwaway script in one repo.
Install & setup notes
- Pick a runtime: Rust, TS/Node, or Python.
- Source: API docs, OpenAPI, SDK, or curl.
- Installs so any repo can call it.
Example workflow
- Name the tool and its source.
- Choose a runtime.
- Skill scaffolds the command contract.
- Build, then call it by name anywhere.
Install:
Categories:
Skills similar to cli-creator:
Installs
Installs
Installs