Install
openclaw skills install cli-builderCLI tool generator. Project scaffolding, command adding, argument parsing, help docs, config handling, publish checklist, interactive prompts.
openclaw skills install cli-builderScaffold professional CLI tools from scratch, full lifecycle coverage
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,--verbose
| 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> |
💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com