CLI builder

v1.0.0

Activate this skill whenever a user asks to build, design, or improve a command-line interface (CLI) tool. This includes: building CLIs in Node.js (Commander...

0· 200·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (CLI builder) matches the included SKILL.md guidance and example scaffolding code for Node, Python, and Go. The shipped scripts/examples are exactly what someone building CLIs would expect.
Instruction Scope
SKILL.md focuses on CLI design, libraries, and patterns. The runtime instructions do not ask the agent to read unrelated files, access credentials, or transmit data externally. Example code and the scaffold script only create local project files.
Install Mechanism
This is an instruction-only skill with no install spec. The included scaffold.sh writes files locally; there are no downloads or extract-from-URL operations in the skill itself.
Credentials
The skill requests no environment variables, credentials, or config paths. The examples and scaffold script do not reference secrets or external tokens.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or system-wide agent settings. It only contains example code and a local scaffolding script.
Assessment
This skill appears coherent and safe for its stated purpose. Notes before using: the scaffold.sh and examples create files in the current working directory—review them before running. The generated project templates suggest running package managers (npm, pip, go mod) which will fetch packages from public registries; only install dependencies you trust and consider using an isolated environment (container or VM). Also update placeholders (e.g., module path in the Go template) before publishing any scaffolded project. If you want extra assurance, open and inspect scaffold.sh and the example files yourself before executing them.

Like a lobster shell, security has layers — review code before you run it.

latestvk9759zch8pzzkkxywjyv46dej982yzs0

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments