opencode Skill

muapi-color-analysis-board

Turn a portrait photo into a high-end editorial "Color Analysis Board" in a luxury fashion-magazine style (Dior / Ralph Lauren aesthetic) — best colors, undertone, makeup guide, capsule wardrobe, hair & jewelry recommendations, all laid out on a clean beige/ivory grid.

LLM Mart · 0 points · 9 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download samuraigpt-generative-media-skills-library_visual_color-analysis-board-74df8cb.zip · 2 KB
Part of samuraigpt/generative-media-skills — 72 skills

Install

skills CLI npx skills add https://github.com/SamurAIGPT/Generative-Media-Skills/tree/main/library/visual/color-analysis-board
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install samuraigpt-generative-media-skills@llmmart
Git git clone https://github.com/SamurAIGPT/Generative-Media-Skills.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole samuraigpt/generative-media-skills collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Color Analysis Board

Turn a portrait photo into a high-end editorial "Color Analysis Board" in a luxury fashion-magazine style (Dior / Ralph Lauren aesthetic) — best colors, undertone, makeup guide, capsule wardrobe, hair & jewelry recommendations, all laid out on a clean beige/ivory grid.

Inputs

Name Type Required Default Description
person_image image_url yes — A clear, well-lit portrait of the person. Front-facing, neutral background, and natural lighting give the strongest color reads (undertone, hair, eyes). Avoid heavy filters or makeup that masks the natural complexion.

Steps

Phase A — Color Analysis Board Generation

If {{person_image}} is not provided, ask the user to upload a clear front-facing portrait. Make sure the face is well-lit with natural color (no heavy filters, color-cast lighting, or sunglasses) — the model needs accurate skin, hair, and eye color to pick the right palette.

Once the photo is available, submit ONE step to generate the color analysis board:

  1. Color Analysis Board Generation — muapi image edit (model=gpt-image-2-image-to-image):
    • Reference Image: {{person_image}}
    • Image size: 3840x2160 (16:9 landscape) — magazine-spread aspect ratio
    • Background: auto
    • Output format: png
    • Quality: auto
    • Moderation: low
    • Prompt:
      Create a high-end editorial "Color Analysis Board" from this portrait in a luxury fashion magazine style (Dior / Ralph Lauren aesthetic). Clean beige/ivory background, warm tones, soft diffused lighting, ultra-detailed photorealistic quality, consistent lighting, minimal elegant typography, grid-based layout.
      
      Main portrait: enhanced natural beauty (same identity, smooth skin, soft glow, realistic texture)
      Top section: "Your Best Colors" with fabric swatches with the best algorithm choices
      Undertone panel: warm / neutral / cool with marked result.
      Colors to avoid
      Neutrals that work
      Prints that flatter
      Makeup guide: eyeshadows, blush, lips, highlighter
      "You in your colors": multiple outfit best variations
      Hair colors: best.
      Jewelry
      Style notes
      
      Capsule wardrobe: coordinated outfits, shoes, bags, accessories
      Style: best style for me
      

Present the generated board to the user. Suggest variations they can try: a different source portrait (different lighting / hairstyle for comparison), or asking to bias the palette toward a season (e.g. "spring warm" vs "winter cool") or a specific brand aesthetic (e.g. minimalist Scandinavian, Old Money, streetwear).

Trigger Keywords

color analysis, color analysis board, personal color palette, seasonal color analysis, undertone analysis, style guide board, fashion color board, capsule wardrobe board


Notes for the Executing Agent

  • This recipe is LLM-orchestrated: read each phase, gather any missing inputs from the user, then call muapi CLI commands. Use muapi auth configure first if MUAPI_API_KEY is unset.
  • For model IDs without a CLI alias yet, fall back to the raw endpoint via curl -X POST https://api.muapi.ai/api/v1/<endpoint> -H "x-api-key: $MUAPI_API_KEY" -H 'content-type: application/json' -d '{...}' and poll with muapi predict wait <request_id>.
  • Substitute {{input_name}} placeholders with the user's actual inputs before issuing each call.
  • Source schema reference: gpt-image-v2-edit (from the source workflow JSON) maps to gpt-image-2-image-to-image in the muapi catalog.
  • The output is intentionally 16:9 (3840×2160) so it reads as a magazine spread / desktop wallpaper / Pinterest landscape board. For IG-feed square or 9:16 vertical, request a re-crop or re-run with a different image_size.
