
from bambu-studio-ai60
End-to-end Bambu Lab 3D printing assistant: search/generate models, analyze and repair, preview, hand off to Bambu Studio, and optionally monitor prints.
This skill provides a full pipeline for 3D printing with Bambu Lab hardware: model discovery or AI generation, automated analysis and repair, preview rendering, and guidance for opening and slicing in Bambu Studio. It includes strict compliance rules (never auto-print without explicit confirmation), parametric and multi-color pipelines, and monitoring workflows for LAN-connected printers.
Use when a user requests help with 3D printing tasks: searching models, generating or colorizing 3D assets, running analysis/repair, preparing previews, opening projects in Bambu Studio, or monitoring an active print. Trigger on keywords like 3D printing, Bambu Lab, slice, monitor, AMS, or print status.
Agents with CLI execution and monitoring capability (local/hosted) — best paired with agents that can run scripts and manage printer LAN connections (Cursor/Copilot/Gemini CLI, or similar).
Bambu Studio AI is a comprehensive 3D printing assistant for Bambu Lab printers, covering model search, AI generation, analysis/repair, colorization, preview, slicing, printing, and monitoring. 10 scripts with detailed argparse interfaces and proper error handling. Most scripts fail on missing dependencies (expected for hardware-specific tooling). The SKILL.md is exceptionally detailed with compliance rules, decision trees, and pipeline checklists. Security section is thorough — no shipped credentials, secrets in chmod 600 git-ignored files, documented network access.
trimeshscipypygltflibddgsmanifold3dbambulabs-apibambu-lab-cloud-apipaho-mqttpymeshlabrembgWell-architected skill with thorough documentation and security practices. No security concerns — no curl|bash, no hardcoded creds, no exfiltration, no auto-update. The dependency failure rate is expected for hardware-specific tooling. doctor.py is a nice touch for checking setup readiness.