MORZAI Documentation
Published documentation for the current MORZAI CLI and bundled skills snapshot.
Introduction
MORZAI is a CLI-first toolkit for ecommerce asset production workflows. This page uses a build-time skills snapshot so the published command list stays aligned with the shipped site without depending on runtime repo mounts.
Quick Start
Start with the public CLI, then optionally attach the root skill file to your agent environment.
Skip the setup. Let OpenClaw prepare MORZAI for this workspace.
Use this when you want the agent to install the CLI, run browser device login, and get ready for the next workflow command.
Prompt
Set up MORZAI in this OpenClaw workspace. Install `morzai-cli`, run `morzai auth device-login`, wait until the CLI saves the local AK/SK, run `morzai auth verify --json`, attach the MORZAI root skill markdown file, then confirm you are ready for the workflow request.
Install the public CLI
npm install -g morzai-cli
Log in and save AK/SK automatically
morzai auth device-login morzai auth verify --json
This opens the web login page and mints a fresh AK/SK for this CLI automatically.
If the automatic flow does not complete, switch to the manual fallback below when the browser did not open, the CLI timed out, the web page finished login but the CLI still did not receive credentials, or your team already gave you an AK/SK pair.
Prefer manual keys instead? to manage API keys in Console.
morzai config set --access-key <your-access-key> --secret-key <your-secret-key> morzai auth verify --json
Attach the root skill file if your agent supports markdown skills
The file is served from the published skills snapshot bundled into this web build.
Try a live workflow command
AI Apparel Recolor
morzai apparel-recolor --input ./demo.jpg --target-color "#B8B8B8"
AI Clothing Adjustment
morzai clothing-adjustment --input ./demo.jpg --preset-direction balanced_cleanup
Ecommerce Product Kit
morzai ecommerce-product-kit --input ./product.jpg --product-info "Portable blender with leak-proof lid" --platform amazon --market US --output-type listing_set --download-dir ./artifacts
Authentication
MORZAI CLI uses Access Key + Secret Key authentication. The recommended flow is `morzai auth device-login`: it opens the web login page, creates a fresh AK/SK for this CLI session, saves it locally, and then you can confirm everything with `morzai auth verify --json`.
Skills Reference
This list is loaded from the published skills snapshot bundled into the current web build.
Morzai AI Skills
morzaiUnified entry point for Morzai workflows. Routes requests through api/commands.json into the matching child skill.
AI Apparel Recolor
apparel-recolorChange garment colors from a target value or sample image, with part selection, logo or pattern handling, and 2K or 4K output.
morzai apparel-recolor --input ./demo.jpg --target-color "#B8B8B8"AI Clothing Adjustment
clothing-adjustmentApply preset-based whole-garment cleanup for wrinkles, lint, pet hair, and a cleaner flatter presentation.
morzai clothing-adjustment --input ./demo.jpg --preset-direction balanced_cleanupEcommerce Product Kit
ecommerce-product-kitUse when users want Amazon main images, ecommerce listing sets, product hero/detail images, apparel model visuals, lifestyle scenes, marketing posters, infographic-style product graphics, or batch listing image generation from an existing product photo.
morzai ecommerce-product-kit --input ./product.jpg --product-info "Portable blender with leak-proof lid" --platform amazon --market US --output-type listing_set --download-dir ./artifactsAI Garment Retouch
garment-retouchRetouch apparel images for ghost mannequin removal, hanger cleanup, and cleaner product outputs with simple intensity and resolution controls.
morzai garment-retouch --input ./demo.jpg --correction-intensity high