weekly-print-digest

Aggregate weekly 3D printing data from local JSON files and post a digest to Discord.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the generation and posting of a weekly 3D printing activity digest to Discord, synthesizing data into a concise report for quick review and trend spotting.

Core Features & Use Cases

  • Aggregate data from print-queue.json, print-history.json, and filament-inventory.json to build a comprehensive digest.
  • Post the digest to the #print-digest channel on Discord on a set schedule (Sundays at 10 AM local time) or on-demand.
  • Identify stale requests and filament alerts to help maintain printing pipelines and inventory.

Quick Start

Tell the bot to run the digest with the !digest command to post this week's report.

Frequently Asked Questions about weekly-print-digest

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

FAQPage Schema
How do I automate a weekly 3D printing digest to Discord?

Automating a weekly 3D printing digest to Discord involves aggregating local JSON print data and formatting it into a concise report. This skill reads print-queue, print-history, and filament-inventory files, posting the synthesized digest on schedule or via command.

What data is needed to generate a 3D printing activity digest?

Generating a 3D printing activity digest requires local JSON files containing print queue requests, print history logs, and filament inventory levels. The skill reads these specific data stores to synthesize weekly printing output, queue health, and filament trend data.

Can I post the 3D print digest to Discord on-demand instead of waiting for the weekly schedule?

Yes, you can post the 3D print digest to Discord on-demand by triggering the !digest command. This immediately generates and posts the current activity report to the channel, bypassing the standard scheduled Sunday cron post.

Does the weekly digest report include filament inventory alerts?

Yes, the weekly digest report includes filament inventory alerts alongside stale print request identification. It analyzes filament-inventory JSON data to help teams monitor remaining levels and maintain printing pipelines effectively.

What is the best way to monitor print queue health for a 3D printing team?

Monitoring print queue health for a 3D printing team is best handled by aggregating print-queue JSON data into a weekly digest. This approach identifies stale requests and synthesizes queue status, allowing teams to review pipeline health efficiently.