← Back to Skills Marketplace
pikoCNC G-CODE
by
Kamil Szymoniak
· GitHub ↗
· v1.0.0
· MIT-0
108
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pikocnc
Description
Interprets and executes full PikoCNC G-code commands with modal state tracking, motion control, parameter handling, and error detection for CNC machining.
Usage Guidance
This skill is a coherent, text-only specification for implementing a G-code interpreter — it won't access your system or cloud keys by itself. Before using any interpreter you build from this: test extensively in simulator/dry-run mode; validate and sanitize all G-code inputs; implement hardware safety features (limit switches, feed overrides, emergency stop) before connecting to a real machine; and prefer running on isolated test equipment first. Also note the package source/homepage is unknown — if you plan to rely on this in production, get provenance or a reviewed implementation from a trusted source.
Capability Analysis
Type: OpenClaw Skill
Name: pikocnc
Version: 1.0.0
The skill bundle contains documentation and technical specifications for PikoCNC G-code interpretation. The SKILL.md file provides a comprehensive guide for an AI agent to understand machine states, command syntax (G-codes and M-codes), and execution logic for CNC machining. There are no indicators of malicious intent, data exfiltration, or prompt injection attacks.
Capability Assessment
Purpose & Capability
Name and description (PikoCNC G-code interpreter/executor) match the content of SKILL.md: a complete specification and implementation notes for a G-code interpreter. There are no unrelated environment variables, binaries, or install steps requested.
Instruction Scope
SKILL.md is a detailed, implementation-oriented guide for parsing, modal-state tracking, and executing G-code. It does not instruct the agent to read unrelated files, access environment variables, or call external endpoints. Note: the document is focused on building an interpreter/simulator; it does not provide or require instructions for safely interfacing with physical CNC hardware (emergency stops, hardware interlocks, permissions), so implementing or running produced code on real machines carries physical-safety risk that the spec does not fully mitigate.
Install Mechanism
There is no install spec and no code files — the skill is instruction-only, so nothing is downloaded or written to disk by the skill package itself.
Credentials
The skill declares no environment variables, no credentials, and no config paths. That is proportionate for an instruction/specification-only skill.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent system presence or elevated privileges. Autonomous invocation is allowed by default but is not combined with other concerning capabilities here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pikocnc - After installation, invoke the skill by name or use
/pikocnc - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
v.1.0.0 - created pikoCNC G-CODE skill
Metadata
Frequently Asked Questions
What is pikoCNC G-CODE?
Interprets and executes full PikoCNC G-code commands with modal state tracking, motion control, parameter handling, and error detection for CNC machining. It is an AI Agent Skill for Claude Code / OpenClaw, with 108 downloads so far.
How do I install pikoCNC G-CODE?
Run "/install pikocnc" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is pikoCNC G-CODE free?
Yes, pikoCNC G-CODE is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does pikoCNC G-CODE support?
pikoCNC G-CODE is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created pikoCNC G-CODE?
It is built and maintained by Kamil Szymoniak (@midware); the current version is v1.0.0.
More Skills