Install
openclaw skills install @matabear-wyx/chaoji-skillsRoutes requests to appropriate Chaoji AI scene skills for virtual try-on, image cutout, image-to-image generation, or direct command execution.
openclaw skills install @matabear-wyx/chaoji-skillsThis is the top-level routing skill:
chaoji-tryon for virtual try-on workflows (clothing on model, garment fitting).chaoji-cutout for image cutout and segmentation.chaoji-img2img for image-to-image generation from reference images + text.chaoji-tools for direct command execution.This root skill is routing-only with minimal permissions. Scene skills have broader permissions appropriate to their workflows.
python only~/.chaoji/credentials.json onlynode permission.Scene skills declare their own permissions for their workflows:
python, python (for internal runner script only)~/.chaoji/credentials.json, ~/.openclaw/workspace/chaoji/~/.openclaw/workspace/chaoji/, ./output/python, python (for internal runner script only)~/.chaoji/credentials.json onlypython permission is restricted to chaoji-tools/scripts/run_command.pyRoute to chaoji-tryon when:
Route to chaoji-tryon-fast when:
chaoji-tryon.Route to chaoji-tryon-shoes when:
When the user says generic "试穿" / "try on" and provides a product image:
chaoji-tryon.chaoji-tryon-shoes.Route to chaoji-cutout when:
Method selection from natural language:
segclothsegpatternseggeneralsegauto (default)Route to chaoji-img2img when:
Route to chaoji-tools when:
human_tryonmodel_tryon_quicktryon_shoesimage2imagecutoutremaining_quantity_of_beansWhen intent is ambiguous:
chaoji-tools and request minimal required inputs.When execution fails, always return actionable guidance instead of raw errors:
user_hint and next_action.action_url exists, preserve the full URL and present action_label + action_url + action_display_hint.action_url.error_type is CREDENTIALS_MISSING, guide the user to configure AK/SK first, then retry.error_type is AUTH_ERROR, guide the user to verify AK/SK and authorization status first, then retry.Key points:
CHAOJI_AK + CHAOJI_SK (env) or ~/.chaoji/credentials.json (file)