CLI Help Writer

v1.0.2

Generate standard, beautifully formatted `--help` documentation for Command Line Interface (CLI) tools based on raw arguments, flags, and descriptions. Trigg...

0· 55·0 current·0 all-time
byXudong Guo@sunny0826
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
Name/description match the implementation: the skill is an instruction-only formatter for CLI help text. It declares no binaries, no env vars, and no config paths — all proportional to a text-generation helper.
Instruction Scope
SKILL.md limits behavior to parsing user-provided argument/flag descriptions, language selection, alignment/formatting, and producing a text code-block. It explicitly instructs redaction of any sensitive values supplied by the user and does not instruct reading files, environment state, or calling external endpoints.
Install Mechanism
No install spec and no code files — this is the lowest-risk form (instruction-only). Nothing is downloaded or written to disk by the skill itself.
Credentials
The skill requests no environment variables or credentials. The SKILL.md also explicitly mandates redaction of API keys/passwords if the user includes them, which is appropriate and proportionate.
Persistence & Privilege
Flags are default (always: false, user-invocable: true, disable-model-invocation: false). The skill does not request persistent privileges or system-wide configuration changes.
Assessment
This skill appears safe and coherent for generating CLI help text. Before using it, avoid pasting any real secrets (API keys, passwords, tokens) into prompts — although the skill instructs redaction, you should not rely solely on that. Test with placeholder values (e.g., <API_KEY>) when giving examples. Because it's instruction-only, it won’t install software or access your environment. If you plan to use generated output in production code, review the final text for correctness and any accidental leakage before committing it.

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

latestvk9767gkp4qb7xbnb9xcf2fpmfx84444h

License

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

Comments