Install
openclaw skills install @youcam-api/youcam-clothes-tryon-studioVirtual clothes try-on studio using YouCam (Perfect Corp) AI. Swap outfits onto the user's photo, optionally change the background, and optionally turn the result into a short motion video (turn / runway / pose). Use for "換衣", "虛擬試穿", "outfit try-on", "try on clothes". Do NOT use for makeup, hair, or skin analysis.
openclaw skills install @youcam-api/youcam-clothes-tryon-studioA generation skill: try on clothes, optionally change the background, optionally turn the result
into a short motion video. There is no run.py.
When the user wants to try clothes on virtually. For makeup, hair, or skin, hand off to the matching skill.
Before generating, ask the user which steps they want and tell them the credit cost of each:
cloth-v4) — required base stepbg-replace) — optionalimage-to-video) — optional; note video is billed per second
Get costs with python scripts/youcam_core.py cost --feature cloth-v4 (and --feature bg-replace,
--feature image-to-video), tell the user the total, and only run what they choose.--version if newer than api-fallback.yaml.python scripts/youcam_core.py validate-key (0 credits); guide the user to set the key if missing.python scripts/youcam_core.py run --feature cloth-v4 --src_file <person.jpg> --ref_file <garment.jpg> \
--param garment_category=full_body
--param template_id=<id>; confirm the exact garment_category value from
the latest doc — see Notes.)run --feature bg-replace --src_file <img> --param type=prompt --param prompt="A sunny beach"
or --param type=template --param template_id=<id>.run --feature "image-to-video" --src_file <img> --param resolution=720 --param dst_duration=5 --param prompt="turn around / runway walk"data.results.url.success.cloth-v4 garment_category is confirmed for full_body; the upper/lower-body token spelling is
not yet 100% confirmed, so verify it against the latest doc parameter table before running (see
the handoff GAPS).