# Studiomcphub Studio

> Image to Retail in 90 seconds. 10-stage creative pipeline: background removal, palette extraction, resize, 6-product mockups, CMYK conversion, print-ready PDF, SVG vectorization, invisible watermarking, AI metadata enrichment, ESRGAN upscaling. Local DAM organizes all outputs. HTML preview gallery.

- Skill: `codex-curator/studiomcphub-studio` (Agent Skill, multi-file: 34 files)
- Install (CLI): `npx skillmds@latest add codex-curator/studiomcphub-studio`
- Raw SKILL.md: https://api.skillmd.com/api/skills/codex-curator/studiomcphub-studio/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: codex-curator (https://skillmd.com/u/codex-curator)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/codex-curator/studiomcphub-studio

---


# StudioMCPHub Studio

**Image to Retail in 90 seconds.**

Drop an image, get back: transparent PNG, color palette, product mockups (6 products), CMYK print files, print-ready PDFs with bleed/crop marks, SVG vectors, invisible watermarks, AI-enriched metadata, and 4x ESRGAN upscales. All organized in a local DAM with HTML preview.

## Quick Start

```bash
pip install studiomcphub-studio
studio init my-project && cd my-project
studio process artwork.png -c my-collection
studio preview my-collection
```

## Pipeline Stages

| # | Stage | What it does | Free? |
|---|-------|-------------|-------|
| 1 | remove_bg | Transparent PNG (U2-Net) | Yes |
| 2 | palette | 6-color hex palette | Yes |
| 3 | resize | Fit to max dimensions | Yes |
| 4 | mockup | T-shirt, poster, canvas, phone, mug, tote | Yes |
| 5 | cmyk | CMYK @ 300 DPI for print | Yes |
| 6 | print_ready | PDF with bleed + crop marks | Yes |
| 7 | vectorize | SVG via vtracer | Yes |
| 8 | watermark | Invisible DCT watermark | Yes |
| 9 | enrich | AI metadata (Gemini) | 1-2 GCX |
| 10 | upscale | 4x ESRGAN | 1 GCX |

## Configuration

Edit `studio.json` to customize stages, mockup products, print sizes, and more.

## POD Export (Phase 2)

```bash
studio export my-collection --platform gooten
studio export my-collection --platform printful
studio export my-collection --platform printify
```

