From sundial-org-awesome-openclaw-skills-4
Generates CSS keyframes and Framer Motion variants from plain English descriptions. Use when you need smooth animations without writing the math yourself.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:animation-genThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Describing animations is easy. Writing the keyframes and easing functions is not. Tell this tool what you want to see and it'll give you the CSS or Framer Motion code to make it happen.
Describing animations is easy. Writing the keyframes and easing functions is not. Tell this tool what you want to see and it'll give you the CSS or Framer Motion code to make it happen.
One command. Zero config. Just works.
npx ai-animation "fade in from left with bounce"
# Get CSS keyframes
npx ai-animation "pulse glow effect" -f css
# Get Framer Motion variant
npx ai-animation "staggered list entrance" -f framer
# Save to file
npx ai-animation "smooth slide up reveal" -f both -o animations.ts
# Complex animation
npx ai-animation "shake horizontally three times then settle"
This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups, no API keys on free tiers. Just tools that work.
Find more:
No install needed. Just run with npx. Node.js 18+ recommended. Needs OPENAI_API_KEY environment variable.
npx ai-animation --help
Takes your natural language description and translates it into animation primitives. The AI understands common animation terms like "bounce", "ease", "stagger" and converts them to proper timing functions and keyframe values.
MIT. Free forever. Use it however you want.
Built by LXGIC Studios
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4Translates Figma motion and animations into production-ready application code (motion.dev, CSS keyframes, or framework libraries).
Creates smooth React/JavaScript animations with Motion/Framer Motion: motion components, variants, gestures (hover/tap/drag), layout/exit animations, springs, scroll effects. For interactive UIs, micro-interactions, transitions.
Applies agentic design patterns to React web animations for composition, performance optimization, multi-library orchestration, and TypeScript integration. Ideal for complex sequences and audits.