Create Cli

v1.0.0

Design command-line interface parameters and UX: arguments, flags, subcommands, help text, output formats, error messages, exit codes, prompts, config/env precedence, and safe/dry-run behavior. Use when you’re designing a CLI spec (before implementation) or refactoring an existing CLI’s surface area for consistency, composability, and discoverability.

11· 2.8k·12 current·13 all-time
byPeter Steinberger@steipete
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 (Create Cli) matches the SKILL.md content and the included cli-guidelines reference; no extra binaries, credentials, or unrelated capabilities are requested.
Instruction Scope
Instructions are narrowly scoped to designing CLI specs and to reading the included guideline file. Minor mismatch: SKILL.md tells the agent to read 'agent-scripts/skills/create-cli/references/cli-guidelines.md' while the manifest provides 'references/cli-guidelines.md' — this is a local path discrepancy that could cause the agent to fail to locate the file but is not a security concern. There are no steps that read unrelated system files or exfiltrate data.
Install Mechanism
No install spec (instruction-only). Nothing is written to disk or downloaded by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths — proportional to its described purpose.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or to modify other skills/config; autonomous invocation is allowed by default (normal platform behavior).
Assessment
This skill is instruction-only and internally consistent with its stated purpose. It doesn't request credentials or install anything, but a few practical notes before use: (1) the SKILL.md references a longer path for the bundled guideline file (agent-scripts/…) while the manifest lists references/cli-guidelines.md — if the agent can't find the file you may need to supply the guideline content or correct the path; (2) the agent may ask clarifying questions — avoid pasting secrets or private credentials into those prompts; and (3) although the skill can be invoked autonomously (the platform default), it has no extra privileges or network calls described. If you want absolute assurance, review the guideline file contents included in the skill (references/cli-guidelines.md) and confirm you’re comfortable with the agent having access to those local instruction files.

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

latestvk9773yrg2bk9m1vphts6zypmrs7ynvtq

License

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

Comments