← 返回 Skills 市场
xueyetianya

Cam

作者 bytesagain4 · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ 安全检测通过
196
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install cam
功能描述
Use when calculating CNC speeds and feeds, selecting cutting tools, referencing G-code commands, looking up material cutting data, or computing machining par...
使用说明 (SKILL.md)

CAM — Computer-Aided Manufacturing Toolpath Reference

CNC machining reference — speeds & feeds calculator, toolpath strategies, G-code command reference, material cutting data, and machining parameter computation.

Commands

speeds-feeds

Calculate spindle speed (RPM) and feed rate.

bash scripts/script.sh speeds-feeds 10 80 0.05 3

toolpath

Toolpath strategy reference (adaptive, pocket, contour, etc.).

bash scripts/script.sh toolpath
bash scripts/script.sh toolpath adaptive

gcode

G-code and M-code command reference.

bash scripts/script.sh gcode
bash scripts/script.sh gcode G02

materials

Material cutting data — recommended SFM, chipload, depth of cut.

bash scripts/script.sh materials
bash scripts/script.sh materials aluminum

calculate

General machining calculations (MRR, power, time).

bash scripts/script.sh calculate mrr 10 2 0.5 800
bash scripts/script.sh calculate power 50 1500

help

Show all commands.

bash scripts/script.sh help

Output

  • Calculated RPM, feed rates, and machining parameters
  • G-code reference with syntax and examples
  • Material-specific cutting recommendations

Feedback

https://bytesagain.com/feedback/ Powered by BytesAgain | bytesagain.com

安全使用建议
This skill appears to be what it claims: a local CNC/CAM reference and calculator implemented as a bash script that calls python3. Before installing or running it: 1) ensure your runtime supports bash and python3 (the metadata omitted python3 as a required binary); 2) review the bundled scripts (you already have them) if you want to verify there are no additional commands added; 3) note the script prints a website link but does not perform network calls or request credentials. If you don't trust the author or want stricter isolation, run the script in a restricted environment (container or VM) before giving it broader access.
功能分析
Type: OpenClaw Skill Name: cam Version: 2.0.1 The CAM skill bundle is a CNC machining reference tool providing G-code lookups and speeds/feeds calculations. The implementation in `scripts/script.sh` uses static text blocks and simple inline Python scripts for mathematical computations, with no evidence of data exfiltration, network activity, or malicious execution.
能力评估
Purpose & Capability
The name/description match the included behavior: the script provides speeds & feeds, toolpath guidance, G-/M-code references, material data, and simple machining calculations. One minor mismatch: the registry metadata declares no required binaries, but the script invokes bash and python3 (so a runtime with python3 is necessary). This is an implementation detail rather than malicious.
Instruction Scope
SKILL.md instructs the agent to run the bundled scripts/script.sh with specific subcommands and arguments. The script's behavior is limited to printing references and performing local arithmetic via embedded Python; it does not read arbitrary user files, access secrets, or transmit data to external endpoints.
Install Mechanism
There is no install spec and no downloads — the skill is instruction-only with a bundled script. No remote install URLs, archives, or third-party package pulls are present in the repository files provided.
Credentials
The skill declares no required environment variables or credentials and does not attempt to access secrets. It uses temporary environment variables as a mechanism for passing parameters into inline Python, which is proportional to its calculation tasks.
Persistence & Privilege
The skill is not set to always:true, does not request persistent system privileges, and does not modify other skills or system configuration according to the provided files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cam
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cam 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.1
v2.0.0 full rewrite: name+description+script
v1.0.0
publish v1.0.0
元数据
Slug cam
版本 2.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Cam 是什么?

Use when calculating CNC speeds and feeds, selecting cutting tools, referencing G-code commands, looking up material cutting data, or computing machining par... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 196 次。

如何安装 Cam?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install cam」即可一键安装,无需额外配置。

Cam 是免费的吗?

是的,Cam 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Cam 支持哪些平台?

Cam 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Cam?

由 bytesagain4(@xueyetianya)开发并维护,当前版本 v2.0.1。

💬 留言讨论