A Claude Code plugin that lets Claude operate your Printago 3D print farm through the printago CLI. Ask in plain language and Claude manages printers, print jobs, orders, parts, materials, SKUs, builds, and more.
This skill drives the Printago CLI. Install it first (it needs Node.js 18+):
brew install printago/tap/printago # macOS / Linux
npm install -g @printago/cli # any platformThen authenticate once (your API key is entered hidden and stored locally):
printago auth login/plugin marketplace add printago/printago-skill
/plugin install printago-skill@printago-skill
If you have the CLI installed, it can install the same skill into your personal skills:
printago skill installStart a new Claude Code session (or run /reload-plugins) to pick it up.
Ask Claude in plain language:
- "Show me which printers are idle."
- "Requeue the failed jobs from order 1234."
- "Upload model.3mf and queue it for printing."
Claude runs the printago commands and reads the structured JSON results. The skill teaches it the command conventions, how to handle your credentials safely, and the common multi-step workflows.