Printago 3D print farm automation skill for Claude Code
npx claudepluginhub printago/printago-skillClaude Code Skill for interacting with the Printago 3D printing management API. Manage parts, printers, print jobs, materials, SKUs, builds, orders, and profiles.
A Claude Code plugin for interacting with the Printago 3D print farm automation platform. Manage parts, printers, print jobs, SKUs, orders, and more directly from Claude.
Install via Claude Code's plugin system for automatic updates and team distribution:
/plugin marketplace add printago/printago-skill
/plugin install printago-skill@printago-skill
Verify installation by running /help to confirm the skill is available.
Clone this repo and load it as a plugin:
git clone https://github.com/printago/printago-skill.git
claude --plugin-dir ./printago-skill
Or extract skills/printago/ to ~/.claude/skills/ for standalone use.
Credentials are loaded from environment variables or system keychain.
Option A: System Keychain (Recommended)
# macOS
security add-generic-password -s "Printago" -a "apiKey" -w "your-api-key"
security add-generic-password -s "Printago" -a "storeId" -w "your-store-id"
# Linux
secret-tool store --label="Printago API Key" service Printago key apiKey
secret-tool store --label="Printago Store ID" service Printago key storeId
# Windows
cmdkey /generic:Printago_apiKey /user:apiKey /pass:your-api-key
cmdkey /generic:Printago_storeId /user:storeId /pass:your-store-id
Option B: Environment Variables
export PRINTAGO_API_KEY=your-api-key
export PRINTAGO_STORE_ID=your-store-id
Once installed, Claude will automatically use the Printago skill when relevant. You can also invoke it directly:
/printago
The skill includes helper scripts for common operations:
| Script | Purpose |
|---|---|
api.sh / api.ps1 | Make authenticated API requests |
upload.sh / upload.ps1 | Upload files to storage |
schema.sh / schema.ps1 | Fetch API schemas (no auth) |
# Examples
api.sh GET /v1/parts
api.sh POST /v2/builds '{"parts":[{"partId":"abc","quantity":1}]}'
upload.sh model.stl
schema.sh types Part
curl and jq (for bash scripts)MIT
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.