muapi-cartoon-dance-animation

Convert a photo into a Pixar-style 3D character and animate it with a reference dance video.

4.2k|481|Updated May 25, 2023
One-click install
npx skills add https://github.com/SamurAIGPT/Generative-Media-Skills --skill muapi-cartoon-dance-animation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: muapi-cartoon-dance-animation
Source: https://github.com/SamurAIGPT/Generative-Media-Skills/tree/main/library/motion/cartoon-dance-animation
Command: npx skills add https://github.com/SamurAIGPT/Generative-Media-Skills --skill muapi-cartoon-dance-animation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating a stylized 3D cartoon version of yourself and making it dance normally requires 3D modeling and animation expertise. This Skill automates the entire pipeline: it turns a personal photo into a Pixar-style character while preserving identity and outfit, then drives that character with motion from any reference dance video.

Core Features & Use Cases

  • Identity-Preserving Cartoonification: Uses the nano-banana-2-edit image model to generate a 3D stylized character that keeps the same face, hairstyle, and outfit as the input photo.
  • Motion Transfer Animation: Applies movements from any reference video to the generated character using the kling-v2.6-std-motion-control video model.
  • Use Case: Upload a full-body photo of yourself and a trending dance clip, and receive a short video of your Pixar-style avatar performing that exact choreography for social media content.

Quick Start

Upload a clear photo of a person and a reference dance video, then ask the agent to cartoonify the photo and animate the character with the dance motion.

Frequently Asked Questions about muapi-cartoon-dance-animation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn my photo into a Pixar-style 3D character?

Upload a clear full-body or medium-shot photo, and the skill calls the nano-banana-2-edit image model with a detailed prompt that preserves your face, hairstyle, and outfit while rendering a stylized 3D character. You review and approve the result before animation begins.

How to animate a cartoon character with a reference dance video?

After the character image is approved, provide a reference video containing the dance or movement. The skill uses the kling-v2.6-std-motion-control model to transfer that motion onto your character, producing a fluid animated video.

What inputs does the cartoon dance animation workflow require?

It requires a user_image, which is a clear photo of the person to cartoonify. A reference_video containing the desired dance or motion is optional upfront but must be provided before the animation phase runs.

Does the cartoon character keep my original outfit and face?

Yes. The generation prompt explicitly instructs the model to preserve identity, face shape, hairstyle, and the exact outfit from the input photo, with a negative prompt blocking outfit changes, new accessories, or facial redesign.

What do I need to run this skill if the muapi CLI has no model alias?

Configure authentication with muapi auth configure and set MUAPI_API_KEY. For models without a CLI alias, call the raw endpoint via curl against api.muapi.ai and poll results with muapi predict wait using the returned request ID.