← 返回 Skills 市场
Cnc
作者
BytesAgain2
· GitHub ↗
· v1.0.0
· MIT-0
184
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install cnc
功能描述
CNC machining program manager
使用说明 (SKILL.md)
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 \x3Ckey> \x3Cvalue> to set preferences.
| Variable | Required | Description |
|---|---|---|
CNC_DIR |
No | Data 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 | [email protected]
安全使用建议
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).
功能分析
Type: OpenClaw Skill
Name: cnc
Version: 1.0.0
The skill is a straightforward CNC machining program manager that performs local data management tasks. The implementation in `scripts/script.sh` handles basic CRUD operations on a JSONL file located in the user's home directory (`~/.cnc/`) and lacks any network activity, credential access, or suspicious execution logic.
能力评估
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/.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cnc - 安装完成后,直接呼叫该 Skill 的名称或使用
/cnc触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
常见问题
Cnc 是什么?
CNC machining program manager. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 184 次。
如何安装 Cnc?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cnc」即可一键安装,无需额外配置。
Cnc 是免费的吗?
是的,Cnc 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Cnc 支持哪些平台?
Cnc 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Cnc?
由 BytesAgain2(@ckchzh)开发并维护,当前版本 v1.0.0。
推荐 Skills