Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (CNC program manager) match the included shell script and commands; the script implements add/list/search/remove/export/stats/config which are appropriate for this purpose.
Instruction Scope
SKILL.md instructs the agent to run the bundled scripts/script.sh commands only; the script only reads/writes files under the data directory (default ~/.cnc/) and does not access other system configuration, network endpoints, or unrelated environment variables.
Install Mechanism
No install spec (instruction-only) and the script is bundled with the skill. Risk is low because there are no downloads, but the agent will execute the included shell script when invoked — review the script if you need to verify behavior before running.
Credentials
No required credentials or config paths; an optional CNC_DIR environment variable is documented and used to locate the data directory, which is proportional to the stated functionality.
Persistence & Privilege
Skill is not always-enabled and does not request elevated privileges or modify other skills; it persists only its own data under ~/.cnc/.
Assessment
This skill is a small local CLI-style manager that will execute the bundled shell script and store plaintext JSONL and a config file in ~/.cnc/ (or a directory you set via CNC_DIR). There are no network calls or credential requests. If you plan to install/use it: (1) review scripts/script.sh yourself if you want to confirm behavior, (2) avoid storing secrets or sensitive machine credentials in the entries (data is stored unencrypted), (3) be aware the agent can run the script when invoked (default) so ensure you trust the skill source, and (4) note some shell utilities used (sed -i, grep options) can behave slightly differently on some platforms (e.g., macOS vs Linux).Like a lobster shell, security has layers — review code before you run it.
latestvk978hsj59qbrvpkpweyfa0qwcn8385vf
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
