By printago
Claude 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
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub printago/printago-skill --plugin printago-skillPlan and design gridfinity baseplates for 3D printing with optimal grid layouts and print bed slicing
CAD, robotics, fabrication, and local review skills.
Claude Code skill pack for Shopify (30 skills)
Jarvis Onshape MCP — let Claude drive real Onshape CAD. Sketches, extrudes, fillets, mates, parametric iteration, FeatureScript custom features. Includes the vision-decomposition skill (zoom-and-describe a reference image into a structured feature tree before building) and side-by-side reference comparison tool. Structured truth-telling on every mutation.
Google Workspace CLI setup, Google Chat webhooks, Google Apps Script automation, ElevenLabs voice agents, and MCP server building.
Skills for the claude autonomous agent system - Generate PRDs and convert them to prd.json format for autonomous execution