← 返回 Skills 市场
timo2026

Cnc Quick Probe

作者 Timo2026 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
97
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install openclaw-cnc-quick-probe
功能描述
CNC快速探明 - 5参数快速收敛。当报价请求参数不全时自动触发,收集材料、数量、精度、表面处理、Ra。收敛度≥80%后自动执行报价。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-cnc-quick-probe
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-cnc-quick-probe 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug openclaw-cnc-quick-probe
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Cnc Quick Probe 是什么?

CNC快速探明 - 5参数快速收敛。当报价请求参数不全时自动触发,收集材料、数量、精度、表面处理、Ra。收敛度≥80%后自动执行报价。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 97 次。

如何安装 Cnc Quick Probe?

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

Cnc Quick Probe 是免费的吗?

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

Cnc Quick Probe 支持哪些平台?

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

谁开发了 Cnc Quick Probe?

由 Timo2026(@timo2026)开发并维护,当前版本 v1.0.1。

💬 留言讨论