Creative & DesignIntermediate
gif-sticker-maker
Convert photos into animated GIF stickers in Funko Pop / Pop Mart s...
Developer Setup
Setup & Installation
bash
npx skills add https://github.com/MiniMax-AI/skills --skill gif-sticker-makernpx skills add https://github.com/MiniMax-AI/skills --skill gif-sticker-makerOr paste this URL into your assistant to install:
Overview
What This Skill Does
Convert photos into animated GIF stickers in Funko Pop / Pop Mart style via MiniMax API
Application
When to use this Skill
- Integrating gif sticker maker into your development workflow.
- Following best practices for convert photos into animated gif stickers in funko pop / pop mart style via minimax api.
- Automating repetitive tasks with AI-assisted tooling.
- Building production-grade applications with proper standards.
- Debugging and troubleshooting common implementation issues.
Documentation
Show Skills.md file
GIF Sticker Maker
Convert user photos into 4 animated GIF stickers (Funko Pop / Pop Mart style).
Style Spec
- Funko Pop / Pop Mart blind box 3D figurine
- C4D / Octane rendering quality
- White background, soft studio lighting
- Caption: black text + white outline, bottom of image
Prerequisites
Before starting any generation step, ensure:
- Python venv is activated with dependencies from requirements.txt installed
MINIMAX_API_KEYis exported (e.g.export MINIMAX_API_KEY='your-key')ffmpegis available on PATH (for Step 3 GIF conversion)
If any prerequisite is missing, set it up first. Do NOT proceed to generation without all three.
Workflow
Step 0: Collect Captions
Lines 1 - 25 of 108
Recommendations