CLI Builder
CLI tool generator. Project scaffolding, command adding, argument parsing, help docs, config handling, publish checklist, interactive prompts.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ckchzh/cli-builderCLI 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,--verbose
Commands
| 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
- Python — argparse / click / typer
- Node.js — commander / yargs / inquirer
- Bash — getopts / case patterns
- Go — cobra / flag
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
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ckchzh-cli-builder": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
header
Header design reference — navigation patterns, sticky headers, responsive menus, accessibility. Use when designing website headers or implementing navigation components.
docker-helper
Dockerfile生成、docker-compose编排、命令速查、调试排错、镜像优化、仓库配置. Use when you need docker helper capabilities. Triggers on: docker helper.
rsyslog
RSyslog advanced system logging reference. RainerScript configuration, input/output modules (imtcp/imfile/omfwd/omelasticsearch), templates with property replacer, content-based filtering, TLS-encrypted remote logging, queue performance tuning, and debug troubleshooting.
Fitness Plan — Science-Based Training & Workout Auditor
Track workouts, calculate BMI/1RM, and access exercise science guides. 支持科学健身计划制定、BMI/最大力量计算及运动解剖学参考。Use when planning gym sessions, calculating macro needs, or auditing training splits.
pesticide
Pesticide management reference — chemical classes, application methods, IPM strategies, residue limits, safety protocols. Use when selecting pest control products, calculating spray rates, or managing pesticide compliance.