morzai

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

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "morzai" with this command: npx skills add morzai-app/morzai-skills

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

  • Route the request to exactly one child skill.
  • Read api/commands.json before asking follow-up questions.
  • Ask only for missing required inputs, and ask at most 2 short questions in one turn.
  • After routing, open the target child skill and continue the task in the same user-facing agent.
  • Do not promise unsupported behavior from the root layer.

Capability Layers

Layer 1: Single-Function Editing Tools

  • apparel-recolor
  • garment-retouch
  • clothing-adjustment

Layer 2: Composite Listing Workflow

  • morzai-ecommerce-product-kit

Source Of Truth

Flow

Step 1: Detect Intent

  • Read api/commands.json.
  • Choose the single best matching command.
  • If still ambiguous, ask one short disambiguation question.

Step 2: Fill Missing Inputs

  • Use the command's required_inputs and optional_inputs.
  • Ask only for missing required inputs first.
  • If the user gave a sample image for recolor, treat it as a way to derive the target color, not as permission to skip color confirmation entirely.

Step 3: Enter Child Skill

  • Open the routed child skill file.
  • From this point on, follow the child skill's workflow and constraints.
  • The root skill stops being the domain expert after routing and missing-input collection.

Step 4: Execute

  • Use the command's execution mapping from api/commands.json.
  • Layer 1 workflows use the routed child skill's remote MCP metadata.
  • morzai-ecommerce-product-kit uses the public morzai CLI path.
  • Return a clean result summary to the user.

Command Map

Layer 1

Layer 2

Guardrails

  • The root skill must not invent new parameters outside api/commands.json.
  • The root skill must not restate all child-skill knowledge.
  • The root skill must not keep working at the root layer after the child skill has been selected.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Canonry Setup

Agent-first AEO operating platform.

Registry SourceRecently Updated
4151arberx
Automation

Pilot Service Agents Entertainment

Games, manga/anime, trivia, and fandom APIs — PokeAPI, Jikan, CheapShark, misc. Use this skill when: 1. Pokémon / PokeAPI lookups 2. Anime or manga metadata...

Registry SourceRecently Updated
Automation

Pilot Service Agents Economics

Macroeconomic indicators — IMF DataMapper, World Bank, Eurostat SDMX, Coinbase reference prices. Use this skill when: 1. Country-level GDP, inflation, or une...

Registry SourceRecently Updated
Automation

Pilot Service Agents Flights

Aircraft tracking and aviation weather — ADS-B feeds (ICAO + bbox), airport directory, METAR/TAF/SIGMET. Use this skill when: 1. Live aircraft positions by I...

Registry SourceRecently Updated