print-status-tracker

Track 3D print completions and failures with history logging and statistics.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/DisruptionEngineer/build-useful-skills --skill print-status-tracker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: print-status-tracker
Source: https://github.com/DisruptionEngineer/build-useful-skills/tree/main/print-status-tracker
Command: npx skills add https://github.com/DisruptionEngineer/build-useful-skills --skill print-status-tracker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Track 3D print completions and failures in #print-status with history logging, duration calculations, and lifetime statistics.

Core Features & Use Cases

  • History & statistics: maintain a permanent log of each print's outcomes, durations, and filament usage for reporting.
  • Search & summarize: quickly locate past prints by model name and generate summaries of performance over time.
  • Upstream communication: automatically post structured updates to the print-queue-manager to keep systems synchronized.

Quick Start

Configure the Print Status Tracker to monitor the #print-status channel and post automated summaries when a print completes or fails, enabling immediate visibility.

Frequently Asked Questions about print-status-tracker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track 3D print success rates and failures automatically?

You can track 3D print success rates by monitoring the #print-status channel to log completions and failures, then calculating lifetime statistics from that history. This tracker appends outcomes to a permanent log for auditing.

Can I search past 3D prints by model name and check average print times?

Yes, searching past 3D prints by model name is supported. The tracker logs print durations and outcomes, allowing you to generate summaries of performance over time and review average print times.

What's the best way to log filament usage for 3D printing history?

The best way to log filament usage is through an append-only history log that records each print's filament data and duration. This enables auditing and reviewing which filaments get used most over time.

Does print-status-tracker work with a print queue manager?

Yes, the tracker communicates upstream with a print-queue-manager. It automatically posts structured updates to keep systems synchronized when a 3D print completes or fails.

How do I post automated summaries when a 3D print completes or fails?

Configure the tracker to monitor the #print-status channel and post automated summaries when a print completes or fails. This provides immediate visibility into print outcomes and duration calculations.

How does an append-only history log work for 3D print auditing?

An append-only history log works by permanently recording each 3D print's outcomes, durations, and filament usage without overwriting past entries. This persists data for reporting and lifetime statistics auditing.