Wiggle Logo Animator
Turns a static logo into a looping Lottie animation with loop validation
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 28, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Jul 30, 2026 · c00d045
⚠ This skill is no longer available upstream. Our re-check on Aug 10, 2026 couldn't find it any more (repo unreachable/deleted). The test below is what we measured on Jul 28, 2026 and we're leaving it up as a record — but there is nothing left to install, so we've removed the command.
Followed the skill's own workflow to animate a 900px PNG logo: its validate_loop.py caught a real seam (opacity 0 vs 100 between first and last keyframe), and after the fix the keyframe and easing guidance produced a 181-frame 60fps GIF with a measured first-vs-last frame difference of exactly 0.000, against a 2-frame stepped GIF from the hand-written no-skill baseline. But the render path the skill mandates - external asset references with e:0, which SKILL.md flags as a critical rule - produced a 1.1 KB blank GIF (one frame, zero non-black pixels) while render_lottie.py printed success and its advertised blank-output detection missed it. The identical animation rendered correctly at 2.4 MB with the logo visible only after switching to embedded base64, the exact pattern SKILL.md marks as WRONG. Setup docs are wrong too: SKILL.md, README and troubleshooting all prescribe pip install pycairo, but python-lottie's GIF exporter needs cairosvg, and check_dependencies.py still prints 'All required dependencies are installed, the skill is ready to use' on the same run where it reports the GIF exporter import failed.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 5/10
- Docs & honesty 2/5
What Wiggle Logo Animator does
Builds Lottie JSON logo animations from a static PNG or SVG, with keyframe density, easing and timing tables per brand personality, then validates structure and loop seams and renders to GIF or MP4. Bundles eleven Python helpers for asset prep, SVG element extraction, loop checking, optimization and batch export. Triggers on requests to animate a logo, add motion graphics to a brand mark, or produce a Lottie loop.
How to install Wiggle Logo Animator
Nothing to install: the source repository no longer has this skill. If the author brings it back, our daily re-check will pick it up and the command will reappear here.
Commands — how to trigger Wiggle Logo Animator
-
/wiggleTurns a static logo into a looping Lottie animation with loop validation
It also activates on plain-language prompts like these:
-
Animate our logo into a looping Lottie animation for the website hero -
Make our wordmark pulse gently as a motion graphic for the brand kit -
I need a validated Lottie loop exported as a GIF from this PNG logo
Frequently asked questions
- Is the Wiggle Logo Animator skill free?
- Yes. The skill itself is free from talknerdytome-labs/wiggle-claude-skill. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Wiggle Logo Animator work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 28, 2026. Verdict: Works with setup. Followed the skill's own workflow to animate a 900px PNG logo: its validate_loop.py caught a real seam (opacity 0 vs 100 between first and last keyframe), and after the fix the keyframe and easing guidance produced a 181-frame 60fps GIF with a measured first-vs-last frame difference of exactly 0.000, against a 2-frame stepped GIF from the hand-written no-skill baseline. But the render path the skill mandates - external asset references with e:0, which SKILL.md flags as a critical rule - produced a 1.1 KB blank GIF (one frame, zero non-black pixels) while render_lottie.py printed success and its advertised blank-output detection missed it. The identical animation rendered correctly at 2.4 MB with the logo visible only after switching to embedded base64, the exact pattern SKILL.md marks as WRONG. Setup docs are wrong too: SKILL.md, README and troubleshooting all prescribe pip install pycairo, but python-lottie's GIF exporter needs cairosvg, and check_dependencies.py still prints 'All required dependencies are installed, the skill is ready to use' on the same run where it reports the GIF exporter import failed.
- What is the Wiggle Logo Animator SkillProof Score?
- 6.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 5/10, docs & honesty 2/5.
- How do I install Wiggle Logo Animator?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Wiggle Logo Animator with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.