Wiggle Logo Animator
Gjør en statisk logo om til en looping Lottie-animasjon med loop-validering
Krever oppsett
Hva den gjør
Bygger 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. Utløses on requests to animate a logo, add motion graphics to a brand mark, or produce a Lottie loop.
Testrapport
Fulgt 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.
Testet på: 2026-07-28 · Claude Code 2.x (agent harness)
Installer
git clone https://github.com/talknerdytome-labs/wiggle-claude-skill.git mkdir -p ~/.claude/skills cp -r wiggle-claude-skill ~/.claude/skills/wiggle rm -rf ~/.claude/skills/wiggle/.git
Kommandoer og eksempelprompter
/wiggleGjør en statisk logo om til en looping Lottie-animasjon med loop-validering
Skills utløses av vanlige forespørsler — ingen kommandoer å huske. Etter installasjonen aktiverer prompter som disse skillen (på engelsk):
Animate our logo into a looping Lottie animation for the website heroMake our wordmark pulse gently as a motion graphic for the brand kitI need a validated Lottie loop exported as a GIF from this PNG logo