cli-creator

Generate composable CLI tools with JSON output and auth management.

Updated Jun 30, 2026
One-click install
npx skills add https://github.com/SunS1eep1ng/codex-dotfiles --skill cli-creator-suns1eep1ng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cli-creator
Source: https://github.com/SunS1eep1ng/codex-dotfiles/tree/main/skills/cli-creator
Command: npx skills add https://github.com/SunS1eep1ng/codex-dotfiles --skill cli-creator-suns1eep1ng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating a command-line interface (CLI) for Codex, leveraging various sources like API documentation, SDKs, and existing scripts.

Core Features & Use Cases

  • Source Adaptation: Supports CLI creation from API docs, OpenAPI specs, SDKs, curl examples, web apps, admin tools, and local scripts.
  • Composable Commands: Generates CLI tools with composable read/write commands, stable JSON output, and auth management.
  • Use Case: If you need a CLI to manage API calls or automate administrative tasks, this Skill can help you build it quickly.

Quick Start

Use the cli-creator skill to generate a CLI for managing API calls from the provided OpenAPI spec.

Frequently Asked Questions about cli-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a CLI from an OpenAPI spec?

Generate a CLI from OpenAPI specs by parsing the API documentation to automatically create composable command-line tools. This process builds CLI commands with stable JSON output and built-in authentication management.

Can I create command-line tools from existing scripts and SDKs?

Yes, you can create command-line tools from existing scripts, SDKs, curl examples, and web apps. The Skill adapts these various sources to generate composable read/write commands for automating API calls.

What is the best way to automate API calls for administrative tasks?

Automate API calls for administrative tasks by generating a composable CLI from API documentation. This provides built-in commands and stable JSON output to quickly manage and automate administrative workflows.

Does the generated CLI support authentication management?

Yes, the generated CLI supports authentication management. It creates command-line tools with built-in auth management capabilities alongside composable read/write commands and stable JSON output.

How do I build a CLI tool with stable JSON output from API documentation?

Build a CLI tool with stable JSON output by parsing API documentation and SDKs to generate composable commands. This ensures consistent JSON formatting for automated parsing and administrative task execution.