← 返回 Skills 市场
wu-uk

reflow_machine_maintenance_guidance

作者 wu-uk · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
79
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install reflow-machine-maintenance-guidance
功能描述
This skill should be considered when you need to answer reflow machine maintenance questions or provide detailed guidance based on thermocouple data, MES dat...
安全使用建议
This skill appears to be what it says (reflow metrics and guidance) but has two practical gaps you should address before installing: (1) It references DATA_DIR and reads MES/thermocouple CSVs but does not declare where those files live or how access is granted — verify and restrict which directories the agent may read to avoid accidental exposure of sensitive MES/manufacturing data. (2) The examples use Python libraries (pandas) but the skill doesn't declare dependencies; decide if the agent environment should provide these libraries, or add an install spec. Recommended actions: supply explicit paths or environment variables for handbook and dataset locations; limit file-system permissions for the agent; confirm a trusted source for the handbook; consider adding a declared dependency list (and a vetted install method) and, if concerned about autonomous runs, restrict user-invocable/autonomous invocation or monitor logs for unexpected file access.
功能分析
Type: OpenClaw Skill Name: reflow-machine-maintenance-guidance Version: 0.1.0 The skill bundle provides legitimate guidance and reference Python code for analyzing industrial reflow machine maintenance data. The code in SKILL.md uses standard data processing libraries (pandas, numpy) to calculate manufacturing metrics such as ramp rates and time-above-liquidus (TAL) from CSV datasets (mes_log.csv, thermocouples.csv). No indicators of data exfiltration, malicious execution, or harmful prompt injection were found.
能力评估
Purpose & Capability
Name/description align with the instructions: it focuses on computing reflow metrics from handbooks, MES and thermocouple data and provides appropriate formulas and example code. Nothing requested (no env vars, no installs) is obviously unrelated to the stated purpose. However, the examples assume a DATA_DIR and Python libraries (pandas) that are not declared.
Instruction Scope
The SKILL.md tells the agent to "retrieve related info from the handbook and corresponding datasets" but does not constrain or declare where those files live (DATA_DIR is referenced but not defined). That vagueness could lead the agent to search broadly across the filesystem or attempt to access network sources for handbooks/MES data. The included code examples read CSV files and would operate on any accessible MES/thermocouple files, which may be sensitive.
Install Mechanism
Instruction-only skill with no install spec or external downloads. This lowers risk because no packaged code is fetched at install time. Note: the sample code implicitly requires Python packages (pandas) but these are not declared; an agent might attempt to install them at runtime.
Credentials
The skill declares no credentials or config paths, which is appropriate. However, it expects access to MES and thermocouple datasets (potentially sensitive) without specifying how access should be granted or restricted. Also references DATA_DIR though no env var or config path is declared.
Persistence & Privilege
always:false and no install actions. The skill does not request persistent elevated privileges or to modify other skills/config; autonomous invocation is allowed (platform default) but not combined with additional privilege requests.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install reflow-machine-maintenance-guidance
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /reflow-machine-maintenance-guidance 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial SkillsBench smoke publish
元数据
Slug reflow-machine-maintenance-guidance
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

reflow_machine_maintenance_guidance 是什么?

This skill should be considered when you need to answer reflow machine maintenance questions or provide detailed guidance based on thermocouple data, MES dat... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 79 次。

如何安装 reflow_machine_maintenance_guidance?

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

reflow_machine_maintenance_guidance 是免费的吗?

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

reflow_machine_maintenance_guidance 支持哪些平台?

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

谁开发了 reflow_machine_maintenance_guidance?

由 wu-uk(@wu-uk)开发并维护,当前版本 v0.1.0。

💬 留言讨论