CLI Builder — Command-Line Tool Generator
version: "2.0.0"
by ckchzh · published 2026-03-22
$ claw add gh:ckchzh/ckchzh-cli-builder---
version: "2.0.0"
name: CLI Builder
description: "CLI tool generator. Project scaffolding, command adding, argument parsing, help docs, config handling, publish checklist, interactive prompts."
author: BytesAgain
homepage: https://bytesagain.com
source: https://github.com/bytesagain/ai-skills
---
# CLI Builder — Command-Line Tool Generator
> Scaffold professional CLI tools from scratch, full lifecycle coverage
Quick Start
bash scripts/cli-builder.sh init myapp python
bash scripts/cli-builder.sh command myapp serve "Start dev server"
bash scripts/cli-builder.sh args python --name,--port,--verboseCommands
| Command | Purpose | Arguments |
|---------|---------|-----------|
| `init` | Project skeleton | `<name> <lang>` |
| `command` | Add a command | `<app> <cmd> <desc>` |
| `args` | Argument parser code | `<lang> <args>` |
| `help` | Help doc generation | `<app> <commands>` |
| `config` | Config file handling | `<lang> <format>` |
| `publish` | Publish checklist | `<platform>` |
| `interactive` | Interactive prompts | `<lang> <prompts>` |
| `color` | Colored output code | `<lang>` |
Supported Languages
Output
All generated code is copy-paste ready with comments and best practices included.
---
💬 Feedback & Feature Requests: https://bytesagain.com/feedback
Powered by BytesAgain | bytesagain.com
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...