---
title: "cli-creator"
description: "從 API 文件、OpenAPI spec、curl 範例或現有腳本建立可組合的 CLI 工具。支援 Python (uv single-file)、Rust、TypeScript，含 companion skill 自動生成。"
canonical: https://agentpluginsdirectory.com/plugins/cli-creator
last-updated: 2026-09-21
---

# cli-creator
從 API 文件、OpenAPI spec、curl 範例或現有腳本建立可組合的 CLI 工具。支援 Python (uv single-file)、Rust、TypeScript，含 companion skill 自動生成。
- Slug: cli-creator
- Publisher: OpenAI
- Repository: https://github.com/RDCrystalLab/agentic-plugins
- Manifest: plugins/cli-creator/plugin.json
- Version: 1.0.0
- License: MIT
- Category (editorial): agent-tooling
- Skills: 1 (cli-creator)
- MCP servers: 0
- Stars: 0
- Repository created: 2026-01-10
- Repository last pushed: 2026-08-15
- Publisher type: Organization
- Listing: https://agentpluginsdirectory.com/plugins/cli-creator
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What cli-creator does, in the publisher's words

從 API 文件、OpenAPI spec、curl 範例、SDK 或現有腳本，建立可組合的 CLI 工具。

改編自：OpenAI Codex Skills

- Composable commands: discover → resolve → read → write 的漸進式設計
- Stable JSON: 所有命令支援 --json 機器可讀輸出
- Doctor command: tool --json doctor 一鍵檢查設定
- Auth 三層: 環境變數 → config 檔 → flag
- Companion skill: 自動產生教 AI agent 使用此 CLI 的 SKILL.md

安裝到 PATH：

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/RDCrystalLab/agentic-plugins/HEAD/plugins/cli-creator/README.md

## Skills

- cli-creator: Build a composable CLI from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants to create a command-line tool that can run from any repo, expose composable read/write commands, return stable JSON, manage auth, and pair with…

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.
