← Back to Skills Marketplace
97
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install openclaw-cnc-quick-probe
Description
CNC快速探明 - 5参数快速收敛。当报价请求参数不全时自动触发,收集材料、数量、精度、表面处理、Ra。收敛度≥80%后自动执行报价。
Usage Guidance
This skill appears to do what its description says (ask up to 5 CNC parameters and route to a quote system) and it does not request credentials or make network calls in the included code. The main red flag is the hardcoded import path: main.py inserts /home/admin/.openclaw/workspace/skills/cnc-quote-system into sys.path and imports cnc_quote_collector from there. That means this skill will execute code from another skill's location on disk — if that other module is untrusted or replaced, it could change behavior. Before installing or enabling this skill, verify that the referenced cnc-quote-system module is from a trusted source and available in your environment, or change the integration to a declared dependency or a safe, explicit API call. Also test the skill in a sandboxed environment to observe runtime behavior. If you cannot verify the other skill, avoid installing or run with restricted permissions.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-cnc-quick-probe
Version: 1.0.1
The skill bundle is a legitimate tool designed to assist an AI agent in gathering missing parameters (material, quantity, precision, etc.) for CNC machining quotes. The code in main.py and routing.py implements basic state management and regex-based parsing of user input without any signs of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description (collect 5 CNC params and route to a quoting system) aligns with the code and SKILL.md. However main.py inserts an absolute filesystem path (/home/admin/.openclaw/workspace/skills/cnc-quote-system) to import cnc_quote_collector from another skill — this is not declared in requirements and is an environment assumption that reaches outside the skill bundle.
Instruction Scope
SKILL.md instructions are scoped to collecting parameters and routing to the quoting skill. The runtime code only processes user input, parses parameters, updates convergence and formats responses. It does not read arbitrary files or call external endpoints. It does reference context['file_info'] (appending it to input) but does not itself open files.
Install Mechanism
No install spec (instruction-only) and no external downloads. The skill includes local Python files only; nothing is being fetched from the network by this skill itself.
Credentials
The skill requests no environment variables or credentials, which is appropriate. But the hardcoded absolute import path implies it expects access to the host's skill workspace (/home/admin/.openclaw/...), giving it implicit dependency on other skill code and data — this is disproportionate unless the runtime environment guarantees the referenced module is legitimate.
Persistence & Privilege
Flags show always:false and normal invocation behavior. The skill does not request persistent/privileged installation nor modify other skills' configuration in the files provided.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-cnc-quick-probe - After installation, invoke the skill by name or use
/openclaw-cnc-quick-probe - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
### openclaw-cnc-quick-probe v1.0.1 Changelog
- No file changes detected for this version.
- No updates or new features introduced.
v1.0.0
Initial release of cnc-quick-probe skill for CNC quoting.
- Automatically activates when CNC quote requests lack key parameters.
- Collects 5 essential parameters: material, quantity, accuracy, surface finish, and Ra.
- Guides users to provide missing details and calculates convergence; proceeds to quoting once ≥80% complete.
- Integrates with UniSkill V4 for seamless parameter collection and routing to quoting system.
- Supports both cases with missing files and incomplete parameter sets.
Metadata
Frequently Asked Questions
What is Cnc Quick Probe?
CNC快速探明 - 5参数快速收敛。当报价请求参数不全时自动触发,收集材料、数量、精度、表面处理、Ra。收敛度≥80%后自动执行报价。 It is an AI Agent Skill for Claude Code / OpenClaw, with 97 downloads so far.
How do I install Cnc Quick Probe?
Run "/install openclaw-cnc-quick-probe" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Cnc Quick Probe free?
Yes, Cnc Quick Probe is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Cnc Quick Probe support?
Cnc Quick Probe is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Cnc Quick Probe?
It is built and maintained by Timo2026 (@timo2026); the current version is v1.0.1.
More Skills