Token导航 LogoToken导航TokenDH.com
效率可写文件clawhub未标认证来源可访问clear审计通过

nai-print-failure-analystnai 打印故障分析师

Agent Skill

nai-print-failure-analyst 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 OpenClaw 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,794

周安装

155

GitHub Stars

公开资料未说明

下载量

1,215
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:nai-print-failure-analyst(nai 打印故障分析师)
来源仓库:https://github.com/newageinvestments25-byte/nai-print-failure-analyst
安装命令:
openclaw skills install nai-print-failure-analyst
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install nai-print-failure-analyst

简介

通过症状或图像诊断 3D 打印故障、建议切片机设置修复、记录问题、查看历史记录并生成故障报告。

SKILL.md

name
print-failure-analyst
description
Diagnose 3D printing failures and recommend slicer setting fixes. Maintains a personal failure log to track recurring problems. Use when: user says "print failed", "3d print problem", "why did my print fail", "print diagnosis", or mentions stringing, warping, layer adhesion, delamination, under extrusion, over extrusion, elephant foot, layer shifting, bridging, pillowing, ringing, ghosting, z-banding, clogged nozzle, wet filament, first layer issues, seam visibility, or asks about slicer settings for a specific failure. Also triggers on "log a failure", "failure history", "print failure report".

Print Failure Analyst

Diagnose failures, recommend slicer fixes, and track a personal failure log.

References

  • references/failure-types.md — 18 failure types with keywords, causes, visual symptoms
  • references/slicer-fixes.md — Specific values for PrusaSlicer, Cura, OrcaSlicer per failure type

Read these when formulating diagnoses or recommending fixes. Do not recite them wholesale — extract relevant sections.

Scripts

All scripts use Python stdlib only. Log stored at assets/failure-log.json.

diagnose.py — Identify failure mode from symptoms

python3 scripts/diagnose.py --symptoms "stringing,warping"
python3 scripts/diagnose.py --description "hair between parts and corners lifting"
python3 scripts/diagnose.py --symptoms "stringing" --description "worse at layer transitions" --json

Outputs: ranked failure types with confidence, causes, and slicer-specific fixes. Use --json when you need structured output to reason over.

log_failure.py — Record a print failure

python3 scripts/log_failure.py \
  --printer "Prusa MK4" \
  --material "PETG" \
  --failure-type "stringing" \
  --description "Heavy stringing between towers" \
  --slicer-settings '{"temperature": 235, "retraction_distance_mm": 1.0}' \
  --fixed-by "Reduced temp to 230C, enabled wipe" \
  --notes "Filament may be wet"

Valid --failure-type values: stringing, warping, layer_adhesion, under_extrusion, over_extrusion, elephant_foot, layer_shifting, bridging, overhang, clog, pillowing, ringing, z_banding, seam, supports, first_layer, wet_filament, spaghetti, other

history.py — View failure history and patterns

python3 scripts/history.py                          # All failures
python3 scripts/history.py --last 10               # Last 10
python3 scripts/history.py --material PETG         # Filter by material
python3 scripts/history.py --printer "Prusa MK4"  # Filter by printer
python3 scripts/history.py --failure-type stringing
python3 scripts/history.py --patterns              # Pattern analysis only

report.py — Generate markdown report

python3 scripts/report.py                  # Print to stdout
python3 scripts/report.py --output r.md   # Save to file
python3 scripts/report.py --days 30       # Last 30 days only

Workflow

User describes a failure

  1. Run diagnose.py --symptoms or --description with the user's input
  2. Read references/failure-types.md for the top match to get full context
  3. Read references/slicer-fixes.md for that failure type to get specific values
  4. Present: most likely failure type, top 2–3 causes, and slicer fixes (ask which slicer if unknown)
  5. Offer to log the failure with log_failure.py

User provides an image

  1. Analyze the image to identify visual symptoms (stringing, warping, layer gaps, etc.)
  2. Map observed symptoms to failure type keywords from references/failure-types.md
  3. Run diagnose.py --symptoms "<observed symptoms>" for structured output
  4. Present diagnosis with causes and fixes

User asks to log a failure

  • Collect: printer, material, failure type, description. Ask for missing required fields.
  • Optional: slicer settings used, what fixed it, notes
  • Run log_failure.py with collected info

User asks for history or patterns

  • Run history.py with appropriate filters
  • Highlight any patterns flagged (recurring type+material combos, worst printer/material)

User asks for a report

  • Run report.py, optionally with --days if user wants a time-bounded view
  • Present the markdown output or save it and tell user where it is

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

70.02%
按下载量换算851

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

可写文件

该 Skill 可能写入或修改本地文件,使用前需要确认目标目录和修改范围。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills