Start an animated 3D fire icon
Uses 3dicon
- A description of the desired icon; the author's example uses a fire icon
- Configured backend keys and ffmpeg on PATH
make an animated 3d fire icon using /3dicon

This skill automates the pipeline for creating high-fidelity animated assets. It generates a still image, converts it into a seamless motion loop via Seedance, and applies exact-unpremultiply matting to ensure clean alpha channels.
The resulting animated WebP files are designed for native rendering in Chrome, Safari, and expo-image, removing the need for Lottie conversions or additional native dependencies.
Follow the documented setup, then try a first task.
Installs: Complete 3dicon plugin bundle, with the 3dicon skill mapped by the marketplace manifest.
Enter these commands in the agent session to add the repository marketplace and install the 3dicon plugin.
/plugin marketplace add samyost1/3dicon /plugin install 3dicon
Run this complete block in a terminal to enter the installed skill directory, install its Python requirements, and create the local environment file.
cd ~/.claude/skills/3dicon pip install -r requirements.txt cp .env.example .env
Open `.env` and set `OPENROUTER_API_KEY=sk-or-...`, replacing `sk-or-...` with your OpenRouter key. Also ensure `ffmpeg` is on PATH; the first run downloads an approximately 180 MB matting model.
Uses 3dicon
make an animated 3d fire icon using /3dicon