← 返回 Skills 市场
Print Failure Analyst
作者
New Age Investments
· GitHub ↗
· v1.0.0
· MIT-0
128
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install nai-print-failure-analyst
功能描述
Diagnose 3D print failures by symptoms or images, recommend slicer setting fixes, log issues, view history, and generate failure reports.
安全使用建议
This skill appears to do what it says: diagnose print failures (using a symptom knowledge base), recommend slicer settings, and maintain a local JSON log and reports. Before installing or using it, note: 1) Image analysis is described in SKILL.md but there is no image-processing code — the agent (or you) must translate visual observations into symptom keywords before running diagnose.py. 2) All data is stored locally at assets/failure-log.json; back up any existing file with that name to avoid accidental overwrite and check that storing failures locally meets your privacy expectations. 3) The scripts use only Python stdlib and make no network calls or require credentials, so code inspection should be straightforward; review the included files if you want extra assurance. 4) If you plan to share images or logs externally, explicitly confirm where they will be sent—this skill itself does not upload data, but an agent could be asked to do so. Overall the package is internally coherent and proportionate to its purpose.
功能分析
Type: OpenClaw Skill
Name: nai-print-failure-analyst
Version: 1.0.0
The print-failure-analyst skill bundle is a legitimate tool designed to diagnose 3D printing issues and maintain a local failure log. All scripts (diagnose.py, log_failure.py, history.py, and report.py) utilize the Python standard library to perform data processing, scoring, and report generation without any network activity, shell execution, or unauthorized file access. The SKILL.md instructions are well-defined and strictly limited to the 3D printing domain, and the assets/references contain only relevant technical documentation.
能力评估
Purpose & Capability
Name/description (diagnose failures, recommend slicer fixes, log history, generate reports) matches the included scripts and reference docs. The included files provide a symptom knowledge base, slicer fixes, diagnosis, logging, history, and report generation — all aligned with the stated purpose.
Instruction Scope
SKILL.md instructs the agent to analyze images for visual symptoms, but the bundled scripts do not perform image processing; the expected flow is for the agent (or user) to map image observations to symptom keywords and then call diagnose.py. This is a functional mismatch to be aware of, but not malicious. Also, the instructions do not direct the agent to send data externally — agents should still avoid uploading images/logs to third parties unless the user explicitly consents.
Install Mechanism
No install spec is provided and scripts rely on Python stdlib only. No external downloads, package managers, or archive extraction are used. This minimizes installation risk.
Credentials
The skill requests no environment variables, no credentials, and no special config paths. It only reads/writes a local file in its assets directory (assets/failure-log.json), which is proportionate to a logging/reporting tool.
Persistence & Privilege
Skill is not forced-always, does not request persistent elevated privileges, and does not modify other skills or system-wide settings. It persists only its own local log file within the skill directory.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nai-print-failure-analyst - 安装完成后,直接呼叫该 Skill 的名称或使用
/nai-print-failure-analyst触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release – diagnose 3D print failures, recommend slicer setting fixes, and track personal failure history.
- Diagnoses common 3D print failure types from user descriptions or images.
- Provides targeted slicer setting adjustments for PrusaSlicer, Cura, and OrcaSlicer.
- Logs failures with details including printer, material, and description.
- Displays failure history and analyzes recurring problem patterns.
- Generates printable markdown reports summarizing failures and fixes.
元数据
常见问题
Print Failure Analyst 是什么?
Diagnose 3D print failures by symptoms or images, recommend slicer setting fixes, log issues, view history, and generate failure reports. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 128 次。
如何安装 Print Failure Analyst?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nai-print-failure-analyst」即可一键安装,无需额外配置。
Print Failure Analyst 是免费的吗?
是的,Print Failure Analyst 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Print Failure Analyst 支持哪些平台?
Print Failure Analyst 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Print Failure Analyst?
由 New Age Investments(@newageinvestments25-byte)开发并维护,当前版本 v1.0.0。
推荐 Skills