Files (generative-media-skills)
  • SKILL.md 4.1 KB
    ---
    slug: muapi-color-analysis-board
    name: muapi-color-analysis-board
    version: "1.0.0"
    description: Turn a portrait photo into a high-end editorial "Color Analysis Board" in a luxury fashion-magazine style (Dior / Ralph Lauren aesthetic) — best colors, undertone, makeup guide, capsule wardrobe, hair & jewelry recommendations, all laid out on a clean beige/ivory grid.
    acceptLicenseTerms: true
    ---
    
    
    # Color Analysis Board
    
    **Turn a portrait photo into a high-end editorial "Color Analysis Board" in a luxury fashion-magazine style (Dior / Ralph Lauren aesthetic) — best colors, undertone, makeup guide, capsule wardrobe, hair & jewelry recommendations, all laid out on a clean beige/ivory grid.**
    
    ## Inputs
    
    | Name | Type | Required | Default | Description |
    |:---|:---|:---|:---|:---|
    | `person_image` | image_url | yes | — | A clear, well-lit portrait of the person. Front-facing, neutral background, and natural lighting give the strongest color reads (undertone, hair, eyes). Avoid heavy filters or makeup that masks the natural complexion. |
    
    
    ## Steps
    
    ### Phase A — Color Analysis Board Generation
    
    If `{{person_image}}` is not provided, ask the user to upload a clear front-facing portrait. Make sure the face is well-lit with natural color (no heavy filters, color-cast lighting, or sunglasses) — the model needs accurate skin, hair, and eye color to pick the right palette.
    
    Once the photo is available, submit ONE step to generate the color analysis board:
    
    1. **Color Analysis Board Generation** — `muapi image edit` (model=`gpt-image-2-image-to-image`):
       - Reference Image: `{{person_image}}`
       - Image size: `3840x2160` (16:9 landscape) — magazine-spread aspect ratio
       - Background: `auto`
       - Output format: `png`
       - Quality: `auto`
       - Moderation: `low`
       - Prompt:
         ```
         Create a high-end editorial "Color Analysis Board" from this portrait in a luxury fashion magazine style (Dior / Ralph Lauren aesthetic). Clean beige/ivory background, warm tones, soft diffused lighting, ultra-detailed photorealistic quality, consistent lighting, minimal elegant typography, grid-based layout.
    
         Main portrait: enhanced natural beauty (same identity, smooth skin, soft glow, realistic texture)
         Top section: "Your Best Colors" with fabric swatches with the best algorithm choices
         Undertone panel: warm / neutral / cool with marked result.
         Colors to avoid
         Neutrals that work
         Prints that flatter
         Makeup guide: eyeshadows, blush, lips, highlighter
         "You in your colors": multiple outfit best variations
         Hair colors: best.
         Jewelry
         Style notes
    
         Capsule wardrobe: coordinated outfits, shoes, bags, accessories
         Style: best style for me
         ```
    
    Present the generated board to the user. Suggest variations they can try: a different source portrait (different lighting / hairstyle for comparison), or asking to bias the palette toward a season (e.g. "spring warm" vs "winter cool") or a specific brand aesthetic (e.g. minimalist Scandinavian, Old Money, streetwear).
    
    ## Trigger Keywords
    
    `color analysis`, `color analysis board`, `personal color palette`, `seasonal color analysis`, `undertone analysis`, `style guide board`, `fashion color board`, `capsule wardrobe board`
    
    
    ---
    
    ## Notes for the Executing Agent
    
    - This recipe is LLM-orchestrated: read each phase, gather any missing inputs from the user, then call `muapi` CLI commands. Use `muapi auth configure` first if `MUAPI_API_KEY` is unset.
    - For model IDs without a CLI alias yet, fall back to the raw endpoint via `curl -X POST https://api.muapi.ai/api/v1/<endpoint> -H "x-api-key: $MUAPI_API_KEY" -H 'content-type: application/json' -d '{...}'` and poll with `muapi predict wait <request_id>`.
    - Substitute `{{input_name}}` placeholders with the user's actual inputs before issuing each call.
    - Source schema reference: `gpt-image-v2-edit` (from the source workflow JSON) maps to `gpt-image-2-image-to-image` in the muapi catalog.
    - The output is intentionally 16:9 (3840×2160) so it reads as a magazine spread / desktop wallpaper / Pinterest landscape board. For IG-feed square or 9:16 vertical, request a re-crop or re-run with a different `image_size`.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related