Install
openclaw skills install @youcam-api/youcam-beauty-advisorRecommend and preview makeup looks based on the user's face shape and skin tone, using YouCam (Perfect Corp) AI. Analyzes the selfie, suggests suitable looks, then renders a virtual makeup try-on image. Use for "推薦妝容", "幫我上妝", "makeup look", "virtual makeup". Do NOT use for skin-condition scoring, hair, or clothes.
openclaw skills install @youcam-api/youcam-beauty-advisorAn analysis + generation skill: analyze face shape and skin tone, then recommend and preview
a makeup look. There is no run.py: run the flow here through youcam_core.py.
When the user wants a makeup recommendation or a virtual try-on. For skin scores, hair, or clothes, hand off to the matching skill.
Before generating, ask the user which they want, and tell them the credit cost of each option:
look-vto)makeup-vto)
Get costs with python scripts/youcam_core.py cost --feature look-vto and --feature makeup-vto
(and --feature face-attr-analysis / --feature skin-tone-analysis for the analysis step),
tell the user, and only run what they choose.Read the doc section(s) for the steps you will run and open the latest version for endpoints / parameters:
A clear, front-facing selfie. python scripts/youcam_core.py validate-key (0 credits); guide the user to
set the key if missing.
run --feature face-attr-analysis for face shape,
run --feature skin-tone-analysis for colors.references/guide.md to pick a look/colors from face shape + skin tone.GET /s2s/<ver>/task/template/look-vto, then
run --feature look-vto --src_file <photo> --param template_id=<id>run --feature makeup-vto --src_file <photo> --param effects='[{...}]'
(each effects item is one category; see the doc's category schema and pattern catalogs)data.results.url.