Skip to main content
ClaudeWave
Skill3.5k repo starsupdated today

muapi-chibi-collage-effect

This Claude Code skill transforms a lifestyle photograph into a mixed-media "chibi clone sticker diary" composition where the original subject remains photorealistic while surrounded by five to eight kawaii-style mini clones of the same person in varied poses and emotions. Use it when you want to create playful, scrapbook-style social media content or personalized keepsakes that blend realistic photography with illustrative charm, ensuring the chibi characters and decorative elements thematically match the scene's setting and mood.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/SamurAIGPT/Generative-Media-Skills /tmp/muapi-chibi-collage-effect && cp -r /tmp/muapi-chibi-collage-effect/library/visual/chibi-collage-effect ~/.claude/skills/muapi-chibi-collage-effect
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# Chibi Collage Effect

**Turn a real lifestyle photo into a polished "chibi clone sticker diary" image — the original person stays photorealistic, surrounded by 5–8 kawaii chibi mini-clones, scrapbook doodles, and handwritten-style captions that match the scene.**

## Inputs

| Name | Type | Required | Default | Description |
|:---|:---|:---|:---|:---|
| `person_image` | image_url | yes | — | A clear lifestyle photo of the person. Setting, outfit, mood, and activity are read from this image and drive the chibi poses and captions. |


## Steps

### Phase A — Chibi Collage Generation

If `{{person_image}}` is not provided, ask the user to upload a lifestyle photo (café, outdoor, cozy at home, travel, etc.). The scene context is what makes the chibi clones feel native to the moment, so a generic studio headshot will give weaker results than a real lifestyle shot.

Once the photo is available, submit the plan with ONE step to generate the chibi collage:

1. **Chibi Collage Generation** — `muapi image edit` (model=`gpt-image-2-image-to-image`):
   - Reference Image: `{{person_image}}`
   - Image size: `2160x3840` (9:16 portrait) — high-resolution social-media-ready output
   - Background: `auto`
   - Output format: `png`
   - Quality: `auto`
   - Moderation: `low`
   - Prompt:
     ```
     Create a high-quality "chibi clone sticker diary photo" based on the uploaded real-life image. Preserve the original person's identity, face, hairstyle, hair color, outfit, body proportions, pose, lighting, and background. Do not alter facial features or turn the subject into a full illustration—maintain a realistic photo look.
     Analyze the uploaded image carefully: identify the setting, mood, activity, clothing style, and overall vibe of the scene. Use this analysis to determine the theme of the chibi stickers, poses, emotions, and text phrases — everything should feel native to the actual moment captured in the photo.
     Add 5–8 chibi mini clones of the same person around the subject, designed in a consistent kawaii sticker style (big head, small body, large expressive eyes, clean digital finish). Each clone must clearly resemble the real person (same hair, outfit, colors).
     Design each chibi with different actions and emotions that are directly relevant to what the person is doing or feeling in the photo — inferred naturally from the scene (e.g. if they're at a café: sipping coffee, reading, daydreaming, chatting; if outdoors: exploring, laughing, taking photos; if cozy at home: cuddling, reading, relaxing). Ensure all poses are unique and contextually matched to the image.
     Render each chibi as a sticker with white outlines, soft shadows, and a slightly floating effect. Arrange them around the subject and edges without covering the face or main body.
     Add light hand-drawn doodles (hearts, sparkles, arrows, motion lines, circles, stars) in white with subtle pink accents, keeping a clean scrapbook diary feel. Doodle style should complement the mood of the scene.
     Include 5–8 short handwritten-style phrases that match the mood and context of the uploaded photo — cute, expressive, and scene-appropriate. Use mostly white text with slight pink highlights and small decorative marks.
     Composition: keep the real person as the central focus, surrounded by chibi stickers and doodles. The result should feel like a polished, playful, high-resolution social media lifestyle diary image — clean, balanced, and visually rich without clutter.
     ```

Present the generated chibi collage to the user. Suggest variations they can try: different source photos (travel, café, cozy-at-home), or asking to bias the captions toward a specific tone (cute, sassy, journal-style).

## Trigger Keywords

`chibi collage`, `chibi sticker diary`, `mini me stickers`, `kawaii clone collage`, `sticker diary photo`, `scrapbook chibi`


---

## 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` maps to `gpt-image-2-image-to-image` in the muapi catalog.
- The output is intentionally 9:16 (2160×3840) so it's ready for IG Stories / Reels / TikTok / YT Shorts without re-cropping.
muapi-media-editingSkill

Edit and enhance images and videos with AI via muapi.ai — prompt-based editing, upscaling, background removal, face swap, lipsync, video effects, and more

muapi-media-generationSkill

Generate AI images, videos, music, and audio from the terminal via muapi.ai — supports 100+ models including Flux, Midjourney v7, Kling 3.0, Veo3, and Suno V5

muapi-platformSkill

Setup and utility scripts for muapi.ai — configure API keys, test connectivity, and poll for async generation results

muapi-ai-clippingSkill

Turn a long video into N viral-ready short clips with a single managed API call. Wraps muapi.ai's `/ai-clipping` endpoint, which handles transcription, highlight ranking through a virality framework (hook / emotional peak / opinion bomb / revelation / conflict / quotable / story peak / practical value), overlap dedupe, and vertical face-tracking auto-crop server-side. No local Whisper, no local LLM, no GPU.

muapi-3d-logo-animationSkill

Transform a 2D logo into a premium 3D version and animate it with professional cinematic effects.

muapi-ai-fight-sceneSkill

Generate a high-cut-density action / fight scene by first composing a 16-cell storyboard image, then driving Seedance 2.0 image-to-video off that storyboard. Stacks GPT-Image-2 (character sheet + storyboard), Nano-Banana-2 (environment concept), and Seedance 2.0 i2v.

muapi-animal-video-generatorSkill

Create a hilarious and ultra-realistic video of an anthropomorphic animal acting like a human vlogger in a real-world setting.

muapi-award-ceremony-videoSkill

Generate a 15-second cinematic awards-ceremony video — a host announces a winner from the stage, a spotlight finds them in the crowd, they walk up to the podium, receive the award, and the LED display reveals their name and "THE BEST ACTOR".