Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Printago Skill for Claude Code

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.

Requirements

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 platform

Then authenticate once (your API key is entered hidden and stored locally):

printago auth login

Installation

Plugin marketplace (recommended)

/plugin marketplace add printago/printago-skill
/plugin install printago-skill@printago-skill

With the CLI

If you have the CLI installed, it can install the same skill into your personal skills:

printago skill install

Start a new Claude Code session (or run /reload-plugins) to pick it up.

Usage

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.

Learn more

About

Claude Code Skill for the Printago 3D print farm automation platform. Claude autonomously manages your jobs, parts, SKUs, printers, orders, and more.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors