muapi-3d-logo-animation
This Claude Code skill converts 2D logos into premium 3D versions using AI image editing, then generates professional cinematic animations with dynamic lighting and motion effects. Use it when you need to create animated 3D logo reveals for branding, marketing, or presentation purposes, supporting customizable material styles like gold, glass, or holographic finishes.
git clone --depth 1 https://github.com/SamurAIGPT/Generative-Media-Skills /tmp/muapi-3d-logo-animation && cp -r /tmp/muapi-3d-logo-animation/library/motion/3d-logo-animation ~/.claude/skills/muapi-3d-logo-animationSKILL.md
# 3D Logo Animation
**Transform a 2D logo into a premium 3D version and animate it with professional cinematic effects.**
## Inputs
| Name | Type | Required | Default | Description |
|:---|:---|:---|:---|:---|
| `logo_image` | image_url | yes | — | A clear 2D image of the logo to be converted to 3D. |
| `material_style` | text | no | glossy glass and chrome | The material style for the 3D logo (e.g., gold, matte plastic, holographic). |
## Steps
### Phase A — 3D Logo Transformation
If `{{logo_image}}` is not provided, ask the user to upload their logo.
Once the logo is available, submit the plan with ONE step to convert it to 3D:
1. **3D Logo Generation** — `muapi image edit` (model=`nano-banana-2-edit`):
- Reference Image: `{{logo_image}}`
- Prompt: `Transform this 2D logo into a premium, high-quality 3D version. The logo should have depth and be made of {{material_style}}. Smooth edges, realistic reflections, and professional studio lighting. The logo is centered on a clean, minimal, out-of-focus background. High-end graphic design aesthetic, 8k resolution.`
- Aspect ratio: 1:1 or 4:3
Present the 3D logo to the user for approval.
### Phase B — Cinematic Logo Animation
Once the 3D logo is ready, submit the plan to animate it:
1. **Logo Animation** — `muapi video from-image` (model=`veo3.1-fast-image-to-video`):
- Reference Image: The 3D logo from Phase A.
- Prompt: `A professional cinematic logo reveal animation. The 3D logo rotates slowly with dynamic light sweeps reflecting off its {{material_style}} surface. Subtle camera movement, particle effects in the background, high-quality motion graphics style.`
- Aspect ratio: 16:9 or 1:1
After generation, present the final 3D logo animation to the user.
## Trigger Keywords
`3d logo`, `logo animation`, `2d to 3d logo`, `animated logo`, `cinematic logo`
---
## 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.Edit and enhance images and videos with AI via muapi.ai — prompt-based editing, upscaling, background removal, face swap, lipsync, video effects, and more
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
Setup and utility scripts for muapi.ai — configure API keys, test connectivity, and poll for async generation results
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.
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.
Create a hilarious and ultra-realistic video of an anthropomorphic animal acting like a human vlogger in a real-world setting.
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".
Convert a photo of a person into a Pixar-style 3D cartoon character, then animate it using a reference dance or motion video.