← Back to Skills Marketplace
xueyetianya

Cam

by bytesagain4 · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ Security Clean
196
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install cam
Description
Use when calculating CNC speeds and feeds, selecting cutting tools, referencing G-code commands, looking up material cutting data, or computing machining par...
README (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

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cam
  3. After installation, invoke the skill by name or use /cam
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.1
v2.0.0 full rewrite: name+description+script
v1.0.0
publish v1.0.0
Metadata
Slug cam
Version 2.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is Cam?

Use when calculating CNC speeds and feeds, selecting cutting tools, referencing G-code commands, looking up material cutting data, or computing machining par... It is an AI Agent Skill for Claude Code / OpenClaw, with 196 downloads so far.

How do I install Cam?

Run "/install cam" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Cam free?

Yes, Cam is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Cam support?

Cam is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Cam?

It is built and maintained by bytesagain4 (@xueyetianya); the current version is v2.0.1.

💬 Comments