Cnc

v1.0.0

CNC machining program manager

0· 182·1 current·1 all-time
byBytesAgain2@ckchzh

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for ckchzh/cnc.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Cnc" (ckchzh/cnc) from ClawHub.
Skill page: https://clawhub.ai/ckchzh/cnc
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install cnc

ClawHub CLI

Package manager switcher

npx clawhub@latest install cnc
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & 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
182downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

cnc

CNC machining program manager

Commands

status

scripts/script.sh status

Show current status

add

scripts/script.sh add

Add new entry

list

scripts/script.sh list

List all entries

search

scripts/script.sh search

Search entries

remove

scripts/script.sh remove

Remove entry by number

export

scripts/script.sh export

Export data to file

stats

scripts/script.sh stats

Show statistics

config

scripts/script.sh config

View or set config

help

scripts/script.sh help

version

scripts/script.sh version

Configuration

Use scripts/script.sh config <key> <value> to set preferences.

VariableRequiredDescription
CNC_DIRNoData directory (default: ~/.cnc/)

Data Storage

All data stored in ~/.cnc/ using JSONL format (one JSON object per line).

Output

Structured output to stdout. Exit code 0 on success, 1 on error.


Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Comments

Loading comments...