← 返回 Skills 市场
Print Failure Analyst
作者
New Age Investments
· GitHub ↗
· v1.0.0
· MIT-0
110
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install print-failure-analyst
功能描述
Diagnose 3D print failures from symptoms or images, recommend slicer setting fixes, and log or analyze recurring print problems.
安全使用建议
This skill appears to be what it claims: text-based diagnosis, slicer-setting recommendations, and a local failure log. Before installing/using it: (1) note that it will create and update assets/failure-log.json inside the skill directory — back up or review that file if you care about its contents; (2) it does not perform image analysis itself — if you expect automatic image-to-diagnosis, your agent must convert images into symptom keywords before invoking the scripts; (3) no network calls or secrets are requested, but review the included Python files if you want to confirm there's no unexpected behavior; (4) ensure you run the scripts in a trusted environment with Python available and that you are comfortable allowing the skill to write a local JSON file.
功能分析
Type: OpenClaw Skill
Name: print-failure-analyst
Version: 1.0.0
The print-failure-analyst skill bundle is a legitimate tool for diagnosing and tracking 3D printing issues. All Python scripts (diagnose.py, log_failure.py, history.py, and report.py) rely exclusively on the Python standard library and perform local data processing and file I/O within the skill's own directory (assets/failure-log.json). There is no evidence of network activity, shell command execution, data exfiltration, or prompt injection attempts in the documentation or code.
能力评估
Purpose & Capability
Name/description match the included code and references. The scripts implement symptom-based diagnosis, logging, history/pattern detection, and markdown reports. Required capabilities (none) are proportional to the stated purpose.
Instruction Scope
SKILL.md instructs the agent to 'analyze the image' when a user provides an image, but none of the bundled scripts perform image analysis — diagnosis scripts accept textual symptoms/descriptions only. This is a mild mismatch: image-based diagnosis is possible only if the agent (or another tool) interprets the image and converts visual findings into symptom keywords before calling diagnose.py.
Install Mechanism
No install spec is provided (instruction-only + included Python scripts). All scripts declare they use only the Python stdlib. No external downloads, package installs, or archive extraction are present.
Credentials
The skill requests no environment variables, no credentials, and no config paths other than its own assets/failure-log.json. That local log file is the only persistent data it reads/writes — proportional to the logging/reporting purpose.
Persistence & Privilege
always is false and the skill does not require persistent platform-level privileges. It writes a local JSON log at assets/failure-log.json within the skill directory and does not modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install print-failure-analyst - 安装完成后,直接呼叫该 Skill 的名称或使用
/print-failure-analyst触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of print-failure-analyst: diagnose 3D print failures, recommend slicer setting fixes, and maintain a personal failure log.
- Supports 18 common print failure types; analyzes user descriptions or images to provide tailored diagnostics and slicer advice.
- Includes tools to log failures (`log_failure.py`), view history and pattern analysis (`history.py`), and generate reports (`report.py`).
- Guides user through required info collection for accurate failure logging and diagnosis.
- Offers references for failure types and slicer fixes; adapts advice to user’s slicer when known.
元数据
常见问题
Print Failure Analyst 是什么?
Diagnose 3D print failures from symptoms or images, recommend slicer setting fixes, and log or analyze recurring print problems. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 110 次。
如何安装 Print Failure Analyst?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install 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