π¦ ClawHub
Morzai Skills
by @morzai-app
Unified entry point for Morzai workflows. Routes requests through api/commands.json into the matching child skill.
TERMINAL
clawhub install morzai-skillsπ About This Skill
name: morzai description: >- Unified entry point for Morzai workflows. Routes requests through api/commands.json into the matching child skill. metadata: openclaw: emoji: "ποΈ" tags: ["ecommerce", "fashion", "listing-set", "ai-editing"]
Morzai AI Skills
This is the master gateway for the Morzai AI suite. It identifies user needs and routes them to the appropriate specialized sub-skill.
Root Responsibility
api/commands.json before asking follow-up questions.Capability Layers
Layer 1: Single-Function Editing Tools
apparel-recolorgarment-retouchclothing-adjustmentLayer 2: Composite Listing Workflow
morzai-ecommerce-product-kitSource Of Truth
Flow
Step 1: Detect Intent
api/commands.json.Step 2: Fill Missing Inputs
required_inputs and optional_inputs.Step 3: Enter Child Skill
Step 4: Execute
execution mapping from api/commands.json.morzai-ecommerce-product-kit uses the public morzai CLI path.Command Map
Layer 1
apparel-recolor -> skills/apparel-recolor/SKILL.mdgarment-retouch -> skills/garment-retouch/SKILL.mdclothing-adjustment -> skills/clothing-adjustment/SKILL.mdLayer 2
morzai-ecommerce-product-kit -> skills/ecommerce-product-kit/SKILL.mdGuardrails
api/commands.json.