Documentation

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.

CLI-first Agent-ready Workspace-backed

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.
Or Set Up Manually
1

Install the public CLI

npm install -g morzai-cli
2

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
3

Attach the root skill file if your agent supports markdown skills

Download `morzai` root skill

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`.

If `morzai auth device-login` does not complete, switch to the manual fallback flow. Typical cases are: browser launch failed, device login timed out, web login finished but the CLI still did not receive credentials, or your team already assigned an AK/SK pair for testing.
Third-party login is not enabled yet. Web login and terminal authorization both use email verification codes.

Skills Reference

This list is loaded from the published skills snapshot bundled into the current web build.

Morzai AI Skills

morzai

Unified entry point for Morzai workflows. Routes requests through api/commands.json into the matching child skill.

AI Apparel Recolor

apparel-recolor

Change 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-adjustment

Apply preset-based whole-garment cleanup for wrinkles, lint, pet hair, and a cleaner flatter presentation.

morzai clothing-adjustment --input ./demo.jpg --preset-direction balanced_cleanup

Ecommerce Product Kit

ecommerce-product-kit

Use 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 ./artifacts

AI Garment Retouch

garment-retouch

Retouch 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