Cam
/install cam
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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cam - 安装完成后,直接呼叫该 Skill 的名称或使用
/cam触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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。